Element Deserializer Exception

2004-01-30 Thread Ian Baxter
Hi, I'm getting the following exception when I try to invoke my "PlaceOrder" web service, which is running in a .NET environment. I'm fairly new to this, so I may be missing something simple ;-). Below is the exception and WSDL for the service. I know it may be difficult without seeing my

Re: Deserializer exception

2002-06-06 Thread Sudhir
integrity is dangerous and dreadful. - Original Message - From: Ng, Charles To: '[EMAIL PROTECTED]' Sent: Thursday, June 06, 2002 3:24 PM Subject: RE: Deserializer exception You might want to browse the QuoteData class to see what QName is it expecting

RE: Deserializer exception

2002-06-06 Thread Ng, Charles
, June 06, 2002 6:19 PMTo: [EMAIL PROTECTED]Subject: Re: Deserializer exception Charles,  The QName looks that was cause I set the return type as "call.setReturnType(new QName("http://ws.cdyne.com/", "QuoteData"));"   I got this value from the wsdl fi

Re: Deserializer exception

2002-06-06 Thread Sudhir
useless, and knowledge without integrity is dangerous and dreadful. - Original Message - From: Ng, Charles To: '[EMAIL PROTECTED]' Sent: Thursday, June 06, 2002 3:02 PM Subject: RE: Deserializer exception I think you are mixing up WSDL and WSDD. 

RE: Deserializer exception

2002-06-06 Thread Ng, Charles
meone mix up the namespace prefix and the namespace URI? -Original Message-From: Sudhir [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 06, 2002 5:56 PMTo: [EMAIL PROTECTED]Subject: Re: Deserializer exception Rohit,  This is a publicly hosted service. I have no control o

Re: Deserializer exception

2002-06-06 Thread Sudhir
. - Original Message - From: Chaudhri Rohit-CRC037 To: '[EMAIL PROTECTED]' Sent: Thursday, June 06, 2002 2:48 PM Subject: RE: Deserializer exception Do you specify a type mapping for QuoteData in the Web Service deployment descriptor? -Origin

RE: Deserializer exception

2002-06-06 Thread Chaudhri Rohit-CRC037
Do you specify a type mapping for QuoteData in the Web Service deployment descriptor? -Original Message-From: Sudhir [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 06, 2002 4:43 PMTo: [EMAIL PROTECTED]Subject: Deserializer exception   Sorry for re-posting this. I

Deserializer exception

2002-06-06 Thread Sudhir
  Sorry for re-posting this. I havent gotten any replies for this query. I would really appreciate any help on this   I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter '

Fw: Deserializer exception

2002-06-06 Thread Sudhir
I am reposting this question again. Any help is really appreciated.   Sudhir I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter 'GetQuoteResult': could not find deserial

Deserializer exception

2002-06-05 Thread Sudhir
I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter 'GetQuoteResult': could not find deserializer for type http://ws.cdyne.com/:QuoteData       at org.apache.axis.mes

AXIS + JRun -> Array - Deserializer exception

2002-03-05 Thread Oliver Graemer
Hi, I've made a simple soap-java-client (with axis nightly build 03.03.2002) which retrieves an array of user defined types ('Buchung') from a .NET-WebService. If I deploy it on my development server (TOMCAT 4.0.1) all works as expected. If I deploy it on our production server (JRUN 3.1) I get