Ikeda,

I take it you want to know how to create clients and services? Look in
http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/user-guide.h
tml where it is explained. What I pieced together from this is:
1 Create a Java service interface and compile it.
2 Create a service deploy.wsdd, that deploy's the service.
3 Deploy the service with java org.apache.axis.client.AdminClient
deploy.wsdd
4 Create WSDL using org.apache.axis.wsdl.Java2WSDL
5 Create client side bindings using org.apache.axis.wsdl.WSDL2Java
~service.wsdl
6 Create server side bindings
7 Connect client and server side classes connecting to the in steps 5 and 6
generated Java classes

I think step 5 is what you are asking for. Instead of ~service.wsdl use
something like:
http://host/axis/services/TheService?service.wsdl

Anyone care to comment on what I have written? I worked this out yersterday
so I am not sure if everything is correct.

Regards,
Michel

-----Original Message-----
From: IKEDA Katsumi [mailto:[EMAIL PROTECTED]]
Sent: woensdag 20 maart 2002 10:38
To: [EMAIL PROTECTED]
Subject: Client program for sample proxy


Hi,

I want to use Axis, so I study to run sample codes.

The proxy sample has only server side code.
I have no idea that how to use this sample from client.

I think this is very easy job for you ... but I cannot do it.

Please tell me how to use proxy example.

Thanks.

-- 
IKEDA Katsumi  <[EMAIL PROTECTED]>

Reply via email to