Solved

How do I know if SOAP Gateway is running?

  • 9 March 2020
  • 1 reply
  • 274 views

Userlevel 3
Badge +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

icon

Best answer by Banu Liyanapathirana 9 March 2020, 17:20

View original

1 reply

Userlevel 6
Badge +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

 

Reply