0

i'm using webMethods framework and my webService pass thought a proxy; however the used proxy depends on the specied envinroment; i would like to know if exists a webMethods flow to get default proxy that i used in my server.

Thanks and regards.

Deviltrigger
  • 63
  • 2
  • 12
  • 1
    What product are you talking about? IntegrationServer? Could you please explain why you would need to know about the default proxy in your scenario? I do not understand your use case and this requirement. – Henning Waack Jun 18 '16 at 07:15
  • I want to get the proxy setting that i've installed on the IntegrationServer – Deviltrigger Jun 27 '16 at 15:16
  • did u try WmMFT services ? – Sud Jul 25 '16 at 13:43
  • Can you be more specific? Also do not understand what exactly you need. As far as I know all outbound webServices are using the proxies defined in Settings / Proxy server by default. You can specify proxies per protocols HTTP, HTTPS or FTP – Reddy SK Feb 21 '17 at 07:35

1 Answers1

0

You can specify different HTTP or HTTPS proxy servers in the Integration Server. This alias can be reused in some built-in services to specify that this service must run via a specific proxy. There is also an extended setting that you can set for this, for more information, see the documentation for the Integration Server.

Michael Knoth
  • 58
  • 1
  • 2
  • 10