Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

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

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


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

Yes I understand that. But if you look at my original example then my WSDL file is in a local location:

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.

But you see, I don't understand what you're asking me :)

In the original post there was a problem, I showed you how I diagnosed it, and how to fix it; proxy/service played no role.

If you're asking a new question (something about how service/proxy works or something), then you need to ask it effectively, ie dumb it down, write a test program (like mine) and T.I.T.S - Try It To See, and then explain how, what it does, is different, from what you want it to do.

Replies are listed 'Best First'.
Re^8: Soap::Lite and Complex Types with WSDL
by firstaspect (Initiate) on May 11, 2011 at 15:27 UTC
    You can clearly see in my original code that I'm using a local WSDL file. Therefore I don't class it as a fix if it now doesn't allow me to use a local WSDL file. If you feel that is a fix then our opinions differ.
      You can clearly see in my original code that I'm using a local WSDL file. Therefore I don't class it as a fix if it now doesn't allow me to use a local WSDL file. If you feel that is a fix then our opinions differ.

      Um, the fix was to change

      SOAP::Data->name("<ConnectContactId>" => 'CON12347')
      to
      SOAP::Data->name( "ConnectContactId" => 'CON12347' )
      This has no effect on using a local WSDL file.

      I don't understand why/how this is confusing.

        Ah I see. Many apologies, I had misunderstood and thought you were saying your entire code response was the fix, as in completely changing my method. Apologies and thanks again for the response. It still doesn't appear to work but I believe it's to do with using the WSDL. I'm going to attempt to do it without and I think I'll get more success. Thank-you very much. Mark.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-19 08:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found