Top "Wsdl" questions

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

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used …

apache-flex actionscript soap coldfusion wsdl
Access restriction on class due to restriction on required library rt.jar?

I'm attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and …

java eclipse wsdl stub wsdl2java
How to call a SOAP web service on Android

I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service …

java android web-services soap wsdl
How to get the wsdl file from a webservice's URL

I want to get the WSDL file for a webservice and the only thing I have is its URL (like …

wsdl
How to do a SOAP wsdl web services call from the command line

I need to make a SOAP webservice call to https://sandbox.mediamind.com/Eyeblaster.MediaMind.API/V2/AuthenticationService.svc?wsdl …

soap wsdl
what is the difference between XSD and WSDL

What is the difference between an XML Schema and WSDL? The difference I noticed is that WSDL contains XSD and …

web-services wsdl xsd
How to use a WSDL

I need to consume a Web Service. They sent me the WSDL file. What should I do to add it …

c# web-services wsdl
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 …

c# .net visual-studio web-services wsdl
What are WSDL, SOAP and REST?

What is WSDL? How is it related to SOAP? Where does REST fit in all of that?

web-services rest soap wsdl
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 …

c# web-services wsdl axis