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.
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