in reply to Re^2: SOAP Beginner ... I hate to impose
in thread SOAP Beginner ... I hate to impose

I'm still attempting to work through what you gave me, but I do have a question ... The variable $ep, for proxy ... what exactly is the job of the proxy link? I've tried to look it up, read about it, and apply to what I've been given. But so far it's just not coming across. Either that or I'm just being thick.

With it being "localhost" as you suggested, it makes it my Apache server. Does that sound correct to you?

Thanks again ... still plugging through!

Bill
  • Comment on Re^3: SOAP Beginner ... I hate to impose

Replies are listed 'Best First'.
Re^4: SOAP Beginner ... I hate to impose
by hermonat (Initiate) on Feb 18, 2005 at 22:54 UTC
    Hmmm ... I may be stuck.

    I might be having some luck. It returned a lot of information, but these lines lead me to believe something came back:

    SOAP::Transport::HTTP::Client::send_receive: HTTP::Response=HASH(0x8230390)
    SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 200 OK Connection: close

    But what is confusing is that my Apache server default page is also being returned in this mixture, where I was expecting a relatively short response from their webservices server.

    And it actually doesn't make it through the call. It shows the Apache server default page, from my server I presume, and then it shows this error:

    at soap-try-3.pl line 51

    Not sure what this means. Line 51 is the call:

    my $res = $lite->call($doc => $value);

    Any clues?

    Thanks again,

    Bill
Re^4: SOAP Beginner ... I hate to impose
by gellyfish (Monsignor) on Feb 21, 2005 at 10:28 UTC

    No the proxy should be set to whatever your end point would be - as I didn't know what your setting of that should be and don't have a similar SOAP server - I just used 'localhost' as an example that the client could connect to (but obviously not work...)

    /J\