Using Webservices in Xe

Phoenix789

Member
Hi

Is webservice usage possible in XE , the third party system communication channel is webservice . So we were looking at different ways of doing this in XE. I know we can write web service in C , but I am not sure on the approach

Regards
Pete
XE , 8.96
Oracle Database
 
In Xe, I believe you will have to basically roll your own web service. If it was me, I would utilize xmlCallObject via Java and expose it as a web service using a J2EE app server.
 
Hi Pete,

Two weeks back we have implemented requirement of Invoking jde business function from .NET program(webservice).In ERP8.0 B7334 there is xml interoperability feature which allows to access the JDE.
 
Back
Top