I'm implementing a client for a soap endpoint where the messages return
different callouts to be used for individual soap operations, each endpoint
supporting the same service wsdl.  Does anyone have suggestions on the best
way to change the endpoint for different soap operations?

I could create a separate proxy for each operation, but that seems
particularly slow and heavyweight.

Reply via email to