WSDL request mode problem

Status
Not open for further replies.

benji00

New Member
Hello Everyone,

One of my colleagues is on a customer site and is having a spot of bother.

We are using the code below to access a Web Service. It is using stunnel to access secure site with certificates.


hWebService:CONNECT("-WSDL C:\wsdl\AM.wsdl -SOAPEndpoint http://127.0.0.1:80/AM/amser/AIM -TargetNamespace 'http://service.am.com/' -nohostverify ").

RUN AMWebService SET hAMWebService ON hWebService .
RUN serviceProc IN hAMWebService (INPUT lcSendData, OUTPUT lcReceiveData) NO-ERROR.

hWebService:DISCONNECT ().

The Web service provider is saying that we are reaching the site but we are requesting with HTTP GET request with is not supported any more.
They are saying it is HTTP POST we need to use.
What should I modify to make my SOAP request be POST not GET request.

Best regards,
Brendan
 

benji00

New Member
To all,
please disregard this thread.
Problem is sorted.
Web service provider was not "accurate" with their information.

See below...

Yes,
Guys from Department were lying. The Code was working as supposed. Only catch is that ""The SSL client certificate is not supported by OpenEdge"" Therefore we need to use stunnel as a remedy. Since department "confirmed" us getting to them, we assumed that comms are ok.
After giving up on trying to change GET to POST, came back to looking at stunnel logs and discovered we were not getting there at all....Got certs finally in place and got stunnel working and rest of software worked from the first go.
Thanx for the support, tomorrow is just documenting day

Mathew

11/08/2011 16:16, Brendan McCaffrey wrote:
> Did you get it working ::))))looking at stnnellogs
 
Status
Not open for further replies.
Top