using Apache SOAP and Axis 1.2 in same client

2005-01-09 Thread Michael Woinoski
I have inherited an application that uses Apache SOAP (I'm not sure which version) to send requests to web services. I need to add some code to send new requests to different web services. I hope to be able to use JAX-RPC for the new requests, without having to modify and retest existing code.

using Apache SOAP and Axis 1.2 in same client

2005-01-07 Thread wmicheal
I have inherited an application that uses Apache SOAP to send requests to web services. I need to add some code to send new requests to different web services. I hope to be able to use JAX-RPC for the new requests, without having to modify and retest existing code. Has anyone encountered any p