SAXException: Found character data inside an array element while deserializing

2009-03-27 Thread crazygirl
I am using Axis 1.4's wsdl2java to generate my source code. Everything works fine with one exception: RequestIdentifier. In my schema, I have the following parameter defined Whenever the generated source code attempts to access the parameter. I would received f

RE: SAXException: Found character data inside an array element while deserializing

2005-08-02 Thread Yakulis, Ross \(Ross\)
lass); Ross -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 12:35 PM To: axis-user@ws.apache.org Subject: Re: SAXException: Found character data inside an array element while deserializing I think you want to invoke the request

RE: SAXException: Found character data inside an array element while deserializing

2005-08-01 Thread Yakulis, Ross \(Ross\)
to determine what is different about the generated code and my code. Ross -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 12:35 PM To: axis-user@ws.apache.org Subject: Re: SAXException: Found character data inside an array element while

Re: SAXException: Found character data inside an array element while deserializing

2005-07-29 Thread Anne Thomas Manes
use the generated > XXXSoapBIndingStub.java code, rather I need to dynamically create the call. > In looking at the > code that WSDL2Java generates I have tried to distill that down. However in > my code when I call the > service, I getn teh SAXException: Found character data inside an array >

RE: SAXException: Found character data inside an array element while deserializing (re-post with corrections and more info) PLEASE HELP.

2005-07-28 Thread Yakulis, Ross \(Ross\)
looking at the code that WSDL2Java generates I have tried to distill that down. However in my code when I call the service, I get the error SAXException: Found character data inside an array element while deserializing, even though the same SOAP messages are send in both cases. This leads me t

SAXException: Found character data inside an array element while deserializing

2005-07-27 Thread Yakulis, Ross \(Ross\)
code that WSDL2Java generates I have tried to distill that down. However in my code when I call the service, I getn teh SAXException: Found character data inside an array element while deserializing, even though the same SOAP messages are send in both cases. This leads me to believe that I am