Deserialization error:org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2009-09-09 Thread Archu04
expected, in something it was trying to deserialize. faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. at

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-04-03 Thread sh_santosh
t;> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> &

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-31 Thread sh_santosh
t;> > name="searchTestResponse"/> >> >>> > >> >>> > >> >>> > >> >>> > > >>> > type="tns:TestSearchEngineInterface"> >> >>> > > >>> > transport="http://schemas.xmlsoap.org/soap/http"/>

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-31 Thread Anne Thomas Manes
;> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> > > >>> >

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-31 Thread sh_santosh
t; >>> >> Have look into this practically described example to RPC encoded >>> with >>> >> Axis . >>> >> This very helpful. >>> >> http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=2 >>> >> >&g

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-31 Thread Anne Thomas Manes
t; Hi Anne , > >> >> >> > >> >> >> 1st of all Thank you very much for your Reply. > >> >> >> I was just going through Blogs written by you and earlier post > >> that > >> >> you > >> >> >> replied for others. > >> >> &g

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-31 Thread sh_santosh
r the response document. >> >> > >> >> > Anne >> >> > >> >> > On Wed, Mar 26, 2008 at 10:23 AM, sh_santosh >> <[EMAIL PROTECTED]> >> >> > wrote: >> >> >> >> >

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-30 Thread Anne Thomas Manes
request and process it further. Give some idea > >> >> regarding this issues keeping it that i have to use that SOAP > >> request > >> >> only. > >> >> > >> >>Please see the SOAP request send by Requester or client

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-30 Thread sh_santosh
London >> >> >> >> >> >> Santosh >> >> 25 >> >> London >> >> >> >> >>

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-29 Thread Anne Thomas Manes
emas.xmlsoap.org/soap/envelope/"; > >> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > >> > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; > >> > xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/";> > >> &

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-29 Thread sh_santosh
> > >> > >> > Anne >> > >> > >> > >> > On Wed, Mar 26, 2008 at 3:23 AM, sh_santosh <[EMAIL PROTECTED]> >> > wrote: >> >> >> >> Dear All, >> >> >> >>I have i

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-29 Thread Anne Thomas Manes
ar All, > >> > >>I have installed Axis 1.3 (Java) and provided a service to > >> Requester(other end). At my end when i invoking web service by passing > >> XmlRequest as string from java client program then it returns proper >

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-26 Thread sh_santosh
t; >> =====x >> >> Provider end return Exception / Error is :- >> >> >> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; >> xm

Re: soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-26 Thread Anne Thomas Manes
s using > WFETCH tool. They send SOAP request then from Service Provider end(my end) > returns the soapenv:Server.userException - SimpleDeserializer encountered a > child element, which is NOT expected, in something it was trying to > deserialize. > > Please see below the SOAP Request,

soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2008-03-26 Thread sh_santosh
services using WFETCH tool. They send SOAP request then from Service Provider end(my end) returns the soapenv:Server.userException - SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Please see below the SOAP Request, Exception / Error

SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2008-02-28 Thread sh_santosh
Hi, I have created a web-service using axis 1.2 and deployed it on a server. When I make test calls to this web-service using java code, I get proper results. Following is the java code that I use to call the web-service: String endpoint = "http://wstest.com/axis/services/testservice

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2008-01-29 Thread axisnewbee
> To: > Sent: Tuesday, January 29, 2008 9:32 AM > Subject: org.xml.sax.SAXException: SimpleDeserializer encountered a child > element, which is NOT expected, in something it was trying to deserialize. > > >> >> Hi Experts, >> >> Can i now why i am get

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2008-01-29 Thread Martin Gainty
as contained within axis.jar..) M- - Original Message - From: "axisnewbee" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 29, 2008 9:32 AM Subject: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was tryin

org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2008-01-29 Thread axisnewbee
r encountered a child element, which is NOT expected, in something it was trying to deserialize. at org.apache.axis.encoding.ser.SimpleDeserializer.onStartChild(SimpleDeserializer.java:145) at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-04 Thread Srinivas Gupta
--- Original Message From: Martin Gainty <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Monday, December 3, 2007 9:06:45 PM Subject: Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-03 Thread Martin Gainty
a To: axis-user@ws.apache.org Sent: Monday, December 03, 2007 5:22 PM Subject: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Hello, I have a test client whose classes wer

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-03 Thread Peter
rg Sent: Monday, December 03, 2007 5:22PM Subject: org.xml.sax.SAXException:SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Hello, I have a test client whose classes were generated by Axis1.2.1 wsdl2j

Re: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-03 Thread Martin Gainty
y problems. But now I'm getting the following exception when I try to hit a new data provider: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize This data provider is using the same WSDL as all of

org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2007-12-03 Thread Srinivas Gupta
ut now I'm getting the following exception when I try to hit a new data provider: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize This data provider is using the same WSDL as all of the other data provid

Re: simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-13 Thread Lindsey Hess
eters, included a complex type called > metadata. > > > Metadata is essentially an array. So, every search response will contain > > an > > > id, results, and an array of metadata. > > > > > > I should note that in my server-config.wsdd file I have a

Re: simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-13 Thread Lindsey Hess
arameters, included a complex type called > metadata. > > > Metadata is essentially an array. So, every search response will contain > > an > > > id, results, and an array of metadata. > > > > > > I should note that in my server-config.wsdd file

Re: simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-12 Thread Lindsey Hess
gt; > Lindsey > > Anne Thomas Manes wrote: > Can you post the WSDL please? > > On 2/12/07, Lindsey Hess wrote: > > Hi, > > > > I've run Axis 1.4's WSDL2Java against my WSDL and associated schemas, and > > generated a number of classes. My WSDL con

Re: simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-12 Thread Anne Thomas Manes
ava against my WSDL and associated schemas, and > generated a number of classes. My WSDL contains a number of complex types. > > When I invoke a web service from some client code, I get the following > exception: > > "simpledeserializer encountered a child element, which is NO

Re: simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-12 Thread Anne Thomas Manes
ient code, I get the following exception: "simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize" I don't understand why I'm getting this, as I'm setting the required parameters in my server code as specified in m

simpledeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize

2007-02-11 Thread Lindsey Hess
untered a child element, which is NOT expected, in something it was trying to deserialize" I don't understand why I'm getting this, as I'm setting the required parameters in my server code as specified in my WSDL. Does anyone have any suggesti

FW: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2005-05-03 Thread Cid, Jose
  From: Cid, Jose Sent: Monday, May 02, 2005 5:24 PMTo: 'axis-user@ws.apache.org'Subject: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Can anyone shed some light as to what may be going on here. I am use a