cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Enterprise Service from plain HTML/ASP/PHP

Former Member
0 Kudos

I was wondering if its possible to call an Enterprise Service on ECC 6.0 from a web page (HTML/ASP/PHP) via XI as the middleware? If so, what adapter scenario would we have to go for and what are the requirements to set up such a scenario?

Also, if i wanted this to be a secure connection what needs to be done?

Thanks in advance...

Edited by: Dev Noronha on Jul 10, 2009 12:49 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

kkram
Contributor
0 Kudos

ASP and PHP can do webservices by themselves, so you could either you SOAP adapter (or WS adapter in PI 7.1) to do web service call.

Or you can just do HTTP with XML payload to PI (you would use HTTP adapter) and then from PI to ECC as webservice adapter.

KK

Former Member
0 Kudos

I am afraid its a little complex to call from HTML/ASP page as XI understands XML. So, if you create a Java function which will map your HTML data to XML structure then you can try.

-Sid