users@jax-rpc.java.net

type parameters

From: Guadalupe Ortiz <gobellot_at_hotmail.com>
Date: Tue, 18 Jan 2005 16:44:42 +0100

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