You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Albert Bupp <al...@backsoft.com> on 2003/06/10 06:49:09 UTC

WSDL Part Names

I'm trying to understand why I'm seeing differences between the WSDL 
packets being returned from what's ostensibly the same service deployed on 
2 different machines. Both machines are running Axis v1.1RC2, one deployed 
to Tomcat v3.3.1a, the other to Tomcat v3.3.1. The deployment descriptors 
on both machines are indentical, as are the service libraries.

On one machine the WSDL packet comes back w/ a wsdl:message element 
containing a wsdl:part element that looks like this:

<wsdl:part name="args" ... />

On the other machine, the same message element's wsdl:part element looks 
like this:

<wsdl:part name="in0" ... />

Can anyone explain why there might be such a difference the WSDL packets?

Thanks, Albert



Re: WSDL Part Names

Posted by Knut Möller <kn...@gmx.net>.
Albert Bupp schrieb:

> I'm trying to understand why I'm seeing differences between the WSDL 
> packets being returned from what's ostensibly the same service 
> deployed on 2 different machines. Both machines are running Axis 
> v1.1RC2, one deployed to Tomcat v3.3.1a, the other to Tomcat v3.3.1. 
> The deployment descriptors on both machines are indentical, as are the 
> service libraries.
>
> On one machine the WSDL packet comes back w/ a wsdl:message element 
> containing a wsdl:part element that looks like this:
>
> <wsdl:part name="args" ... />
>
> On the other machine, the same message element's wsdl:part element 
> looks like this:
>
> <wsdl:part name="in0" ... />
>
> Can anyone explain why there might be such a difference the WSDL packets?
>
> Thanks, Albert
>
Did you really compile BOTH with "javac -g" (debugging-info turned on) ?


greetings,
-KNUT