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 .
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
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 .
[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
-
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
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/
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 ..
*
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 ..
**