Thank your for the reply, Actually I want to say that can I use JAX-WS API in a client program which receive SOAP...
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
As I said, JAX-WS is an API for creating web services - in other words, the server side, not the client side. Any SOAP client will do, e.g. this one.
Most SOAP toolkits (like Axis and Metro) also have tools for creating client code from a WSDL; the tool might be called wsdl2java or something like that.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Can you? Sure! Thats the whole idea - JAX-WS tools can be used to create both server and client side code.