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