Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag ...
257
votes
20answers
232k views
How to call SOAP web service in Android
I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very convoluted documents and references to ...
149
votes
9answers
117k views
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 services. While doing some basic checking in the iPhone SDK I was not able to find any support for ...
188
votes
8answers
163k views
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 saw this error in Eclipse. I'm under the assumption that the stubs created should ...
35
votes
5answers
23k views
Create WCF service for unmanaged C++ clients
I need to get unmanaged Windows C++ clients to talk to a WCF service. C++ clients could be running on Win2000 and later. I have a control over both WCF service and which C++ API is being used. Since ...
25
votes
9answers
19k views
Can I disable SOP (Same Origin Policy) on any browser for development?
I want to develop JavaScript on my Windows machine. Do you know a browser where I can turn off Same Origin Policy so I can develop locally? Firefox would be optimal.
Or if you know a proxy I could ...
41
votes
11answers
36k views
WSDL vs REST Pros and Cons
Related:
Why would one use REST instead of Web services?
When deciding whether to implement a web service using SOAP or REST (by which I mean HTTP/XML in a RESTful manner) what should I be aware ...
43
votes
5answers
44k views
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 is generated from a ASMX (I suppose but I am not sure).
How can I achieve this ?
original question where ...
8
votes
2answers
2k views
php soap client for uk mail webservice api?
I'm working on a commerce site on which orders are placed. To track that delivery I need to give a link to users with all the parameters from a form filled by user to create a delivery and track its ...
77
votes
3answers
40k views
Difference between Apache CXF and Axis
What are the advantages of using Apache CXF over Apache Axis and vice versa?
6
votes
2answers
8k views
Passing array to SOAP function in PHP
Greetings,
I can't seem to find a way to create a function request with array as an argument.
For example, how do I make this kind of request using PHP SoapClient:
<GetResultList>
...
26
votes
5answers
61k views
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 on its WSDL? Something comparable to clicking "Add Web Reference" in Visual Studio or the ...
19
votes
3answers
29k views
How to use a WSDL
I need to consume a Web Service. They send me the WSDL file.
What should I do to add it to my website and start using it as the proxy.
( If I put it on a Virtual Directory it is been discovered, but ...
30
votes
3answers
11k views
Is there a WSDL-like mechanism for JSON?
My company is using SOAP for web services. Despite my efforts to convince my peers to use JSON, we still ended up using SOAP. WSDL was one of the main reasons (another is their unfamiliarity with ...
16
votes
8answers
24k views
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 JAX-WS working fine, but by default (in netbeans at least) it fetches the WSDL from the ...
49
votes
10answers
68k views
12
votes
7answers
48k views
Android WSDL/SOAP service client
I have some web services that uses WSDL/SOAP for communication. Specifically, I am using PHP and Nusoap to make them. How can I use these web services on Android? I am going to get a new Android phone ...
13
votes
4answers
38k views
Generating a WSDL from a xsd file
I need to generate a WSDL file given a xsd file. How do I do this? Can I do this in VS2005? What is the simplest way to do this?
Cheers!
Ausgar
10
votes
3answers
13k views
Generating a WSDL using Python and SOAPpy
First of all, I will admit I am a novice to web services, although I'm familiar with HTML and basic web stuff. I created a quick-and-dirty web service using Python that calls a stored procedure in a ...
9
votes
4answers
32k views
HTTP Bad Request error when requesting a WCF service contract
I have a WCF service with the following configuration:
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<behavior name="MetadataEnabled">
...
6
votes
1answer
4k views
WSDL-first approach: How to specify different names for wsdl:port and wsdl:binding?
I am following WSDL-first (provided by our client) approach for developing WCF service but WSDLs generated from my wcf service is slightly different from WSDL provided to me by our client and because ...
6
votes
5answers
12k views
Java: Simple SOAP Client
I'm looking for a SOAP client for Java.
Apache Axis looks very bloated to me. I don't understand why things have to be so complicated in Java. For example, in PHP, all I have to do is:
<?php
...
4
votes
3answers
4k views
How to convert wsdl to java?
I've a WSDL file and i need to convert it into java, so for this i use step by step procedure from below link
http://axis.apache.org/axis2/java/core/tools/eclipse/wsdl2java-plugin.html
like adding ...
19
votes
4answers
24k views
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.
With a public WSDL Visual Studio can generate this code ...
3
votes
2answers
9k views
WCF WSDL Soap Header on all operations
By defining an attribute that implements IContactBehavior and IWsdlExportExtension and set that attribute on your service contract, you can easily add Soap Headers to your wsdl (see ...
7
votes
2answers
1k views
What are considered non-breaking or backwards-compatible changes to a WSDL contract?
This page lists the following examples:
Addition of new WSDL operations to an existing WSDL document
Addition of new XML schema types within a WSDL document that are not contained within previously ...
12
votes
1answer
21k views
nillable and minOccurs xsd element attributes
I am going back and forth with setting an element to minOccurs="0" and nillable="true".
I was reading this article and now in my WSDL I'm not sure if using both is worth it. The article gives a good ...
2
votes
2answers
2k views
JAXB Customizations With a Poorly Formed WSDL
This is driving me insane. I have a schema embedded within a WSDL that needs customization because WSIMPORT is throwing the following error
[ERROR] Complex type and its child element share the same ...
2
votes
2answers
3k views
Parse Complex WSDL Parameter Information
I am attempting to parse WSDL, along the lines of the example given here.
The author notes, in the comments, that the example is not capable of drilling down into complex data types.
And in fact, ...
2
votes
3answers
17k views
Generate WSDL from java class\source
I have a package with "logic" classes(like CheckAuthenticationDataLogic.java, GetVocabulariesLogic.java). And another class - ApiService.java is used to generate wsdl.
ApiService.java is full of ...
0
votes
1answer
2k views
Android WSDL Web Service ksoap2
I am trying to connect to a web service via an Android device by using the ksoap2 library. I've gotten it to work on two different services fine, but now I've ran into a problem. Whenever I pass an ...
22
votes
1answer
11k views
Creating Java Web Service using Google AppEngine
I'm trying to create a simple web service application where I can retrieve a collection of strings and store them into a data store on the AppEngine server.
I have knowledge in Java and barely any ...
11
votes
5answers
33k views
WCF: how to generate a single WSDL document, without WSDL:import?
I'm troubling into an issue...
I'm trying to find a way to generate a single wsdl document from my WCF service, i.e. without any link to external documents.
I've used FlatWsdl to remove all xsd:import ...
14
votes
3answers
26k views
How to use a WSDL File to create a WCF Proxy?
I have an old WSDL file and I want to use WCF to communicate with the service.
The WSDL is generated from a ASMX (I suppose but I am not sure).
What would be the required steps to communicate with ...
22
votes
1answer
24k views
In PHP how can you clear a WSDL cache?
In through php_info() where the wsdl cache is held (/tmp), but I don't necessarily know if it is safe to delete all files starting with wsdl.
Yes, I should be able to just delete everything from ...
11
votes
2answers
5k views
How can I force WCF to autogenerate WSDLs with required method parameters (minoccurs=“1”)?
While using WCF and OperationContracts I have the following method defined:
[OperationContract]
[FaultContract(typeof(ValidationFault))]
...
7
votes
3answers
8k views
WCF Webservice behind public reverse proxy
How can I correctly serve WSDL of a WCF webservice located in a private LAN from behind a reverse proxy listening on public IP?
I have an Apache webserver configured in reverse proxy mode which ...
6
votes
6answers
8k views
What methods exist to auto-generate java client stubs from WSDL files?
I'm new to web-services and have read up some info about XML,SOAP,and WSDL. It's very interesting! I'm working on an existing project that has a web-service and client. However the client the 'higher ...
3
votes
2answers
9k views
How to create a single WSDL file from existing WCF service?
How do I create a single flat WSDL file (with no external references from within) from an existing WCF service? This WSDL will be used (imported) into an older programming technology that only ...
2
votes
4answers
2k views
.NET autogenerated web-service client: How do I avoid requesting schemas from w3.org?
I have a .NET web-service client that has been autogenerated from a wsdl-file using the wsdl.exe tool.
When I first instantiate the generated class, it begins to request a bunch of documents from ...
3
votes
2answers
8k views
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 client sides. which tool do you use to create server side code from WSDL File?
3
votes
4answers
7k views
Create on the fly web service, Dynamic web service invoker
I need to create dynamic invoker of webservices based on their WSDL.
any idea?
thanks
2
votes
1answer
570 views
create soap envelope with security header in android using ksoap2
I want to create soap envelope with security header in android using ksoap2. My code of android is as...
import org.ksoap2.SoapEnvelope;
import org.ksoap2.SoapFault;
import ...
0
votes
1answer
934 views
Need help on Objective-C code (WSDL2ObjC generated)
In the WSDL2ObjC documentation there is a sample code like below, but in my generated code I couldnt find any class, method or property equavilant to "myOperationUsingParameters"
what is that and ...
4
votes
3answers
6k views
Problem with generating WebService proxy using svcutil
In our application we are forced to consume several WebServices. In the beginning we used just the "Add Service Reference" menu option, in order to create a WCF proxy.
The wizard didn't generate a ...
2
votes
2answers
757 views
wsdl service response once variables are sent, php
I am new to SOAP WSDL FUNCTIONS. I have a client who has been given a wsdl file from a company that deals in car testing. My client is a subcontractor for them. They have told us to upload the ...
0
votes
1answer
735 views
How to call a web-service using JavaEE?
I've been using rpclib to auto-generate a WSDL and implement it in Python.
Then I wanted to call a web-service* that has this WSDL using JavaEE, so I simply used the Web Service from WSDL option in ...
-2
votes
1answer
262 views
PHP How to link Soap XML with XML Schema(.xsd)
I have two urls.
http://www.labs.skanetrafiken.se/v2.2/GetStartEndPoint.xsd
http://www.labs.skanetrafiken.se/v2.2/querypage.asp?inpPointFr=lund&inpPointTo=ystad
How do I get these two to ...
26
votes
5answers
18k views
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 services starts with codes like this:
@WebServiceClient(name = ...
12
votes
4answers
36k views
Simple (standalone) Java SOAP web service client from WSDL using Maven
I'm looking to generate a simple standalone Java client which will make calls to a SOAP web service, given a wsdl. When I say simple and standalone I mean that once I'm done I want to be able to do ...
28
votes
4answers
24k views
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 in WSDL we can declare operations, but not in XSD. Is that correct?


