Hi navkalp,

U will have to deploy the service as a message style service ,

In the axis user guide : -

 http://ws.apache.org/axis/java/user-guide.html


there is an example message service.

test this out and see how it works,,,

the deploy.wsdd and the related java code for the service are given in
 the sample.
Deploy the Web Service in Axis and get the WSDL for the web service
using the url like ?wsdl ...

Then use this WSDL to generate the .NET proxy using wsdl.exe tool or
using Visual Studio .NET (Adding a Web Reference)


create an instance of the proxy and call the method to see ...

Good Luck

Mahen





On Mon, 06 Sep 2004 22:18:27 -0600, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
> I want to create a interoperable web service
> with axis with a method which
> takes xml document as argument, i want to
> consume this service from .net client.
> How that will be possible with axis?
> what datahandlers we can use, what will the entry in deploy.wsdd?
> is their any running code example for this?
> regards
> navkalp
>

Reply via email to