You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Wolfram Ditzer <di...@optel-informatik.de> on 2003/10/10 14:47:55 UTC

client_deploy.wdd & Transport Mechnismus

Hi,

I do not understand the client_deploy.wsdd. In samples/transport I do 
not see that client_deploy.wsdd is used!

1. How do I use it?


I want to change the transport classes of my client.

Service service = new Service();
MyWebServiceStub myServer = new MyWebServiceServerStub(url, service);

2. How can I do this with deploy.wsdd?

Thanks Wolfram