No deserializer defined for array type exception..

2003-08-14 Thread vinay . prakash
Hi all, I am trying to call a WebService which returns an array of complex type . I am getting the following exception . Do I need to add any deserializer class myself (apart from the classes generated by java2WSDL tool) . The WSDL file used to generate stub and skeleton is there as attachment .

Help required ..

2003-08-14 Thread vinay . prakash
Hi all, Can I call a WebService (from axis) which returns an array of complex type . Is there any known problem here . Do I need to add some custom deserailizer here . Thanks, Vinay

No deserializer defined for array type exception..

2003-08-14 Thread vinay . prakash
Hi all, I am trying to call a WebService which returns an array of complex type . I am getting the following exception . Do I need to add any deserializer class myself (apart from the classes generated by java2WSDL tool) . The WSDL file used to generate stub and skeleton is there as attachment .

RE: Help required ..

2003-08-14 Thread vinay . prakash
[mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:15 PM To: Vinay Prakash Gupta Subject: RE: Help required .. Oh, yeah, we did have to specify a typeMapping in server-config.wsdd: http://schemas.xmlsoap.org/soap/encoding/"; /> Something like that. -joel -

RE: Help required ..

2003-08-14 Thread vinay . prakash
Do i need to implement a custom deserializer for this . -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 11:27 PM To: [EMAIL PROTECTED] Subject: Re: Help required .. [EMAIL PROTECTED] wrote: >Can I call a WebService (from axis) which returns a

axis throwing a exception for bool..

2003-08-10 Thread vinay . prakash
Hi , While parsing a soap response ( response is below - from GSOAP server) axis is throwing the "org.xml.sax.SAXException: No deserializer for {http://www.w3.org/2001/XMLSchema}bool"; . Can someone help in identifying the problem here . SOAP RESPONSE from GSOAP : http://schemas.xmlsoap.org/

bool not recognized exception..

2003-08-04 Thread vinay . prakash
Hi all, I am calling a webservice (managed by apache-gsoap) which is returning a bool type . I am setting the return type on the axis side as XSD_BOOLEAN . While parsing the response axis is throwing the following exception : Can somebody help in identifying the problem here .. *

bool not recognized exception..

2003-08-03 Thread vinay . prakash
I am calling a webservice (managed by apache-gsoap) which is returning a bool type . I am setting the return type on the axis side as XSD_BOOLEAN . While parsing the response axis is throwing the following exception : Can somebody help in identifying the problem here .. **