tagged [soap]

SOAP request to WebService with java

SOAP request to WebService with java I'm a bit confused about how to make a request to a webservice via java. For now the only thing that I've understand is that webservices uses xml structured messag...

15 Nov at 04:26

ServiceStack Response - Change encoding?

ServiceStack Response - Change encoding? I've only just started using ServiceStack and because of a few legacy systems I need to keep SOAP support. I am having an issue though with a non-Windows syste...

How can I use async/await to call a webservice?

How can I use async/await to call a webservice? I have a [webservice](http://ychat.marpel.cz/ychat/WebService) written in [Yii](http://www.yiiframework.com/doc/guide/1.1/en/topics.webservice) (php fra...

27 Nov at 15:12

In C#, how would I capture the SOAP used in a web service call?

In C#, how would I capture the SOAP used in a web service call? I have a C# application that is a client to a web service. One of my requirements is to allow capturing the SOAP that I send, so that if...

20 Nov at 21:5

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3 We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the sea...

Generate ServiceStack Service from a WSDL

Generate ServiceStack Service from a WSDL I have been assigned a project where I must integrate with a 3rd party. The 3rd Party has already built the client and I must build a service that integrates ...

8 Oct at 16:10

Getting Raw XML From SOAPMessage in Java

Getting Raw XML From SOAPMessage in Java I've set up a SOAP WebServiceProvider in JAX-WS, but I'm having trouble figuring out how to get the raw XML from a SOAPMessage (or any Node) object. Here's a s...

6 Feb at 22:4

Clueless about how to create SOAP <wsse:Security> header

Clueless about how to create SOAP header I'm have near to none experience with SOAP protocol. The service I need to connect to required header. I think this is somewhat standard in Java but in C# one ...

9 Apr at 17:15

WCF Soap Actions in HTTP header or SOAP header?

WCF Soap Actions in HTTP header or SOAP header? I'm a little confused about how SOAPAction is implemented in WCF (and other web service frameworks for that matter). In a test client, I have a Client M...

21 Aug at 22:9

Soap Address Location : ServiceStack SOAP 1.2

Soap Address Location : ServiceStack SOAP 1.2 I've been looking around for an answer but I've found nothing that solves my problem, forgive me if this has been asked before. I've got a REST and SOAP A...

15 Jun at 10:52

Client to send SOAP request and receive response

Client to send SOAP request and receive response Trying to create a C# client (will be developed as a Windows service) that sends SOAP requests to a web service (and gets the results). From this [ques...

1 Mar at 13:50

Selectively allow SOAP on one or more messages in ServiceStack

Selectively allow SOAP on one or more messages in ServiceStack We are currently using ServiceStack for our web api which is 99% REST/JSON however we have one new message that we need to allow a SOAP e...

2 Aug at 00:35

How to check EU VAT using VIES SOAP service in C#

How to check EU VAT using VIES SOAP service in C# I have an ASP.NET website that needs to check a user-supplied VAT. The [VIES Service](http://ec.europa.eu/taxation_customs/vies/) can be used for that...

23 May at 12:10

Soap Error: "Server was unable to process request" "Object reference not set to an instance of an object"

Soap Error: "Server was unable to process request" "Object reference not set to an instance of an object" When I send a SOAP request to my service in the IIS locally, everything works fine. When I sen...

6 Jun at 07:22

Add reference to a Servicestack simpleservice in VS 2013 fails

Add reference to a Servicestack simpleservice in VS 2013 fails I have an interesting problem. If i have a return object on my servicestack method and wnat to use SOAP, VS2013 can generate a proxy with...

The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate,NTLM'

The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate,NTLM' I've looked through a ton of SO articles, and even ot...

15 Sep at 15:16

How to add HTTP Header to SOAP Client

How to add HTTP Header to SOAP Client Can someone answer me if it is possible to add HTTP header to soap client web-service calls. After surfing Internet the only thin I found was how to add SOAP head...

20 Sep at 13:0

There was no endpoint listening at (url) that could accept the message

There was no endpoint listening at (url) that could accept the message I'm building an ASP.NET website - it's a solution with a few projects, a data base and a web service. Everything worked fine, but...

26 Jun at 20:55

How to call a SOAP web service on Android

How to call a SOAP web service on Android I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very...

29 Nov at 00:13

calling asmx from c# server side: endpoint element matching this contract could be found in the client element

calling asmx from c# server side: endpoint element matching this contract could be found in the client element I wrote an asmx webSerivce on srv1. I wrote a (original text: an asp.net) project on srv2...

How can I consume a WSDL (SOAP) web service in Python?

How can I consume a WSDL (SOAP) web service in Python? I want to use a WSDL SOAP based web service in Python. I have looked at the [Dive Into Python](http://web.archive.org/web/20181001011217/http://w...

17 Oct at 15:37

Read Soap Message using C#

Read Soap Message using C# ``` sfasfasfasfsfsf

19 Aug at 18:10

How to invoke authentication of user to determine id service should be performed with a soap web service call with servicestack?

How to invoke authentication of user to determine id service should be performed with a soap web service call with servicestack? I am new to servicestack. I need to authenticate the soap request with ...

6 Apr at 14:58

How to return XmlDocument as a response from a ServiceStack API

How to return XmlDocument as a response from a ServiceStack API We are having a few ServiceStack APIs which are being called from an external tool. This tool expects the input of "XmlDocument" type, a...

26 Apr at 12:15

How do I set a namespace prefix to an XAttribute in .NET?

How do I set a namespace prefix to an XAttribute in .NET? All, I want to create a soap envelope xml document eg. I am using `System.Xml.Linq` to do this but I cannot figure out how to add the `soap` p...

10 Dec at 06:39

Consuming SOAP web service in ASP.NET

Consuming SOAP web service in ASP.NET I have a SOAP WSDL (found here: [https://portal.bsh-partner.com/picenter/server/a2a/](https://portal.bsh-partner.com/picenter/server/a2a/)) and I am trying to con...

11 Mar at 18:3

ServiceStack: Incorrect metadata for SOAP?

ServiceStack: Incorrect metadata for SOAP? I followed the [Create your first webservice](https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice) tutorial. When I go to the Hell...

30 Dec at 16:31

ServiceStack WSDL creates empty portType element

ServiceStack WSDL creates empty portType element I created a SOAP1.2 web service with ServiceStack. We have a client using the Axis2 platform to create a proxy class to our service via the WSDL; howev...

18 Jul at 20:52

How to call a web service with no wsdl in .net

How to call a web service with no wsdl in .net I have to connect to a third party web service that provides no wsdl nor asmx. The url of the service is just [http://server/service.soap](http://server/...

14 Aug at 16:9

Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better?

Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better? I'm not a security expert by any means, but I favor creating REST-style web services. In creating a new service which need...

12 May at 16:14

SOAP Client in C# without access to a WSDL-file

SOAP Client in C# without access to a WSDL-file I'm working with a third party to integrate some of our systems with theirs and they provide us with a SOAP interface to make certain requests and chang...

10 Nov at 14:51

How to remove *Response convention in service stack?

How to remove *Response convention in service stack? I am trying to stand up a service using Service Stack. The service needs to meet soap 1.1 standards. Now the operation object that I am trying to u...

ServiceStack SOAP Error serialization

ServiceStack SOAP Error serialization In a ServiceStack project I've added api key authorization as follows When accessing the service via REST I get a response as I

16 Sep at 12:41

What is the difference between SOAP and REST webservices? Can SOAP be RESTful?

What is the difference between SOAP and REST webservices? Can SOAP be RESTful? From MSDN magazine [https://msdn.microsoft.com/en-us/magazine/dd315413.aspx](https://msdn.microsoft.com/en-us/magazine/dd...

2 Jun at 13:34

Servicestack - injecting a SOAP web service

Servicestack - injecting a SOAP web service I would like to call a third-party SOAP web service from within my ServiceStack project ( I have used the default servicestack project layout: ![enter image...

10 Nov at 19:42

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder I have been tinkering around with [ServiceStack](http://www.servicestack.net/) to expose some web services and have been very impressed...

How to enable SOAP on CentOS

How to enable SOAP on CentOS We have VPS with CentOS. I have installed SOAp using the following command: Then I went to the `php.ini` file to uncomment the SOAP extension. It was not there, so I added...

28 Aug at 05:15

Express Sequence of items in ServiceStack DTO classes

Express Sequence of items in ServiceStack DTO classes I am using ServiceStack to create a Soap service. I want to create a soap envelope which includes a structure like this I.e. a container with a se...

14 Dec at 23:9

Example of SOAP request authenticated with WS-UsernameToken

Example of SOAP request authenticated with WS-UsernameToken I'm trying to authenticate a SOAP request using WS-UsernameToken spec, but the target device is always denying access. My non-working reques...

How to create a enumerable / class string or int and serialized?

How to create a enumerable / class string or int and serialized? I have been looking for hours now and i have no idea how to solve my problem. I am writing a Service Stack API and I need whoever is go...

5 May at 04:47

How can I pass a username/password in the header to a SOAP WCF Service

How can I pass a username/password in the header to a SOAP WCF Service I'm trying to consume a third-party web service [https://staging.identitymanagement.lexisnexis.com/identity-proofing/services/ide...

8 Jul at 19:21

Converting WSDL to C# classes

Converting WSDL to C# classes Converting WSDL to C# classes using microsoft net wsdl.exe tool but the tool is unable to convert the following part of the WSDL file. Any pointers in the right direction...

1 Nov at 22:39

Make a single WCF service support both SOAP, REST and WSDL

Make a single WCF service support both SOAP, REST and WSDL I'm trying to build a C# service in .NET 3.5 that supports both SOAP - and shows the WSDL - and REST. The SOAP service and WSDL generation wa...

13 Nov at 19:41

How to optimize WCF CreateFactory in System.ServiceModel.ChannelFactory?

How to optimize WCF CreateFactory in System.ServiceModel.ChannelFactory? My current implementation is utilizing the ClientBase class to create a channel for WCF calls made to a third party API. This t...

ServiceStack SOAP XmlException: The input document has exceeded a limit set by MaxCharactersInDocument

ServiceStack SOAP XmlException: The input document has exceeded a limit set by MaxCharactersInDocument As the title suggest, we are currently struggling with a ServiceStack v 4.0.44 SOAP service that ...

23 May at 11:52

WCF sending huge data

WCF sending huge data I want to send a huge set of data to a WCF service. The data might consist of thousands od records (entities), depending on the parsed input file. Now the question is: what is th...

4 Nov at 16:16

Prevent ServiceContractGenerator from generating message contracts (request/response wrappers)

Prevent ServiceContractGenerator from generating message contracts (request/response wrappers) There is a [specific WSDL](https://finswitchuat.finswitch.com/webservices/finswitchwebservice.asmx?wsdl) ...

8 Dec at 12:35

WCF and Soap 1.1

WCF and Soap 1.1 I am trying to create a service that a 3rd party should hopefully consume. The consumer is compatible with SOAP 1.1, which is why I am using basicHttpBinding for the server. When the ...

9 Feb at 14:31

Response and DTO objects missing from XSD

Response and DTO objects missing from XSD I'm using the latest version of ServiceStack with NuGet. I've got a basic service setup that works fine with the JsonServiceClient and is passing all of our u...

28 Nov at 15:59

c# Soap Client Issue - more than one endpoint configuration for th at contract was found

c# Soap Client Issue - more than one endpoint configuration for th at contract was found I am trying to write a simple c# console application to test the SOAP API from here: [https://www.imailtest.co....

18 Apr at 09:37