Return vs. Result

2003-12-22 Thread Arcadius A.
Hello! I've asked this question before but got no response. I apologize to be asking again. When called,axis would return a XML file like this: "http://myuri.com/"> Return>Hello!!!Return> Is there a way I could change  the Return  suffix to Result? ie.  how to get something like: "htt

Axis Response question.

2003-12-21 Thread Arcadius A.
Hello! Let's assume that I have a simple echo WS provider. When called,axis would return a response like this: http://myuri.com/";> Hello!!! Is there a way I could change the *Return* suffix to *Result*? ie. http://myuri.com/";> Hello!!! ? Thanks. Arcadius.

Re: Interoperability troubles: Axis sending text/plain

2003-12-21 Thread Arcadius A.
Arcadius A. wrote: So, it seems that my problem is the serializer/deserializer on the server :-( Here is my deploy.wsdd file : xmlns="http://xml.apache.org/axis/wsdd/"; xmlns:ns="http://www.openuri.org"; xmlns:java="http://xml.apache.org

Re: Interoperability troubles: Axis sending text/plain

2003-12-20 Thread Arcadius A.
Arcadius A. wrote: Hello! I'm doing some experiments about webservices interoperability using Axis, Weblogic and .NET. Some more information about my previous post: Now, I'm calling a method that takes two inputs strings and returns a boolean type. The request is: Host: local

Interoperability troubles: Axis sending text/plain

2003-12-20 Thread Arcadius A.
Hello! I'm doing some experiments about webservices interoperability using Axis, Weblogic and .NET. I'm building a relatively simple webservice. It's a service that provides informations about registered users in a database. I have several implementation of the service. For the webservice, I use a

J2EE web services and AXIS

2003-08-14 Thread Arcadius A.
Hello! I'm writing a dissertation about Axis but for now, I don't know that much about Axis yet While trying to learn about web services, I came across SUN's WSDP(Web services developement pack) that can be used for developing web services and it seems to be included in their J2EE ref