All,
Another thing I have come up with is having two separate instances of the environments.
One Stage and One Prod. Then swapping the Web Service URLs and then creating the proxy class a new for each of the IBM environments..
Then any production moves would have me moving the non-proxy class files in a typical code move from Stage to Prod and then a recompile. This assumes little to no Web Service code changes on the IBM. I would use the proxy objects as I have before regardless of Stage or Prod.
I am thinking to get this to work my IBM colleague would have to create a separate test folder and rename the Web References to be similar. I believe this would correct the WSDL issue pointing to different namespaces. The only thing looking at the WSDLs currently that would change would be the soap:address lines between the stage and production.
Thoughts?
Thanks
Chris