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/axis/wsdd/providers/java";>

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: localhost Cache-Contr

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