cancel
Showing results for 
Search instead for 
Did you mean: 

how to develope http api scenarios in PI

former_member308994
Participant
0 Kudos

Hi,

I have one requirement, ECC to some 3rd party system.

The data will sent from ECC to some tracking system in the form of xml format.

They have given one API link and xml format what they want.

Below is API link

http://XXXXX.XXX/api/XXXXXxmltrip

and XML format :

http://XXXXX.XXX/api/XXXXXxmltrip

<?xml version=”1.0” encoding=”utf-8”?>

<Token></Token>

<Vehicle> </Vehicle>

<Startdttime></Startdttime>

------

------

---

<Forwardercode></Forwardercode>

<Vehtype></Vehtype

Kindly suggest how to proceed this scenarioa and which adapter need to use. Our PI system is PI 7.4 SP08

Rest adapter is not available for this SP.

Please suggest...

Thanks & Regards,

Ramu.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member207703
Active Participant
0 Kudos

Hi,

As already mentioned by Rashmi, use HTTP_AAE Receiver adapter to send HTTP POST request to API.

Regards,

Anoop Rai

rasjoshi
Active Contributor
0 Kudos

Try HTTP_AAE Adapter... Ping channel and see what it gives...

BR,

Rashmi

former_member308994
Participant
0 Kudos

Hi Rashmi,

Thanks for your quick reply,

I tried with HTTP_AAE, getting error while pinging "Binding not found". Please find attached screen shots for your reference.

capture.png

rasjoshi
Active Contributor
0 Kudos

Looks like your ID part is incomplete...

Create ICO better than classical interfaces...

BR,

Rashmi