Top "Wsdl" questions

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service.

SoapUI "failed to load url" error when loading WSDL

I keep having some weird problems. The main one is that I keep getting the following error when trying to …

java web-services xsd wsdl soapui
SOAP Action WSDL

I'm trying to implement a client for National Rail Enquiries' SOAP Service (http://www.livedepartureboards.co.uk/ldbws/). I stick …

soap wsdl action
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 based …

php web-services visual-studio wsdl
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 wsimport), via maven, my …

java wsdl cxf wsdl2java
How to use a WSDL file to create a WCF service (not make a call)

I have an old WSDL file and I want to create a server based on this WSDL file. The WSDL …

wcf wsdl
How do you convert WSDLs to Java classes using Eclipse?

I have a WSDL file (or, more precisely, its URL). I need to convert it to Java classes. I also …

java eclipse wsdl
How to generate xsd from wsdl

Is there any way by which I can generate xsd from wsdl. Any link or tool will also do. What …

wsdl xsd
How to access SOAP services from iPhone

I'm planning to develop an app for the iPhone and that app would have to access a couple of SOAP …

iphone ios web-services soap wsdl
WSDL validator?

Is there any online service available to validate Web Service WSDL file?

web-services wsdl
Generating a WSDL from an XSD file

I need to generate a WSDL file given an XSD file. How do I do this? Can I do this …

wsdl xsd