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