Soap implementation using soap

2002-10-08 Thread I.V.Rajesh
Hi, I am a newbie to soap and axis product. I have gone through the user guide to get more insight into use of Axis. I have really got some idea theoritically. But when i try to do an example i could not make it successfully. Please can you tell me the step by step procedure i need to follow if m

Printer friendly version of Axis documentation

2002-10-08 Thread Johnson, Tim
Does anyone have printer friendly versions of the Axis documentation? Installation, User's Guide, Developer's guide, etc...

Message class bug? Sending/Receiving XML documents

2002-10-08 Thread Michael Hudson
I don't know if this has been fixed in the recent official version, but the following constructor for the Message class worked in RC1, but not in RC2: Message ( java.lang.Object , boolean ) I have code that put a org.w3c.dom.Document file into a InputStream and sent it to this constructor, whil

'Global' axis jars vs. 'local' jars

2002-10-08 Thread Matthew McNeely
Can anyone set me straight on the following matter?   I want to enable various webapps deployed under a single servlet container to be axis server capable. However, deploying all of the following axis jars within each webapp seems wasteful and hopefully unnecessary.   -rw-rw-r--    1 - -   3

Re: Use Java Collection

2002-10-08 Thread Steve Loughran
This is the best approach. You cannot send a collection and expect a C++, perl or .net app at the far end to make any sense of it whatsoever. And if you dont care about interop, use RMI-IIOP or the like instead of SOAP. - Original Message - From: "Jung, Eric (Contractor)" <[EMAIL PROTECTE

Re: NoClassDefFound: javax/servlet/ServletContext

2002-10-08 Thread Matthias Brunner
See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13149 -- Matthias Brunner <[EMAIL PROTECTED]> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501 Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc

Re: NoClassDefFound: javax/servlet/ServletContext

2002-10-08 Thread Matthias Brunner
On Tuesday 08 October 2002 17:09, Ferrer, J.C. wrote: > I've been using axis since the alpha version and yesterday I > upgraded to the Axis v1.0. It seems that now in order to run the > web clients I have to add the servlet.jar in the client's > classpath. This wasn't necessary in previous version

NoClassDefFound: javax/servlet/ServletContext

2002-10-08 Thread Ferrer, J.C.
Title: NoClassDefFound: javax/servlet/ServletContext I've been using axis since the alpha version and yesterday I upgraded to the Axis v1.0. It seems that now in order to run the web clients I have to add the servlet.jar in the client's classpath. This wasn't necessary in previous versions, e

Re: how write a Serializer

2002-10-08 Thread Kevin . Bedell
If your object can be represented as a 'JavaBean', then you can use Java2WSDL and WSDL2Java to create client and server code to perform the communications - and it automatically defines the WSDL to use a serializer that works. In other words, if your object can be represented as a bean then a

how write a Serializer

2002-10-08 Thread Samuel Kerrien
Hi all, How to send send and receive an Object for which no Serializer had been previously written ? I mean : I had created an Object as follow : public class Container { private int id; private float x; private float y; public Container (int id, float x, float y) { this.id = id;

Re: Newbie Question - Marshalling Java Arrays

2002-10-08 Thread dmyaho
the requirement for object can be marshalled is the object has to be a javabean. can you show me your child class? - Original Message - From: "Rick MacConnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 8:59 AM Subject: Newbie Question - Marshalling Java Arr

RE: Use Java Collection

2002-10-08 Thread Jung, Eric (Contractor)
Sam, I don't know what is usual, but I send the Collection and receive an Object array on the client side. My client stub then builds a Collection from that Object array which is used by the rest of the client application. Eric H. Jung -Original Message- From: Samuel Kerrien [mailto:[EMA

Use Java Collection

2002-10-08 Thread Samuel Kerrien
Hi all, I have a question about web services, more eprecisely about type exchange. I would like my web service to send a collection of java objects, I'd implemented that method to send the java.util.Collection object. public Collection get myMethod ( String a, String b ) { Collection c = ne

RE: more on possible bug - Wrong method gets invoked :-(

2002-10-08 Thread Peter Haensgen
Hi James, I'm experiencing the same problem. After upgrading my application from Beta 3 to the 1.0 release, I have trouble with accessing a service that has methods with the same names, but different arguments: public ProductPrice[] getProductPrices(ProductRef ref) public ProductPrice[]

Re: document service questions

2002-10-08 Thread Peter Kelley
OK I have: in my server-config.wsdd after I deploy my service and http://localhost:8080/axis/services/acidDoc?wsdl includes: http://schemas.xmlsoap.org/soap/http"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost:8080/axis/serv

Re: document service questions

2002-10-08 Thread Peter Kelley
The only server-config.wsdd I can find in the distribution is in /samples/jms/server-config.wsdd so I must have either missed the docs that tell me how to create one or there wasn't one shipped with the distribution I have (1.0 deployed in subdirectory xml-axis-10). Would it be possible to post a

Re: document service questions

2002-10-08 Thread Murray Spork
Peter Kelley wrote: > H, > > I still get the WSDL that includes a binding style of rpc if I try that. > Can you check your generated WSDL to see if yours is the same ? Our > customer definitely wants to use document so even if it works I still > have a problem. Have a look at your wsdd file: