WSDL Questions

1

Cannot Generate C++ Stubs With WSDL2Ws
I cannot get the C++ stubs to generate from the sample IBM pieces. Here is my process. 1) QSH to Start the Command Entry 2) cd /workdirectory (in here I have a copy of the ConvertTemp.wsdl 3) At the command line I type the following: /QIBM/ProdData/OS/WebServices/V1/client/bin/wsdl2ws.sh ConvertTemp.wsdl Then I receive the $ with no message [...]

Answer Question   |  November 10, 2010  5:45 PM
C++, Programming Languages, QSH, WSDL
asked by:
185 pts.

Add comments to a dynamically generated WSDL file
Hi Friends. I am using Axis-wsdl2java Task to create the java files and the descriptor .wsdd file from the WSDL file . Now the deployed web service generates the WSDL file dynamically from the .wsdd file. How can I add a comment within the dynamically generated WSDL file?

Answer Question   |  May 23, 2011  8:39 PM
Java Web services, wsdd, WSDL, WSDL Comment, wsdl2java
asked by:
5 pts.

How do I create datasets using WDSC
How do I create datasets using WDSC for a web service WSDL file? We are looking at order processing where you will have 1 header record. This will be followed by numerous item records each of which may have their own accessory and detial records. I do have a sample of the .XML we will [...]

Answer Question   |  March 3, 2010  5:14 PM
Dataset, WDSc, WDSC Datasets, Web services, WSDL
asked by:
4,115 pts.

java webservices fundamentals
I have a fundamental question regarding java webservices. Client side stubs has the following role: 1. Convert java object types to xml types and create soap messages 2. Handle communication from client to webservice and vice versa SOAP message will differ depending upon the style and use parameters of webservice. My question is do client [...]

Answer Question   |  July 1, 2009  2:09 PM
Java, Java Web services, Web services, WSDL
asked by:
20 pts.

Not able to use wsimport utility for wsdl having overloaded methods
I am not able to use wsimport utility to generate artifacts for rpc style webservice having overloaded methods. Is that a known issue with wsimport. The error I am getting is: parsing WSDL… [ERROR] duplicate “message” entity: “add” Where add is overloaded method. Please suggest if there is any other utility to generate stubs other [...]

Answer Question   |  June 8, 2009  2:07 PM
Web services, WSDL, wsimport
asked by:
20 pts.

Using SOAP with iSeries
Using ILOG JRules with AS/400 on VR4 through Lansa Integrator. The communications is using SOAP and WSDL because ILOG communicates as a web service. I am seeking an alternate means to connect to the ILOG engine without Lansa because the performance is a huge bottleneck.

Answer Question   |  June 14, 2011  1:13 AM
AS/400, ILOG, ILOG JRules, iSeries, Lansa Integrator, SOAP, Web services, WSDL, XML
asked by:
5 pts.

1