Re: how to serializer such complex type?

2003-06-26 Thread Scott Nichol
It is quite possible that Apache SOAP 2.3.1 cannot call that service. The currently build of Apache SOAP probably can. If you are just starting with Apache SOAP, use Apache Axis instead (http://ws.apache.org/axis/). It supports WSDL, which means interop with .NET is better (and much easier

Re: Re: how to serializer such complex type?

2003-06-26 Thread baoming
Scott, I have tryed the Apache axis for the service and all sees good! but unfortunately the axis need the jdk1.2 and later .by the way, i tryed glue do the invoke the same as axis. But my problem is that my app only support the jdk1.1.8 (maybe you know the lotus domino R5, my app

Re: Re: how to serializer such complex type?

2003-06-26 Thread Anne Thomas Manes
GLUE supports JDK 1.1.8, but Axis doesn't. - Original Message - From: baoming [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 11:00 PM Subject: Re: Re: how to serializer such complex type? Scott, I have tryed the Apache axis for the service and all sees good