tagged [wsdl]

The endpoint reference (EPR) for the Operation not found is

The endpoint reference (EPR) for the Operation not found is I have been struggling with the following error the last couple of days can you please help! I generated my server and client code using the...

16 Apr at 20:10

Using Servicestack WSDL with php

Using Servicestack WSDL with php I am trying to use ServiceStack to replace WCF for a self hosted service, accessed with a PHP client that forms its messages from on the WSDL. The WSDL produced by Ser...

14 Jan at 17:59

WCF proxy generation: svcutil.exe vs wsdl.exe

WCF proxy generation: svcutil.exe vs wsdl.exe I have .wsdl and .xsd files from WebService and need to generate proxy by them. Svcutil.exe and wsdl.exe generate very different output. What is the diffe...

19 Aug at 10:40

C# client how to invoke wsdl file

C# client how to invoke wsdl file My customer gave me a .wsdl file to access their webservices. Using VS2008 I can create a project, but I don't know how to use the .wsdl file in it.

30 Jul at 01:13

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

Pass parameter as an object[]

Pass parameter as an object[] I wish to use this API with a c# application: [http://www.affjet.com/2012/11/26/4-4-affjet-api/#more-3099](http://www.affjet.com/2012/11/26/4-4-affjet-api/#more-3099) Aft...

4 May at 09:32

Create web service proxy in Visual Studio from a WSDL file

Create web service proxy in Visual Studio from a WSDL file My application needs to talk to a web service that hasn't got an online WSDL definition. The developers however supplied me with a WSDL file....

How to easily consume a web service from PHP

How to easily consume a web service from PHP Is there available any tool for PHP which can be used to generate code for consuming a [web service](http://en.wikipedia.org/wiki/Web_service) based on its...

29 Jan at 12:53

ServiceStack - how to host multiple versioned endpoints in one service?

ServiceStack - how to host multiple versioned endpoints in one service? # Where I was I'm trying to convert some WCF services to use ServiceStack instead. For the most part it's achieving what I want ...

5 Dec at 05:43

/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

ServiceStack WSDL error. Endpoint is not compatible with Windows Store apps. Skipping...

ServiceStack WSDL error. Endpoint is not compatible with Windows Store apps. Skipping... Working on a Windows 8 (metro style) application, and want to reference a service hosted by ServiceStack from i...

Adding WSDL files from file directory

Adding WSDL files from file directory I have WSDL files that I need to add to my project as web references. They are located with `.wsdl` extensions in my local directory. I have never added them like...

26 Jul at 16:57

How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service

How to add custom Http Header for C# Web Service Client consuming Axis 1.4 Web service I'm trying to write a web service client in c# which the webservice is Java Axis 1.4. Axis service requires the h...

28 Jun at 18:55

How to avoid the need to specify the WSDL location in a CXF or JAX-WS generated webservice client?

How to avoid the need to specify the WSDL location in a CXF or JAX-WS generated webservice client? When I generate a webservice client using wsdl2java from CXF (which generates something similar to ws...

21 Nov at 15:16

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

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

How do I remove the namespaces in Zend_Soap?

How do I remove the namespaces in Zend_Soap? I am trying to use the tranlsation webservice from MyMemory: [http://mymemory.translated.net/doc/spec.php](http://mymemory.translated.net/doc/spec.php) Unf...

17 Mar at 17:35

SOAP Action WSDL

SOAP Action WSDL I'm trying to implement a client for National Rail Enquiries' SOAP Service ([http://www.livedepartureboards.co.uk/ldbws/](http://www.livedepartureboards.co.uk/ldbws/)). I stick the WS...

14 Feb at 21:19

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

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

Override Default Constructor of Partial Class with Another Partial Class

Override Default Constructor of Partial Class with Another Partial Class I don't think this is possible, but if is then I need it :) I have a auto-generated proxy file from the wsdl.exe command line t...