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 Riken Shah <Ri...@netscape.net> on 2004/07/08 16:47:40 UTC

how to modify--> wsdl:part name="in0" type="xsd:string"

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

Re: how to modify--> wsdl:part name="in0" type="xsd:string"

Posted by David Beahm <db...@mihp.com>.
Are you using an interface instead of a regular class?  That would cause 
this.

HTH,
David Beahm

Rikenatwork@netscape.net wrote:

> Hi,
> 
> I am a newbie for axis, and I tried to search for this question on the mai
llist 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

-- 
-----------------------------------------------------------------------
This email is confidential and intended solely for the use of the individual
to whom it is addressed. If you are not the intended recipient, be advised 
that you have received this email in error and that any use, dissemination, 
forwarding, printing, or copying of this email is strictly prohibited. If 
you have received this email in error, please contact the sender.
-----------------------------------------------------------------------