SOA Security error with WS invoke
Hi,
i am building a BPEL service <Orchestrate_Process> which further invokes an another BPEL service <writer_Process> to write data via an FTP adapter. the <writer_Process> is exposed through a web service. when i test the <writer_Process> via em is work successfully and a file is written in the desired location. however when i invoke the <writer_Process> from <Orchestrate_Process> and pass all the required details it throws the below error:-
<summary>SOAP must understand error:{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security, {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security.</summary>
</part>
<part name="detail">
<detail>oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : SOAP must understand error:{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security, {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security.</detail>
</part>
<part name="code">
<code>{http://schemas.xmlsoap.org/soap/envelope/}MustUnderstand</code>
</part>
please suggest why this error is coming and what should be done to fix it. I dont think any http credentials are required for security here...
regards
Rakesh