The Integration Server Web Service Connector is a Flow service. Look in the First Flow Sequence step of the WSC. Look at the First Branch in that Sequence. There should be a Flow Map Step for each port defined in the WSDL that you generated the WSC from + 1 more labeled $default. The $default case is used if you call the WSC without the “port” parameter - which is generally the case because people don’t mix ports very often, but it is nice to setup one WSDL for dev/QA/staging&prod and use a single parameter to switch environments, but I digress.
Inside each of these Flow Map Steps are settings of the field “address”. This address contains the value in the WSDL soap:address field (aka the endpoint).
Modify these Flow Map Sets to contain the new host that contains the endpoint and assuming you can ping the new host as suggested already, life should be good as it was.
Cheers,
Fred
#API-Management#soa#webMethods