[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: The consumption of Webservices

  • Thread starter Thread starter marian.edu
  • Start date Start date
Status
Not open for further replies.
M

marian.edu

Guest
Well, there is no way you can influence the HTTP method to be used from the 4GL code so you should raise a call with technical support to investigate your issue… I think you said you’re using OE 11.7 so that can use SOAP 1.2, support for GET method was added in SOAP 1.2 but the web service you’re trying to consume is definitively using SOAP 1.1 and there everything is expected to use POST. You can check the SOAP-VERSION value on the server handle after you establish the connection and see if that is correctly reported as 1.1 or the client might think 1.2 version can be used… CREATE SERVER hWebService. hWebService:CONNECT("-WSDL ' preproducao.roadcard.com.br/.../WSTransacional “… MESSAGE hWebService:SOAP-VERSION VIEW-AS ALERT_BOX. Marian Edu Acorn IT www.acorn-it.com www.akera.io +40 740 036 212

Continue reading...
 
Status
Not open for further replies.
Back
Top