cancel
Showing results for 
Search instead for 
Did you mean: 

How to call Function through Soap Action

Former Member
0 Kudos

Hi all,

I have a Receiver communication channel in PI that sends data to from the interface to Oracle Webservice.

At that moment a function should be called with two constant parameters and the third one is the xml with all the data.

updateExchangeRates("CJV", "connector", ratesXML)

xml schema:

Anyone knows if it is possible to call that function in PI soap action and how should I do it?

I've tested soap action with

updateExchangeRates("CJV", "connector", list_wrapper)

and got the error:

invalid content type for SOAP: TEXT/HTML; HTTP 401 Unauthorized

Thnaks in advance,

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi IIie,

Can you execute a successful request first via a third-party application such as soap ui and then check the HTTP Header?

From there, you can answer the following questions:

1. What is the host?

2. What is the port?

3. Does it use SSL?

4. What HTTP Method does it use?

5. Does it require authentication?

6. What type of message does it require (e.g SOAP 1.1/1.2, Plain POST)?

Hope this helps,

Mark

Harish
Active Contributor
0 Kudos

Hi,

Please refer the below blogs for dynammic soap action

regards,

Harish