Hi,  I tried looking for a solution to this but couldn't find anyone
actually complaining about this behaviour.

 

I'm using Tomcat 6 with Axis2.

 

My WSDL defines messages like this:  

 

<wsdl:message name="listUsersMessage">

<wsdl:part name="listUsers" element="xmc:listUsers"/>

</wsdl:message>

 

 

But when I visit the site through a browser to view the WSDL it shows up
like:

 

<wsdl:message name="listUsersMessage">

<wsdl:part name="part1" element="xmc:listUsers"/>

</wsdl:message>

 

 

Why is it that the name seems to get changed?  Is there a way to stop
tomcat from making any changes, or to make sure that it uses something
better than 'part1'?

 

Thanks,

Mike Gardiner


The information contained in this electronic mail transmission 
may be privileged and confidential, and therefore, protected 
from disclosure. If you have received this communication in 
error, please notify us immediately by replying to this 
message and deleting it from your computer without copying 
or disclosing it.


Reply via email to