Hi,
I'm trying to generate a java web service from an existing WSDL.
the WSDL is designed for bare encoding, but the wsdl to java convertor assumes it's wrapped - so instead of getting a method with a single parameter, I get a method with a number of parameters.
is there a way to control the conversion?
Ophir
-
using document\literal\bare encoding when working wsdl first (1 messages)
- Posted by: Ophir Yoktan
- Posted on: April 26 2006 11:18 EDT
Threaded Messages (1)
- Which toolkit do you use? by Rene Zanner on April 28 2006 03:31 EDT
-
Which toolkit do you use?[ Go to top ]
- Posted by: Rene Zanner
- Posted on: April 28 2006 03:31 EDT
- in response to Ophir Yoktan
Hi,
the answer depends heavily on the kind of toolkit you use. Not all toolkits support the "inofficial" wrapped style.
Which toolkit do you use?
Are you generating the server or the client classes?
Cheers,
René