Top "Wsdl" questions

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

java.lang.NoClassDefFoundError: javax/activation/DataSource on wsimport Intellij java 9

i'm trying to generate class stubs for a wsdl with Intellij-Idea 2017.2.5 (Webservices -> Generate code from wsdl...) using JDK-9 …

web-services intellij-idea wsdl java-9 wsimport
tns appearing in Web Services schema

I'm using JAX-WS for running some sample Web services. After publishing the web services, when I typed the WSDL URL, …

xml web-services wsdl xsd jax-ws
Why doesn't REST utilize WSDLs, unlike SOAP?

For SOAP web services there is a specification which all request/responses must follow. This specification is in the form …

web-services rest soap wsdl
How to generate a PHP soap client code?

Is there a way to generate a PHP Soap Client from a WSDL file? I mean something like wsdl.exe …

php soap wsdl soap-client
wsimport .wsdl : why generating .class files and not .java files?

I have a wsdl named as abc.wsdl when I tried to generate the SEI Interface java files by this …

java web-services wsdl
How to use a class customization to resolve file generating conflicts

I am trying to use Maven to generate JAXB files to be used by Spring framework, but Maven displays following …

java spring maven jaxb wsdl
What is the difference between Type and Element in WSDL?

In WSDL file a function can return a Type or an Element. I have used only custom types as a …

wsdl schema
Generating Java from WSDL for use on Android with ksoap2-android SOAP client?

I have to access a existing SOAP webservice from an Android application. I have been provided some WSDL files describing …

java android soap wsdl ksoap2
What's the difference between <binding> and <portType> in WSDL?

Both <binding> and <portType> seem to define an operation and its message. I don't quite understand, …

xml web-services wsdl jax-ws
What was the difference between WSDL & Mex Endpoint in WCF

I have couple of question on mex endpoint. In legacy web services, we create a proxy using wsdl. The WSDL …

c# wcf wsdl mex