* MessageContext. That allows the user to override specific options on a given
* message context and not affect the overall options.
*/
EndpointConfiguration endpointConf =
((ProcessConfigurationImpl) processConfiguration).getEndpointConfiguration(
new WSDL11Endpoint(this.serviceName, portName));
UnifiedEndpoint partnerEndpoint = buildUnifiedEndpoint(endpointConf);
SOAPUtils.createSOAPRequest(partnerInvocationContext, partnerRoleMessageExchange);