"changing a few 'types' to 'elements'" tells me that the original WSDL
was defined as style="rpc", and my guess is that it used RPC/encoded.
Unfortunately, you have to do a little more than just tweak the
"types" to "elements". For one thing, when using document style, your
message may contain at monst one body element. That element must
reference an element definition in your types section that contains
all your input parameters. See my blog on wrapped document/literal for
some guidance:

http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.html

Anne

On 2/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hello,
Just wondering if anyone has encountered this:
Using WSDL2JAVA on Axis 1.4,  our endpoint binding implementation
automagically produced method signatures that took into account multiple
arguments.
Using the same WSDL in Axis 2.0, the skeleton generated has a method
signature with only one of the required types as an argument. The second one
seems to have disappeared.

The only 'tweaks' we have made to the WSDL for Axis 2 involve changing a few
'types' to 'elements' to get the WSDL2JAVA to parse the WSDL.

Can anyone eyeball something we may be missing?

Thanks
\Sarwar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to