Hi,

I am a newbie for axis, and I tried to search for this question on the maillist but 
could not find it.

By default the axis adminclient deployment tool creates wsdl with
<wsdl:message name="getSomethingRequest">
 <wsdl:part name="in0" type="xsd:string" />
 <wsdl:part name="in1" type="impl:ArrayOf_xsd_string" />
 <wsdl:part name="in2" type="impl:ArrayOf_xsd_string" />
</wsdl:message>

How can I modify deployment wsdd that it can generate

<wsdl:message name="getSomethingRequest">
 <wsdl:part name="userName" type="xsd:string" />
 <wsdl:part name="contactNames" type="impl:ArrayOf_xsd_string" />
 <wsdl:part name="contactNumbers" type="impl:ArrayOf_xsd_string" />
</wsdl:message>


Thanks a lot in advance.

Regards,
Riken


__________________________________________________________________
Switch to the New Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need. 

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

Reply via email to