tagged [soap]

NuSOAP PHP web service and .NET WebService reference - problem

NuSOAP PHP web service and .NET WebService reference - problem I have created a PHP SOAP WebService with NuSOAP. I add a WebReference from C# application. I enter the URL of the WSDL, I can see method...

1 Sep at 12:2

param0 disappearing in Soap request in PHP using SoapClient class

param0 disappearing in Soap request in PHP using SoapClient class I am trying to call a web service from PHP code using `SoapClient`. If I turn on trace and get the last request, I can see that the fi...

13 Oct at 07:34

consume SOAP web service

consume SOAP web service How do I consume this SOAP web service? how do I add the request header? [https://www.eway.com.au/gateway/ManagedPaymentService/test/managedCreditCardPayment.asmx?op=CreateCus...

26 Nov at 10:7

SoapFault exception: Could not connect to host

SoapFault exception: Could not connect to host Sometimes fail to call the web service. This problem happens all the time. What could be the problem? ``` Error: SoapFault exception: [HTTP] Could not ...

30 Nov at 21:29

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

REST / SOAP endpoints for a WCF service

REST / SOAP endpoints for a WCF service I have a WCF service and I want to expose it as both a RESTfull service and as a SOAP service. Anyone has done something like this before?

4 Jan at 02:28

What port number does SOAP use?

What port number does SOAP use? What is the default port number that the SOAP protocol works on?

1 Feb at 14:33

'Malformed Reference Element' when adding a reference based on an Id attribute with SignedXml class

'Malformed Reference Element' when adding a reference based on an Id attribute with SignedXml class Unable to sign element by Id attribute when there's a namespace prefix: ``` void Main() { var doc ...

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

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

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

SOAP client in .NET - references or examples?

SOAP client in .NET - references or examples? I am creating a webservices site which will provide many types of simple services over SOAP and possibly other protocols too. The goal is to make it easy ...

29 Nov at 06:16

Running report on JasperServer from C#

Running report on JasperServer from C# Jasper Reports is a superb open source alternative to Crystal Reports. It's great for single page PDF pages such as letters & invoices to multi-page reports. How...

Node.js: how to consume SOAP XML web service

Node.js: how to consume SOAP XML web service I wonder what is the best way to consume SOAP XML web service with node.js Thanks!

28 Dec at 11:22

How do I use WS-Addressing in WCF and set the wsa:replyto header?

How do I use WS-Addressing in WCF and set the wsa:replyto header? I'm calling a BizTalk service using WCF. The service requires the wsa:replyto address to be set in the SOAP header to able to make a '...

3 Feb at 13:57

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

Servicestack SOAP & ToOptimizedResult Client Parse Error

Servicestack SOAP & ToOptimizedResult Client Parse Error I have a super-simple ServiceStack webservice configured using the latest Nuget package (3.8.3 I believe?). The main change I made was to call ...

4 Jul at 03:10

How do I enable --enable-soap in php on linux?

How do I enable --enable-soap in php on linux? That's much the question. I have PHP 5.2.9 on Apache and I cannot upgrade PHP. Is there a way for me to enable SOAP in PHP 5.2.9? The PHP manual did not ...

20 Jul at 18:35

How to make a PHP SOAP call using the SoapClient class

How to make a PHP SOAP call using the SoapClient class I'm used to writing PHP code, but do not often use Object-Oriented coding. I now need to interact with SOAP (as a client) and am not able to get ...

23 Jul at 20:13

How can the error 'Client found response content type of 'text/html'.. be interpreted

How can the error 'Client found response content type of 'text/html'.. be interpreted I'm using C# and connecting to a WebService via an auto-generated C# proxy object. The method I'm calling can be l...

14 Aug at 11:29

mssoapinit fails to initialize WSDL

mssoapinit fails to initialize WSDL The MSSOAP client fails initializing the soap12 interface of the Hello Example project. The following error is returned: ``` WSDLPort: WSDLPort:The soap:binding sub...

20 Aug at 14:0

SOAP returns data, but C# says null response

SOAP returns data, but C# says null response My C# app won't give me anything but null results from SOAP calls. We have exposed some PeopleSoft ERP data with a SOAP web service. I am accessing this SO...

5 Sep at 15:19

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

/sharedtypes equivalent for svcutil.exe?

/sharedtypes equivalent for svcutil.exe? Building an app that is relying on a 3rd party provider who has a very verbose set of SOAP services (we're talking 50+ WSDL files). Each individual WSDL howeve...

1 Dec at 05:12

Intercept SOAP messages from and to a web service at the client

Intercept SOAP messages from and to a web service at the client I have a client that communicates with a web service. The class that I communicate with is a C# class that is generated through wsdl.exe...

8 Dec at 23:12