<ser-root: Process_RequestResponse> tag is not expected in SOAP response

Hi,

Currently we have a requirement where we need to design a Provider web service in webMethods.

The client system (Consumer of web service) will invoke the web service using the HTTP and processes the response message.

But now the client is not able to process the response message received because it contains <ser-root: Process_RequestResponse> tag, which is not expected for the client system.

Is there any way to remove this <ser-root: Process_RequestResponse> tag that is created in webMethods SOAP response?

<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/”>
soapenv:Body

-----------------------


  </ser-root: Process_RequestResponse>

</soapenv:Body>
</soapenv:Envelope>

The IS version we are using is 9.9.

I have viewed other threads for the same post but I no where I am able to find the correct solution.

Hi,

Do you see any definition of this response on the WSDL you used to create the Provider WSD?

Best regards,