SetupClient

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?aG93YXJk?=

    #1

    SetupClient

    VFP8 - Used WSHandler to setup a client and access data. Works fine on the
    development machine (both exe and dev environment). The
    WSHandler.Setup Client method (of _ws3client.vcx) fails to return an object
    when run on another machine on the same LAN

    loWSHandler =
    NEWOBJECT("WSHa ndler",IIF(VERS ION(2)=0,"",HOM E()+"FFC\")+"_w s3client.vcx")
    loDataAccess = loWSHandler.Set upClient("(some valid url).asmx?wsdl" ,
    "DataAccess ", "DataAccessSoap ")
    Any idea why it works it works on one machine and not another - I get no
    error message
  • John Saunders [MVP]

    #2
    Re: SetupClient

    "howard" <howard@discuss ions.microsoft. comwrote in message
    news:B13731DD-B5FB-4942-982C-1121F3018F3F@mi crosoft.com...
    VFP8 - Used WSHandler to setup a client and access data. Works fine on
    the
    development machine (both exe and dev environment). The
    WSHandler.Setup Client method (of _ws3client.vcx) fails to return an object
    when run on another machine on the same LAN
    >
    loWSHandler =
    NEWOBJECT("WSHa ndler",IIF(VERS ION(2)=0,"",HOM E()+"FFC\")+"_w s3client.vcx")
    loDataAccess = loWSHandler.Set upClient("(some valid url).asmx?wsdl" ,
    "DataAccess ", "DataAccessSoap ")
    Any idea why it works it works on one machine and not another - I get no
    error message
    I could just barely figure out that "VFP8" means (I expect) "Visual FoxPro
    8". I'd suggest you ask on a FoxPro forum, since few people know anything at
    all about FoxPro.
    --
    John Saunders [MVP]

    Comment

    • =?Utf-8?B?aG93YXJk?=

      #3
      Re: SetupClient

      Yes there are still a few dinosaurs left out there. I found the problem -
      missing SOAP library on the client machine.

      "John Saunders [MVP]" wrote:
      "howard" <howard@discuss ions.microsoft. comwrote in message
      news:B13731DD-B5FB-4942-982C-1121F3018F3F@mi crosoft.com...
      VFP8 - Used WSHandler to setup a client and access data. Works fine on
      the
      development machine (both exe and dev environment). The
      WSHandler.Setup Client method (of _ws3client.vcx) fails to return an object
      when run on another machine on the same LAN

      loWSHandler =
      NEWOBJECT("WSHa ndler",IIF(VERS ION(2)=0,"",HOM E()+"FFC\")+"_w s3client.vcx")
      loDataAccess = loWSHandler.Set upClient("(some valid url).asmx?wsdl" ,
      "DataAccess ", "DataAccessSoap ")
      Any idea why it works it works on one machine and not another - I get no
      error message
      >
      I could just barely figure out that "VFP8" means (I expect) "Visual FoxPro
      8". I'd suggest you ask on a FoxPro forum, since few people know anything at
      all about FoxPro.
      --
      John Saunders [MVP]
      >
      >

      Comment

      Working...