Top "Wsdl" questions

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

targetNamespace and namespace in WSDL

I am studying SOAP web services and I am really new to Web Services. In the WSDL I got a …

web-services soap wsdl
Perfect Soap (Wsdl) web service in php

I am a PHP programmer, I want to create a SOAP web service using WSDL. Please could someone suggest any …

php web-services soap wsdl
Generating HTML documentation from WSDL

What are your approaches to generating some sort of human-readable documentation from WSDLs? In the past I've used WSDL viewer (…

web-services documentation wsdl nant
WSDL to PHP with Basic Auth

I need to build php classes from a WSDL that is behind basic auth. It has tons of namespaces so …

php soap wsdl basic-authentication
JAX-WS Loading WSDL from jar

I'm writing a fat client that makes use of a SOAP service for some features (bug reporting etc.) I've got …

wsdl jar jax-ws wsimport
Java Web Service error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog

I have a problem creating and connecting a Java client to a running Web Service. I use the following code: …

java web-services wsdl jax-ws wsimport
How to get rid of "Uncaught SoapFault exception: [Client] looks like we got no XML document in..." error

I'm trying to develop business logic for a dynamic site using nusoap on server side (because I need wsdls, and …

php soap wsdl web-services nusoap
WSDL Cannot find dispatch method for

For a web service call using a WSDL, I'm getting the error Cannot find dispatch method for {http://ws.somecompany.…

soap wsdl
Generating Web Service from WSDL File

I want to generate Web Service Classes from WSDL File. I want server side code not client side. wsimport creates …

java wsdl wsdl2java
Relative WSDL soap:address location

Can I have the soap:address location in a WSDL relative to the WSDL location, or at least relative to …

web-services wsdl axis2c