Hi,

I deploy my web service with Axis2 and weblogic 10 and I have a question about 
parameter name in wsdl...

Why are they specified "param0" for the name?

For example :

<xs:element minOccurs="0" name="param0" nillable="true" type="ns1:DonneesWS"/> 

instead of

<xs:element minOccurs="0" name="donnees" 
nillable="true" type="ns1:DonneesWS"/> 

What is the solution to have "donnees" instead fo "param0"?

Thanks a lot,

David


      

Reply via email to