Skip to main content
Solved

How do I know if SOAP Gateway is running?

  • March 9, 2020
  • 1 reply
  • 322 views

krestensb
Sidekick (Customer)
Forum|alt.badge.img+8

Hi,

I’m trying to setup a connection to an external API from IFS 9.

I don’t have access to REST POST requests but I should be able to make SOAP calls, but I’m not sure if I have a SOAP Gateway.

How would I know if I have SOAP Gateway running?

BR Kresten

Best answer by Banu Liyanapathirana

Hi @krestensb,

Try soapgateway test

Append ‘?test=true’ to the soapgateway link and paste it on a browser. you should get <ok/> as a response if it is working correctly. See the example below.

http://lkpgse39.corpnet.ifsworld.com:58080/fndext/soapgateway?test=true

 

Thank You,

Banu

 

1 reply

Banu Liyanapathirana
Hero (Employee)
Forum|alt.badge.img+13

Hi @krestensb,

Try soapgateway test

Append ‘?test=true’ to the soapgateway link and paste it on a browser. you should get <ok/> as a response if it is working correctly. See the example below.

http://lkpgse39.corpnet.ifsworld.com:58080/fndext/soapgateway?test=true

 

Thank You,

Banu