Hello every one,
environment: webMethods 6.1
platform: windows
My requirement was to do a HTTPs Get to retrieve a file from external website.And below are the steps i followed by going thru this forum and webM docs
- I logged into our partner’s https accessible website and retrieved the certificate(by clicking on the lock button below the web-page and importing it as .der file)
2.Installed the cert in IS Admin–>certificates–>configure client certs - Wrote a sample flowservice using http(built in) with below parameters
url: https://…/testfilename.txt
method:Get
LoadAs:Bytes
Auth/user:{username}
Auth/pass:{password}
When tried running my above service(in step 3) i am getting below error
‘com.wm.app.b2b.server.ServiceException:java.io.IOException:
java.net.ConnectionException:Connection refused: Connect’
Is what i am doing right or missing anything?.Please let me know
thanks
Anil