developing web services for complex types

2005-10-18 Thread aditya mandlekar
i am trying to developing web services for complex types string[] ,service simply accepts string[] as parameter and return string[] to client ...
can any one plz help me
thk 
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: developing web services for complex types

2005-10-18 Thread Vishist Mandapaka
Aditya, Why don't you use xsd for this, you can declare in the wsdl types asxsd:element name=myStringArrayInputxsd:complexType xsd:sequence xsd:element name=StringName type=xsd:string minOccurs=0 maxOccurs=unbounded/
 /xsd:sequence/xsd:complexType/xsd:elementI think, the above schema will help you.thanksvishist.On 10/18/05, 
aditya mandlekar [EMAIL PROTECTED] wrote:
i am trying to developing web services for complex types string[] ,service simply accepts string[] as parameter and return string[] to client ...
can any one plz help me
thk 
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.




Re: developing web services for complex types

2005-10-18 Thread aditya mandlekar
thks vishist, 
but will this wotk for string[]..Vishist Mandapaka [EMAIL PROTECTED] wrote:
Aditya, Why don't you use xsd for this, you can declare in the wsdl types asxsd:element name="myStringArrayInput"xsd:complexType xsd:sequence xsd:element name="StringName" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/  /xsd:sequence/xsd:complexType/xsd:elementI think, the above schema will help you.thanksvishist.
On 10/18/05, aditya mandlekar [EMAIL PROTECTED] wrote:

i am trying to developing web services for complex types string[] ,service simply accepts string[] as parameter and return string[] to client ...
can any one plz help me
thk 


Yahoo! Music Unlimited - Access over 1 million songs. Try it free. 

		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.