Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA Security error with WS invoke

Rakesh JSDec 5 2012 — edited Dec 13 2012
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2013
Added on Dec 5 2012
5 comments
1,443 views