Re: No Deserializer found to deserialize

2003-11-06 Thread Scott Nichol
only mail from specific mail lists. - Original Message - From: "Dinesh Sonsale" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 06, 2003 5:24 AM Subject: No Deserializer found to deserialize hi Friends, When I am getting SOAP fault then it

No Deserializer found to deserialize

2003-11-06 Thread Dinesh Sonsale
hi Friends, When I am getting SOAP fault then it throws this error. It will be great anyone throw more light on this issue. [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a 'http://schemas.xmlsoap.org/soap/envelope/:SOAP-ENV:Fault&apos; using

Re: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-18 Thread Scott Nichol
> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 3:13 AM Subject: RE: No Deserializer found to deserialize ArrayOf_xsd_string Thanks for your answer. I used your suggestion but now I get the following error: [SOAPException: faultCode=SOAP-ENV:Client; msg=The 'http://schema

RE: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-15 Thread Lior Weintraub
o: [EMAIL PROTECTED] Subject: Re: No Deserializer found to deserialize ArrayOf_xsd_string You need to register a deserializer for ArrayOf_xsd_string, something like SOAPMappingRegistry smr = new SOAPMappingRegistry(); ArraySerializer arraySer = new ArraySerializer(); smr.mapTypes(Consta

Re: No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-14 Thread Scott Nichol
method looks like that: > public AssetProperties getAssetProperties(String in0, String in1) throws Exception > > I keep getting the following error: > [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize > a 'urn:mbws:ArrayOf_xsd_string' using encod

No Deserializer found to deserialize ArrayOf_xsd_string

2003-07-13 Thread Lior Weintraub
=SOAP-ENV:Client; msg=No Deserializer found to deserialize a 'urn:mbws:ArrayOf_xsd_string' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/&apos;.; targetException=java.lang.IllegalArgumentException: No Deserializer found to deserialize a 'urn:mbws:ArrayOf_xs

Re: No Deserializer found

2002-07-02 Thread Scott Nichol
PROTECTED]> Sent: Tuesday, July 02, 2002 1:31 PM Subject: No Deserializer found > Hi Scott: > I am getting this error message, when I try to run a sample web > service. Can you please me if I missing anything. Thanks > > [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deseriali

RE: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-19 Thread Henk Schipper
.     -Original Message-From: Tuan Hong [mailto:[EMAIL PROTECTED]]Sent: Friday, November 16, 2001 9:12 PMTo: '[EMAIL PROTECTED]'Subject: Error: SOAP-ENV:Client No Deserializer found to deserialize all,   I have been trying to figure out why I keep getting the erro

Re: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread Simon Fell
ache.soap.encoding.soapenc.BeanSerializer"/> > >Please advice..! >Thanks > >-Original Message- >From: Simon Fell [mailto:[EMAIL PROTECTED]] >Sent: Friday, November 16, 2001 3:37 PM >To: [EMAIL PROTECTED] >Subject: Re: Error: SOAP-ENV:Client No Deserializer foun

RE: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread Tuan Hong
Customer Account List Service http://localhost:7001/soap/servlet/rpcrouter"/> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: Re: Error: SOAP-ENV:Client No Deserializer found to deserialize What does your WSDL file look like for this method?

RE: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread Tuan Hong
Please advice..! Thanks -Original Message- From: Simon Fell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 3:37 PM To: [EMAIL PROTECTED] Subject: Re: Error: SOAP-ENV:Client No Deserializer found to deserialize On Fri, 16 Nov 2001 15:11:44 -0500, in soap you wrote: >all, >

Re: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread dswanson1
What does your WSDL file look like for this method?

Re: Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread Simon Fell
On Fri, 16 Nov 2001 15:11:44 -0500, in soap you wrote: >all, > >I have been trying to figure out why I keep getting the error below: > >Entries: SOAP-ENV:Client No Deserializer found to deserialize a >':meth1_inType' using encoding style >'http://schema

Error: SOAP-ENV:Client No Deserializer found to deserialize

2001-11-16 Thread Tuan Hong
Title: WSDL descriptors all,   I have been trying to figure out why I keep getting the error below:   Entries: SOAP-ENV:Client No Deserializer found to deserialize a ':meth1_inType' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'. /soap/servlet/r

Re: No Deserializer found Exception...............

2001-08-29 Thread Scott Nichol
]> Sent: Wednesday, August 29, 2001 6:03 PM Subject: RE: No Deserializer found Exception... > Hi All > > I got the following exception .. > > Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize > a > http://xmlme.net/webservice

RE: No Deserializer found Exception...............

2001-08-29 Thread Raja Gangavarapu
Title: RE: No Deserializer found Exception... Hi All I got the following exception .. Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize a http://xmlme.net/webservices/:FindVideoGamesResult' using encoding style 'http: /schemas.x

Re: No Deserializer found...

2001-08-22 Thread Kumar Raj
Hi ! Looks like there is no deserializer in your client code to convert the result xml to java. Add a type mapping. For more details look at the troubleshooting topics in the Apache soap documentation. rajashekar wrote:   Hi All, While calling SOAP service from my Java Client, the following

No Deserializer found...

2001-08-22 Thread rajashekar
Title: No Deserializer found... Hi All, While calling SOAP service from my Java Client, the following exception has been occurred. [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a ':Result' using encoding style 'http://schemas.x

RE: No deserializer...

2001-06-21 Thread Matthew J. Duftler
ECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 21, 2001 1:59 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: No deserializer... > > > I'm getting the following error from a MS SOAP server. My client > is Apache > Soap 2.1 I've read a little about

RE: No deserializer...

2001-06-21 Thread raja
] Subject: No deserializer... I'm getting the following error from a MS SOAP server. My client is Apache Soap 2.1 I've read a little about the xsi:type attribute not being returned from MS but I thought that 2.1 did not require that... Caught SOAPException (SOAP-ENV:Client): No Deserialize

RE: No deserializer...

2001-06-21 Thread raja
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 11:29 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: No deserializer... I'm getting the following error from a MS SOAP server. My client is Apache Soap 2.1 I've read a little about the xsi:type attribute

RE: No deserializer...

2001-06-21 Thread Hansen, Richard
> Sent: Thursday, June 21, 2001 12:59 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: No deserializer... > > > I'm getting the following error from a MS SOAP server. My > client is Apache > Soap 2.1 I've read a little about the xsi:type attribute no

No deserializer...

2001-06-21 Thread dswanson1
I'm getting the following error from a MS SOAP server. My client is Apache Soap 2.1 I've read a little about the xsi:type attribute not being returned from MS but I thought that 2.1 did not require that... Caught SOAPException (SOAP-ENV:Client): No Deserializer found to deserialize