OpenEdge call a SOAP 1.2 WebService over HTTPS

Posted by Admin on 09-Feb-2010 08:42

We known that OpenEge supports only WSDL1.1 and SOAP1.1 and
only starting from OE 10.x. If your application is a v.9.x you have only the
possibility to use  sockets-programming to aceed to an WebService but not if the
communication  is a HTTPS.

This sample shows you how to use curl to acces a WebService witch implements
SOAP 1.2 standards. 

For the XML model I choose the SAX model (OE v.10) because is more simple to use,

but you can change it to DOM (for v.9.x).


Download curl at: http://curl.haxx.se/download.html.

Download soapUI at: http://www.soapui.org/

For the reasons of confidentiality I errase the user/pwd and I don't provide the PEM certificate.

This is just a sample.

[View:~/cfs-file.ashx/__key/communityserver-discussions-components-files/19/sample_2D00_clientWSCurlHTTPS.p.zip:550:0]

All Replies

This thread is closed