tagged [soap]

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

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...

C#: How to invoke a SOAP service requiring client-side authentication with certificates installed at runtime

C#: How to invoke a SOAP service requiring client-side authentication with certificates installed at runtime I have an application deployed to IIS that needs to invoke a SOAP service. It's using WCF f...

15 May at 10:27

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

SOAP vs REST (differences)

SOAP vs REST (differences) I have read articles about the differences between SOAP and REST as a web service communication protocol, but I think that the biggest advantages for REST over SOAP are: 1. ...

How can I use servicestack product so I can connect my Flutter or Dart to soap WSDL services?

How can I use servicestack product so I can connect my Flutter or Dart to soap WSDL services? I am trying to get my Flutter app to connect securely to soap/wsdl web services. My question is how can I ...

5 Mar at 06:29

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

ServiceStack trying to bind private fields classes generated via service reference instead of public properties

ServiceStack trying to bind private fields classes generated via service reference instead of public properties There is a remote service which I'm trying to get to send me messages via http POST requ...

16 Nov at 10:44

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

How to install svcutil.exe under Windows 10

How to install svcutil.exe under Windows 10 I am desperately searching for a way to install `svcutil.exe` because I read [here](https://stackoverflow.com/questions/7973819/converting-wsdl-to-c-sharp-c...

26 Jun at 12:36