users@jax-rpc.java.net

Re: type parameters

From: Anne Thomas Manes <atmanes_at_gmail.com>
Date: Thu, 20 Jan 2005 11:50:52 -0500

Your input parameter should be an object (JavaBean) of the type of the
getInfo element.

-Anne

On Tue, 18 Jan 2005 16:44:42 +0100, Guadalupe Ortiz
<gobellot_at_hotmail.com> wrote:
>
> I think is a very simpler question:
> When I check an WSDL file and I see the parameter of the operaton to invoke
> in a String, for example, i know that I have to invoke the operation with a
> parameter of the type String, but , when I have the next code in the WSDl
> file:
>
>
>
> - <s:element name="getInfo">
>
>
> - <s:complexType>
>
>
> - <s:sequence>
>
>
> <s:element minOccurs="0" maxOccurs="1" name="CountryAbbrviation"
> type="s:string" />
> </s:sequence>
> </s:complexType>
> </s:element>
> [...]
>
> - <wsdl:message name="getAirportInfo">
>
>
> <wsdl:part name="parameters" element="tns:getInfo" />
>
> What type of parameter should I use in the invocation?
> Thanks very much for your answer
>
>
> Guadalupe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net