Looking for XSD for http://xml.apache.org/axis/

2004-10-16 Thread Leone, Mark \(Mission Systems\)
I'm working on a project that is building a web services gateway that invokes services on several independently-developed data brokers. One of those brokers is already implemented, using Axis 1.1 with SOAP 1.1 RPC style, while our gateway is planning on Using WebLogic. The developers of the Axis

RE: SAXException trying to deserialize this fault

2004-10-16 Thread Anne Thomas Manes
There are two problems with this fault message: 1- The element must be the first and only child element in the element. It cannot be a child of the element. If you want to return the information in the fault, it must be encoded within the element. 2- Content in the message must be namespace q

RE: SAXException trying to deserialize this fault

2004-10-16 Thread Anne Thomas Manes
There are two problems with this fault message: 1- The element must be the first and only child element in the element. It cannot be a child of the element. If you want to return the information in the fault, it must be encoded within the element. 2- Content in the message must be namespace q

RE: WSDL2Java and Basic Profile

2004-10-16 Thread Anne Thomas Manes
Please file a bug report. Thanks! -Original Message- From: Dan Ciarniello [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java and Basic Profile Anne Thomas Manes wrote: >Dan, > >The child elements (, , and ) are defined as loca

RE: WSDL2Java and Basic Profile

2004-10-16 Thread Anne Thomas Manes
Please file a bug report. Thanks! -Original Message- From: Dan Ciarniello [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 2:56 PM To: [EMAIL PROTECTED] Subject: Re: WSDL2Java and Basic Profile Anne Thomas Manes wrote: >Dan, > >The child elements (, , and ) are defined as loca

RE: Weird error message when using WSDL2JAVA generated classes

2004-10-16 Thread Anne Thomas Manes
I suspect that the service is expecting a wrapper element called DocumentGetCollection rather than DocumentGetCollectionRequest, although that's not what the WSDL indicates. Can you ask the service developer to supply you with the WSDD of the service and a sample SOAP request message from C# that

RE: Weird error message when using WSDL2JAVA generated classes

2004-10-16 Thread Anne Thomas Manes
I suspect that the service is expecting a wrapper element called DocumentGetCollection rather than DocumentGetCollectionRequest, although that's not what the WSDL indicates. Can you ask the service developer to supply you with the WSDD of the service and a sample SOAP request message from C# that

Generating a return value w/o using objects?

2004-10-16 Thread Michael Schuerig
I'm still pretty new to web services in general and Axis in particular. I have a case, where I don't want to generate the value returned from a call not from objects. I have the ResultSet from a database query and would like to avoid first binding its rows to objects which are later converted

RE: Array Objects

2004-10-16 Thread Anne Thomas Manes
Please explain what you mean in more detail. With Axis/SOAP you send and receive messages --- but you can’t “call” an array of objects. You can send an array of objects to a service, and you can receive an array of objects from a service. What would you like to do?   Anne   From

RE: Array Objects

2004-10-16 Thread Anne Thomas Manes
Please explain what you mean in more detail. With Axis/SOAP you send and receive messages --- but you can’t “call” an array of objects. You can send an array of objects to a service, and you can receive an array of objects from a service. What would you like to do?   Anne   From

RE: axis IPv6 support?

2004-10-16 Thread Anne Thomas Manes
Axis doesn't work directly with IP, so it's unaware of whether you're using IPv4 or IPv6. So whether or not it supports IPv6 depends on the environment that you've deployed Axis in (servlet engine, JVM, etc.) - Anne -Original Message- From: William Fitzgerald [mailto:[EMAIL PROTECTED] Se

RE: axis IPv6 support?

2004-10-16 Thread Anne Thomas Manes
Axis doesn't work directly with IP, so it's unaware of whether you're using IPv4 or IPv6. So whether or not it supports IPv6 depends on the environment that you've deployed Axis in (servlet engine, JVM, etc.) - Anne -Original Message- From: William Fitzgerald [mailto:[EMAIL PROTECTED] Se

Re: Custom parameters in wsdd file?

2004-10-16 Thread enric
/** * Enric Jaen Villoldo * PhD student * http://nmg.upc.es/~enric */ On Sat, 16 Oct 2004 [EMAIL PROTECTED] wrote: > > If I am not wrong you can specify your own parameters like this: > > > > ... > > > Regarding how your service could retrieve the parameters, I am not quite > su

Re: Custom parameters in wsdd file?

2004-10-16 Thread enric
If I am not wrong you can specify your own parameters like this: ... Regarding how your service could retrieve the parameters, I am not quite sure. I know that you can get the parameters by calling getOption("paramName") in your service's SOAPService handler. But I am not sure how to ge

Custom parameters in wsdd file?

2004-10-16 Thread Stefan Henke
Hi, I´m wondering if it is possible to add some service specific parameters to the wsdd-deployment descriptor for my service. What I try to do is to declare some initialization parameters for the service that should be provided inside the service at runtime. But changing the parameter values should