cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Lookup in PO 7.30 Single Stack.

Former Member
0 Kudos

Hi,

I am creating a scenario from HTTP to File . In between Message Mapping has SOAP Lookup .

But While I executing the Sceanrio, I am facing some error .

Now While reading lots of Blogs over Internet , Some of them pointed towards Creating a Dummy ICO (mandatory in  PI 7.30 ) for SOAP Lookup.

So Now my Question  are :

1. Why are we creating this Dummy ICO ?? what is the purpose ??

2. How do we create it ?? - Need to know abt Sender Service Interface , Sender Communication channel , Receiver Service Interface ??? What would be these values while creating a Dummy ICO ???

Regards

PS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, the dummy ICO is actually not needed for the lookup, but may fix a bug as stated in your previous thread http://scn.sap.com/message/14054811#14054811 as well as it is meant to test and verify that your SOAP receiver actually works.

Did you follow SAP Help Using the Lookup API in a Message Mapping, especially using a mapping parameter of type Adapter and using the parameter as demonstrated in Implementing Lookups Using SystemAccessor?

I see in your previous thread that you hardcoded the channel name and business component to retrieve the channel

Channel channel = LookupService.getChannel("BC_Successfactors_Two_D","CC_SOAP_Receive_SessionCreate");

Implement as recommended by SAP Help (above links) may be it solves your problem.