Want to get rid of Google Ads, click here.
+ Reply to Thread
Results 1 to 2 of 2

Thread: Web Services through proxy

  1. #1
    Junior Member
    Join Date
    Mar 2006
    Posts
    8

    Default Web Services through proxy

    Has anyone tried consuming web services through a proxy in SM7? There are three parameters you're supposed to set in the sm.ini file, but I haven't had any luck getting it to work.

    JVMOption0:-DProxySet=true
    JVMOption1:-DProxyHost=<fully qualified host name of proxy server>
    JVMOption2:-DProxyPort=<communications port of proxy server>

    Thanks in advance for any help.

  2. #2
    Junior Member
    Join Date
    Mar 2006
    Posts
    8

    Default Found the answer

    The ServiceManager documentation incorrectly shows an uppercase P on the parameter names. Using lowercase fixes the problem.

    JVMOption0:-DproxySet=true
    JVMOption1:-DproxyHost=<host name>
    JVMOption2:-DproxyPort=<port>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts