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 ...
5
votes
2answers
167 views
JAX-WS duplicates complex type when generating wsdl
I'm developing a web service with several methods taking as input identical complex data types. The data types have JAXB annotations and setters and getters, and the web service class has JAX-WS ...
0
votes
1answer
224 views
generating stubs from wsdl using axis 2 for client
I am a new bie to the world of webservices , I have to develop the client side code that is the java code,I have been provided a wsdl which I can see by opening that wsdl in the browser , As i have ...
0
votes
1answer
49 views
Could not retrieve the WSDL file error using Rational Application Developer
I'm trying to generate some web service with the open source WSDL file hosted on 52north:
https://svn.52north.org/svn/swe/main/SOS/GeorefImageSOS/trunk/52nSOS-T/src/org/n52/sos_t/SOS.wsdl
I created ...
0
votes
1answer
99 views
How to make web service tell request that SOAP header is required?
I created a web service, written in Java and generated using Eclipse & Axis2. I created a ws-security policy in my services.xml file and created an authentication handler. I am completely new to ...
1
vote
4answers
210 views
Connection of PEAR SOAP with WSDL to C# standalone .exe
I am trying to create a Web Service where parameters chosen from a web-page are sent to a standalone.exe written in C# which controls a CAD package installed on the server. The CAD package then ...
1
vote
1answer
95 views
DELPHI: WSDL Import Error
Using Delphi 2005, I am importing a WSDL from here: https://certtransaction.elementexpress.com/express.asmx?wsdl
When I import this WSDL, one of the types is 'TransactionSetup' and it is not ...
0
votes
1answer
74 views
Problems building WSC jar files from SalesForce enterprise WSDL
As specified in these instructions, I downloaded my organization's enterprise.wsdl file, downloaded wsc-23.jar from the Web Services Connector downloads page, and ran the following command from the ...
2
votes
1answer
223 views
Cycle is detected in the object graph this will cause infinitely deep xml
enter code hereHi Guys me and some classmates are working on a project for school and are stuck with this error: a cycle is detected in the object graph this will cause infinitely deep xml.
This is ...
0
votes
1answer
67 views
gsoap generated wsdl not working with eclipse WebServices explorer
I have a gsoap-generated webservice server. Gsoap generated a WSDL file which describes the webservice. I wanted to use Eclipse's Web Services Explorer to test the webservice.
The first stage of wsdl ...
0
votes
1answer
79 views
Array response in WSDL - SOAP PHP
In my wsdl code, i get an integer and i want to return result in array.
Why in my input i have only one integer and i need result in array because in my php function i want to return information from ...
0
votes
1answer
80 views
executing a webservice created in progress with php
hello I have a webservice created in Progress, and I need to create a client in php.
I have this example created in Progress to create the client:
//connect
CREATE SERVER hWebService.
...
0
votes
0answers
52 views
Unable to add-delete-edit a 'Service Reference' on visual studio?
I encountered a problem this morning with my xna project on visual studio 2012. I do not know why, but i can't delete, modify or add a new "Service Reference" to my project .... What is more strange ...
1
vote
2answers
125 views
JAX-WS has XSD schema in different URL
I made a small web service using JAX-WS. The WSDL file has TYPES element like this.
<types>
<xsd:schema>
<xsd:import namespace="http://ws.poc.mawia/" ...
0
votes
2answers
290 views
Calling wsdl webservice in Phonegap?
How do i call wsdl webservice in Phonegap? Is there any source code or any useful tutorial available.
1
vote
0answers
76 views
org.apache.axis.wsdl.toJava.DuplicateFileException: Duplicate file name:
I am trying to create client project from WSDL file using Axis 1.4 (I don't have other choices, even cannot use Axis 2) and getting following error. Can any one suggest me how can I resolve it? The ...
0
votes
1answer
41 views
Variables in SOAP endpoint
I'm writing a proxy for some services that have industry standard wsdls. The project's goal is to have all participants send their requests to the proxy, regardless of format, and we will wrap the ...
0
votes
1answer
66 views
Create python soap service from wsdl
I am trying to develop a python script which would handle soap requests. I need python objects with the right attributes, defined in the wsdl, with the data from the request to write them in the DB. ...
0
votes
0answers
76 views
CXF autogenerates WSDL imports itself?
I develop a code first SOAP web service with CXF, and this a WSDL which I get. Why is there a import on WSDL
the second line is the one of the interest:
I am guessing that maybe it has something to ...
0
votes
1answer
43 views
Generate REST from WSDL
I'm looking for best way to automate generation of REST ws.
We have collection of web services (SOAP) with WSDLs generated for them. I was required to provide different APIs to invoke these web ...
1
vote
1answer
91 views
PHP/SOAP dont create desired xml request
I am trying to use a WSDL web service with php/soap. And it always gives a deserializing error which is exactly:
Error in deserializing body of request message for operation 'Test'. ...
0
votes
0answers
31 views
Should i send the variables that WSDL asks or the ones the WebMethod asks?
If i have a C# WebService (it was not me who coded it), that has the following WebMethod:
public string getObjetivos(int intUnidadeID, string strMascara, string strdtInicial, string strdtFinal){...
...
1
vote
1answer
32 views
Can I auto generate an STS binding for WsFederationHttpBinding endpoints via MEX
I have a WCF service that exposes a WsFederationHttpBinding endpoint programatically. I want to then use Visual Studio to create a client side endpoint using the service reference dialog. The client ...
0
votes
0answers
46 views
Dynamically invoking a Web Reference at Run-time in VBA
I have an excel sheet in VBA that is invoking a XML based web service.
to invoke it am doing (Tools->Web Service References-> add the url
Some requirement changed and the URL changes depending on ...
0
votes
1answer
40 views
PHP SOAP WSDL cache not working
i'm troubled with soap wdl cache directory where i set to save my soap object. I've set the soap.wsdl_cache_dir="/tmp" in php.ini. I don't know how it's not saving any files in /tmp folder after i ...
0
votes
0answers
76 views
Why does my WebService client request the WSDL from the server when consuming the service?
I have a WS client deployed in Websphere container under linux that successfully calls a WebService published by a different application (I used CXF implementation). When I try the same client in a ...
0
votes
0answers
11 views
How to reference a XSD in the parent maven project?
I'm having a XSD (Schema) file packed in a parent project (parent pom). From a sub project that references this parent pom, I want to extend a freshly created XSD with this super XSD. How could I ...
1
vote
0answers
21 views
Change the name of the Request Element in XSD file of a Spring Web Service
I have a Web Service with a method called TestMethod.
On the XSD file I have this:
<element name="TestMethodResponse">
<complexType>
<sequence>
<element ...
0
votes
0answers
22 views
0
votes
1answer
119 views
Visual Studio 2008 Add Service Reference Error - WSDL - Metadata contains a reference that cannot be resolved
I have a web service running on a server on the local network. Using the program soapUI, I am able to connect to the service no problem. So when I create a new project using soapUI and type in my url ...
0
votes
1answer
53 views
how to make use of WSDL to generate REST services dynamically
In my project, we have a WSDL(1.1) file(for REST services). We need to build REST based services (should handle JSON input & output) dynamically (we are trying to automate generating REST services ...
1
vote
1answer
41 views
How to replace LWP handle in SOAP::WSDL?
I have to extend an established web application which is using SOAP::WSDL to communicate with external SOAP servers. To get use of a new SOAP method I have to extend the application to handle cookies ...
-1
votes
2answers
98 views
java in eclipse to create wsdl [closed]
All I am looking for is a simple example of how to create a wsdl.
I use Eclipse with Java.
It would be good to have example xml & xsd + exact filepaths.
If you answer my question please advise ...
0
votes
1answer
59 views
WSDL generation with String Restriction
I have a Getter/Setter method in a class like this:
public class milestone {
String milestoneType;
public String getMilestoneType()
{
return milestoneType;
...
0
votes
0answers
36 views
Tool to generate a wsdl file from a C /C++ source
I am fairly new to web services. I am trying to implement a web service written in C using AXis2/C which needs wsdl file for generation of client stubs and server skeletons. However I could not find ...
0
votes
2answers
57 views
My proxy service doesn't work
I created a proxy service mapped on an external service running on my localhost inside Tomcat.
When I call via SOAPUI the Proxy Service I get the error:
The endpoint reference (EPR) for the ...
0
votes
2answers
88 views
Why REST does not have a wsdl unlike SOAP
For SOAP web services there is a specification which all request/responses must follow. This specification is in the form of a wsdl document. However for REST web services, why is there no such ...
0
votes
0answers
54 views
OpenESB GlassFish - WSDL imports improper location URL.
I am trying to deploy my composite project to production environment which has a domain i.e.
esbservices.mydomain.com
I successfully get WSDL from my domain through this URL... i.e.
...
0
votes
0answers
24 views
Eloqua External call web services
I wanted to connect CRM On Demand with eloqua using ExternalActionService wsdl web service in java.
In that how eloqua pulls the data from crm on demand and sed back to the crm system.
Do anyone have ...
0
votes
1answer
107 views
Consuming SAP web service via .net
i am pretty new to web service so i am fighting with some strange behavior. After i have imported the WSDL xml file via VS2010 i get these unrecognized policy assertions. The WSDL file was created by ...
0
votes
0answers
26 views
ERR_596_SERVICE_NOT_FOUND while wrapping WSDL API
I'm trying to access the WSDL API at http://dnbdirect-api.dnb.com/DnBAPI-13/dnbAPI/dnbAPI.wsdl
My suds-based Python code is working. However, my low-level httplib-based case is not. Specifically, I ...
2
votes
1answer
45 views
Public SOAP WSDL file a security issue?
We have a SOAP WSDL file that is viewable to the public user. Recently, some in our organization have questioned if this raises security concerns or not.
Does anyone see having a WSDL file viewable ...
1
vote
1answer
108 views
Multiple-port Service Defined in a WSDL
A different question, with the essential problem. At the end of my WSDL file.
<wsdl:service name="Lighting">
<wsdl:port name="SwitchPower" binding="tns:SwitchPower">
...
0
votes
1answer
62 views
Where can wsconsume of JBossWS be found after installing JBoss on Eclipse
I have installed JBoss on Eclipse from Eclipse marketplace. The following snapshot shows the result of the installation:
There is not a wizard for wsconsume. As my understanding, it is a command ...
0
votes
0answers
55 views
How should I deal with complex datatype when converting wsdl file to a perl module?
When I use stubmaker to convert a wsdl to a perl mudule , I run into a problem:some datatype is complex type,I want to give a common way to deal with all datatypes,not dealing with them one by one ...
0
votes
0answers
44 views
Basis Proxy Service test fails
I am just trying WSO2 for my company, the first step I try is to create a basic Service Proxy.
The context :
- I have a WebService exposed on my Tomcat on localhost:8080
- I run WSO2 on the same ...
0
votes
0answers
15 views
xml Length issue in webservice
I am getting this error while requesting a webservice.
The maximum nametable character count quota (16384) has been exceeded
while reading XML data.
When I googled, ppl advised to add custom ...
0
votes
1answer
75 views
Can org.apache.cxf.service.factory.ReflectionServiceFactoryBean be configured to cache WSDLs?
I am using JBoss 7.1.1 but everytime my EAR makes a SOAP request, it takes about 2 minutes while JBoss creates each service required:
14:30:14,822 INFO ...
0
votes
0answers
224 views
Initiating java web service client passing local WSDL file with relative path to XSD in schemaLocation
I have WSDL and XSD files stored localy. Using CXF (wsdl2java tool) - I have generated client service classes. To service class constructor I pass local path to WSDL file like this:
...
0
votes
0answers
54 views
Python SOAP web service based on existing wsdl [closed]
We have production web services (written in various languages) to which applications (also in various languages) deliver data.
In order to easily test the applications; How can I create python web ...
1
vote
1answer
129 views
How to enforce Basic Authentication when fetching WSDL (Server side)
I'm looking for a way to force the client side to use HTTP Basic Authentication when it attempts to retrieve my WSDL file.
Using JAX-WS I created the following web service, I use GlassFish 3:
...




