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 ...
1
vote
2answers
315 views
How to change database settings for a deployed war file?
We have a WAR file that is deployed however we want to change the database settings. How do I get about doing that? I opened the WAR file in an IDE and there are like 2-3 places that have the database ...
1
vote
1answer
5k views
JAX-WS and XSD Validation
I have a wsdl that has a imported xsd, this xsd has quite a restrictions like this:
<xsd:simpleType name="len_type">
<xsd:restriction base="xsd:string">
<xsd:pattern ...
1
vote
4answers
3k views
“Duplicate file name” for same WSDL namespace when using web-service from different sub-domains
Preface
We are providing customers with our service API.
Each customer has own subdomain (e.g. sergii.ourwebsite.com) and own WSDL URL, it looks like http://sergii.ourwebsite.com/api/bsapi.cfc?wsdl
...
1
vote
5answers
4k views
WCF: Svcutil generates invalid client proxy, Apache AXIS Web Service, overload operations
I'm using a 3rd party web service written in Java and using Apache Axis 1.3. The service has many overload operations. When the WCF Svcutil generates the proxy, it renames the overloaded operation ...
0
votes
1answer
124 views
Problems accessing WSDL with AJAX
I'm new to AJAX and am trying to access our WSDL database through the following code. When I run it, the Firefox debugger says "[10:27:42.805] ReferenceError: $ is not defined @ ...
0
votes
1answer
1k views
Web Service client generated by wsdl not working with Deployed web sevrice
I have generated a WSDL from a java class using axis2 java2wsdl utility as follows;
java2wsdl -o C:\temp -cn com.temenos.webservices.customer.CustomerServiceWS
Then I have deployed the same web ...
0
votes
1answer
537 views
how to send the request and how to get the response from a sap soap wsdl service in xcode ,iphone [closed]
I installed the wsdl2objc and parsed the wsdl and generated the classes when the url is parsed.I imported that classes to the project in the xcode by creating another folder named webservices and i ...
0
votes
1answer
1k views
use original wsdl to generate wsdl in CXF
Can any one please let me know what is the method to generate WSDL in Apache CXF Server using original WSDL.
I know Axis 2 has a configuration in Service.xml to set useOriginalWSDL to TRUE and I get ...
0
votes
0answers
378 views
Error submitting the user credentials using ksoap on Android
I am new to android web services and I am using the WSDL file for web services(.NET) with Ksoap,but I couldn't able to solve the problem when I submit the user credentials with a submit button ...
0
votes
1answer
2k views
Zend Soap Server with wsdl autodiscovery doesn't work as expected
Duplicate of this question
I'm trying to create a web service with Zend_Soap_Server in wsdl autodiscovery mode, but I obtain very strange effects... here the code:
server:
<?php
...
0
votes
1answer
1k views
GWT and WebServices (wsdl)
Can anyone point me a way to access WSDL webservices from a GWT client? Is that even possible?
Thanks!
0
votes
2answers
2k views
WSDL2Java won't create all the stubs
I'm using Apache axis2 and more specifically, the wsdl2java tool to generate the stubs for a web service and create a client, given the wsdl file.
When I try to generate stub classes for a paypal web ...
0
votes
2answers
2k views
Workaround for PHP SOAP request failure when wsdl defines service port binding as https and port 80?
I am consuming a SOAP web service using php5's soap extension. The service' wsdl was generated using Axis java2wsdl, and whatever options are used during generation result in the port binding url ...
-1
votes
1answer
377 views
Getting name space,method name from SOAP WSDL?
i want find out the witch one is target-name space and witch one is method name in the given WSDL file.
My WSDL files is as follows:
<wsdl:definitions ...
1021
votes
8answers
165k views
How can I pass the string “Null” through WSDL (SOAP) from AS3 to ColdFusion web service without receiving a “missing parameter error”?
We have an employee whose last name is Null. He kills our employee lookup application when his last name is used as the search term (which happens to be quite often now). The error received (thanks ...
9
votes
4answers
23k views
SOAP Client in C# without access to a WSDL-file
I'm working with a third party to integrate some of our systems with theirs and they provide us with a SOAP interface to make certain requests and changes in their connected systems. The problem for ...
12
votes
5answers
11k views
How to call a web service with no wsdl in .net
I have to connect to a third party web service that provides no wsdl nor asmx. The url of the service is just http://server/service.soap
I have read this article about raw services calls, but I'm ...
8
votes
2answers
2k views
“Portable” JAX-WS client
I deployed a JAX-WS Service and use wsimport to generate client code.
Because I run wsimport on localhost, I got the client code with binind on "localhost" address.
But I want to reuse those client ...
11
votes
3answers
4k views
Implementing a SOAP 1.2 server with Rails 3
SOAP? Why would you use that?
I am using Ruby Enterprise Edition and Rails 3 to write my web application. The application uses Ustream's Watershed white label broadcasting services to provide live ...
11
votes
2answers
26k views
WSDL URL for a WCF Service (basicHttpBinding) hosted inside a Windows Service
I am hosting a WCF service in a Windows Service on one of our servers. After making it work in basicHttpBinding and building a test client in .NET (which finally worked) I went along and try to access ...
6
votes
3answers
6k views
How to access a PHP Web Service from ASP.Net?
I am trying use a web service in a C# ASP.Net Web Application. The service is built in php and is located on some remote server not under my control so i cant modify it to add meta data or something ...
3
votes
3answers
4k views
How to create arrayType for WSDL in Python (using suds)?
Environment:
Python v2.6.2
suds v0.3.7
The WSDL (server) I work with, have the following schema sub-sections (I tried to write it clearly using plain text) -
[ sub-section #1 ]
searchRequest: ...
2
votes
2answers
4k views
WCF: WSDL-first approach: Problems with generating fault types
I'm currently in the process of creating a WCF webservice which should be compatible with WS-I Basic Profile 1.1. I'm using a wsdl-first approach (actually for the first time), defining first the xsd ...
23
votes
7answers
18k views
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 (by Tomi Vanek) (see my blog post about integrating it into NAnt) and I'm ...
12
votes
1answer
763 views
WSDL PHP function returns null while other function returns expected result
Summary
Here I'll list all steps I've taken to solve this problem as reference for others.
1.
PHP, stupidly enough, 'listens' to the input message of a function to define what function it should ...
7
votes
5answers
2k views
Should I describe REST services in a machine readable format?
Most REST interfaces I see are described with a simple web page describing the URL, the method, accepted input and returned result. For example the Amazon S3 or the Twitter API documentation.
But why ...
4
votes
1answer
7k views
wsimport “Cannot resolve the name…”
I've been trying to import the following web service: http://soap.genome.jp/KEGG.wsdl with ${JAVA_HOME}/bin/wsimport:
wsimport -version
JAX-WS RI 2.1.6 in JDK 6
but I got the following error:
...
2
votes
2answers
2k views
Error Consuming a RPC/Encoded SOAP web service in .NET
I am receiving the following error when calling a web service method.
Cannot assign object of type System.Xml.XmlNode[] to an object of type System.String.
The web service is a PHP service. I ...
10
votes
2answers
332 views
WCF request validation using XML
I have a WCF SOAP web service using .Net 4.0 framework. I am using contract first approach – i.e, service code is generated from hand written WSDL using WCSF Blue tool.
I have following requirement ...
7
votes
7answers
38k views
Uncaught SoapFault exception: [HTTP] Error Fetching http headers
I'm trying to create a soap connection to Magento's web services, however I'm getting an error when I try and create an instance of the soap client class. I can view the wsdl file in firefox without ...
5
votes
1answer
5k views
Given wsdl + xds type file, how do I create a stub WCF webservice?
I understand this is a basic topic but never done this before starting from wsdl.
I am being handed a wsdl file and a bunch of xsd with the types definitions. I don't have a clue if they were created ...
4
votes
2answers
6k views
Creating a web-service client directly from the source
I am trying to generate the WS client jar directly from the @Webservice class(es).
Let's take this example :
package com.example.maven.jaxws.helloservice;
import javax.jws.WebService;
...
3
votes
1answer
2k views
SOAP & iOS: Any guidance?
I am trying to use WSDL and SOAP with my iOS application. And I am desperate. Seems the 2 code generators, Sudz.com and WSDL2OBJC are not suitable. One has TONS of memory leaks, and the other one has ...
3
votes
1answer
1k views
SOAP Client for Python 3 [closed]
Although this question is very popular here in StackOverflow, after spending some time here and in the Google, I still haven't find a concrete answer on what is the most appropriate way to do SOAP ...
12
votes
3answers
1k views
Can I globally set the timeout of HTTP connections?
I have a program that uses javax.xml.ws.Service to call a remote service defined by a WSDL. This program runs on the Google App Engine which, by default, sets the HTTP connection timeout to 5 ...
7
votes
2answers
15k views
axis2 maven example
I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is the correct pom.xml
<build>
<plugins>
<plugin>
...
6
votes
3answers
238 views
Include Schema Type in WSDL file
I created a WSDL by hand that has only one operation with no input parameter and no output parameter.
I am getting following error when I try to create a client from this WSDL:
Cannot import ...
5
votes
4answers
4k views
Making SOAP-call in PHP and setting SSL version
I've made several scripts working with external WSDL. I have encountered one I have to integrate into our system that I can't get to work. I'be been trying for a week without any result.
The script ...
5
votes
4answers
3k views
WCF, Metadata and BIGIP - Can I force the correct url for the WSDL items?
We have a WCF service hosted on ServerA which is a server with no-direct Internet access and has a non-Internet routable IP address.
The service is fronted by BIGIP which handles SSL encryption and ...
4
votes
3answers
760 views
SOA: Why do not use Erlang/OTP web servers as services?
After reading the Service Oriented Architecture Principles site and the respective Wikipedia article I had a thought: the Erlang/OTP platform can be considered as an SOA platform and SOA applications ...
4
votes
1answer
9k views
accessing wsdl on Tomcat
I have a web service and I was deploying it on GlassFish. I accessed its wsdl through http://localhost:10697/APIService/APIServiceService?wsdl.
Now I ported the WAR file to a Tomcat 6.0.24 and it is ...
3
votes
1answer
1k views
Generating web service proxy classes using wsdl2java/Apache CXF
I'm trying to generate a web service proxy using the wsdl2java tool that comes with Apache CXF. The generation itself seems to go just fine, but there are some errors in the generated files, a ...
3
votes
6answers
6k views
How to write a java client to access wsdl file
How can I access the exposed methods in a .wsdl file using java? Also, what are the steps involved in writing a Java client and consume the webservices?
3
votes
3answers
4k views
How do I include my own wsdl in my web service in C#
I have a .wsdl file that my web service (old asmx style) must implement. That is taken care of. When I publish the web service you can call it with ?wsdl parameter to get a generated wsdl.
How do I ...
3
votes
3answers
2k views
How can I customize WCF client code generation?
Are there any tools or code generation templates that will let me customize and extend the WCF cliend proxies? It's not that svcutil is horribly broken, but rather I'd like to be able to generatate ...
2
votes
2answers
797 views
Adding authorization to a third-party web service
I have several third-party web services of which I only have their WSDL's. Currently they are only accessible in my internal network. I would like to expose those web services to the internet but, ...
2
votes
2answers
1k views
.Net - web services - Stop WSDL and default help page being accessible but leave service up
I have a simple .Net web service. When I visit the /webservice.svc path in a browser .Net renders a nice help page with some sample C# and VB.Net code. How do I stop this from displaying? Also, is ...
2
votes
5answers
20k views
SOAP Action WSDL
I'm trying to implement a client for National Rail Enquiries' SOAP Service (http://www.livedepartureboards.co.uk/ldbws/).
I stick the WSDL (http://realtime.nationalrail.co.uk/ldbws/wsdl.aspx) into ...
2
votes
1answer
19k views
How to consume web service with WSDL file?
have been given a URL to a WSDL, a piece of it is here..not sure if this is a pertinent piece or not. I know how to add the web reference and import the namespace in Visual Studio 2005.
...
2
votes
4answers
9k views
Why does this WSDL file generate an empty service proxy in VS2008?
Why does this WSDL file generate an empty service proxy in VS2008?
If you look at the Reference.cs file generated, it's empty. Any ideas?

