Leos,

I think what you need is
to open the axis2 web pages from apache and 
have a look at JAX-WS - Dynamic Proxy Client!
There are two client models supported by JAX-WS
And one should give you what you want,
full dynamic creation of a client-stub at runtime.

Josef



-----Ursprüngliche Nachricht-----
Von: liter...@centrum.cz [mailto:liter...@centrum.cz] 
Gesendet: Donnerstag, 5. April 2012 21:32
An: java-user@axis.apache.org
Betreff: how to invoke web service without generating a client


Hi,

as I know axis, you need to generate a java client from WSDL and then invoke 
its stub to submit a remote service. My task is to create a proxy, that knows 
an endpoint and receives XML corresponding to the WSDL. The proxy then must 
open the endpoint and submit the soap body XML, read the response and send it 
back. The proxy must be dynamic and it must not contain java code specific to 
WSDL. Everything must be dynamic and configurable. Generating and compiling 
java code is not desirable.

How can I implement such proxy with axis2? Can you give me some hints please, 
where to start?

Thanks

Leoš

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to