Re: org.xml.sax.SAXException: Found character data inside an array element while deserializing

2005-01-11 Thread Chris Kelly
You might need to change your array definitions from the current form to something like this: There was a message about this on axis-dev a while back but I can't find it. On 11 Jan 2005 at 16:03, Daniel Hinojosa wrote: > Has anyone seen this exception? > > > org.xml.sax

WSDL+Castor+complex schema = design or WSDL2Java issue

2004-12-03 Thread Chris Kelly
I have a doc-lit service that mostly uses WSDL2Java-generated classes. However, for a parameter to one method I use Castor instead of the Axis-generated classes. That parameter is defined in a large (1000+ lines), third-party schema. Let's call that parameter "BigParam". To make things easier

Sharing types between services: update

2004-06-12 Thread Chris Kelly
way please let us know, or indicate where to start in the Axis utilities' source code would need to be changed to make this automatic. On 11 Jun 2004 at 15:01, [EMAIL PROTECTED] wrote: > > > Chris Kelly (others please ignore), > > I noticed your message on 5/13 regardi

RE: How to read config values from soap service deployed as WAR?

2004-06-11 Thread Chris Kelly
I've looked in the FAQ, the Wiki, and through the mailing list and unless I've missed something obvious there doesn't appear to be a generally accepted way to do this. My code can run as a stand-alone client or a SOAP service or an Axis service. I load a class name when it starts to determine

Re: Sharing types between services

2004-05-13 Thread Chris Kelly
On 12 May 2004 at 12:53, Chris Kelly wrote: > I have two services: Service1 and Service2. I have a class that methods in both > services > accept and return: CommonClass. These classes are in one package. I've since found this .NET-specific example of the same pr

Sharing types between services

2004-05-12 Thread Chris Kelly
I have two services: Service1 and Service2. I have a class that methods in both services accept and return: CommonClass. These classes are in one package. If I use Java2WSDL to produce .wsdl files for both services, Service1 puts CommonClass in its namespace, and Service2 puts CommonClass in i