Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Soap::Lite and Complex Types with WSDL

by Anonymous Monk
on May 11, 2011 at 14:34 UTC ( [id://904171]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Soap::Lite and Complex Types with WSDL
in thread Soap::Lite and Complex Types with WSDL

As far as I'm aware I can't use SOAP::Lite->proxy while using a local file location for my WSDL file? It doesn't like the 'file:/' like SOAP::Lite->service does. Thanks.

I don't know what you mean by that. See How do I post a question effectively?

  • Comment on Re^3: Soap::Lite and Complex Types with WSDL

Replies are listed 'Best First'.
Re^4: Soap::Lite and Complex Types with WSDL
by firstaspect (Initiate) on May 11, 2011 at 14:37 UTC
    In my original post I'm using
    my $soap_result = SOAP::Lite -> service('file:/home/wsdl/Contact_Interface.wsdl') ;
    In your reply you are using:
    my $soap = SOAP::Lite ->proxy( 'http://localhost/blah/DummyService');
    And I don't believe I can use the second example with a local file.
      And I don't believe I can use the second example with a local file.

      You don't have to -- the code I posted is how I debug SOAP::Lite, DummyService doesn't exist, there is no server on localhost

        Yes I understand that. But if you look at my original example then my WSDL file is in a local location:
        my $soap_result = SOAP::Lite -> service('file:/home/wsdl/Contact_Interface.wsdl')
        And it needs to stay in a local location, which I don't think works with proxy as you can't use the 'file:/' prefix.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://904171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-23 20:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found