on 2014 May 04 2:14 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
30 | |
9 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.