Hi,
I have a BPM WS that is called by a external customer.
The process in Appworks works fine, but the response contains a tag "header" that is a problem for the customer XML validation.
Is there a way to remove that tag from the "SOAP:Header" response?
Is there a BPM Interceptor, like UDDI
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.cordys.com/General/1.0/">
<msg-id>000D3AD8-054C-A1EB-9ADD-D703A6D9FC2F</msg-id>
<messageoptions noreply="true"/>
</header>
</SOAP:Header>
<SOAP:Body>.....</SOAP:Body>
thanks.