How to create web service

Bjeenie

New Member
hello,

i know it is possible to make a web service in openedge.

the only thing i wonder is how to make that web service?

Do i use a HTML-mapping or something else?

Do i need the appbuilder or something else?

Kind regards
Thomas Desmet
 
I can't really explain the entire process since it pretty extensive but i can tell you what you need to deploy a Web Service in Open Edge.

Progress Components :

Application Server
Proxy Generator (Comes with OE Studio)

Non-Progress Components :

JSE (Tomcat or JRun)

The Application Server runs your procedures
Proxy Generator creates the mapping and files necessary to deploy and access the Web Services.
The JSE acts has a gateway between the caller of the WebService and the Application Server.

You should find all the books on how to do this on www.psdn.com
 
Back
Top