Skip to Main Content

Integration

SOAOrderBoooking and obtunnel

659086Sep 17 2008 — edited Sep 19 2008
Hi,

I installed soa suite 10.1.3.1.0 and SoaOrderBooking demo. Everything works, but then I tried to encrypt &decrypt credit card info sent to CreditValidatingService and the following error occurs:

Faulted while invoking operation "VerifyCC" on provider "CreditValidatingService".
- <messages>
- <input>
- <validateRequest>
- <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="CreditCard">
- <CreditCard xmlns="http://www.globalcompany.com/ns/credit.xsd">

<ccType xmlns="">

AMEX

</ccType>

<ccNum xmlns="">

12345678

</ccNum>

</CreditCard>

</part>
</validateRequest>
</input>
- <fault>
- <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
- <part name="code">
<code>

Client

</code>

</part>
- <part name="summary">
<summary>

Caught exception while handling request: unexpected element name: expected={http://www.globalcompany.com/ns/credit.xsd}CreditCard, actual={http://www.w3.org/2001/04/xmlenc#}EncryptedData

</summary>

</part>
- <part name="detail">
<detail>

null

</detail>

</part>
</remoteFault>
</fault>
</messages>

Copy details to clipboard

[2008/09/16 15:58:46]
"{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown.
- <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
- <part name="code">
<code>

Client

</code>

</part>
- <part name="summary">
<summary>

Caught exception while handling request: unexpected element name: expected={http://www.globalcompany.com/ns/credit.xsd}CreditCard, actual={http://www.w3.org/2001/04/xmlenc#}EncryptedData

</summary>

</part>
- <part name="detail">
<detail>

null

</detail>

</part>
</remoteFault>


It seems that something is wrong with decrypting phase.

I tried to use obtunnel to see SOAP messages, but I can not see anything. Can somebody help me with setting obtunnel to debug thing.

brg

Edited by: user5037528 on Sep 17, 2008 1:05 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 17 2008
Added on Sep 17 2008
4 comments
612 views