Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: How to use Perl instead of Coldfusion.

by InfiniteSilence (Curate)
on May 13, 2013 at 18:43 UTC ( [id://1033331]=note: print w/replies, xml ) Need Help??


in reply to How to use Perl instead of Coldfusion.

I remember responding to some user that was recently asking how to implement SOAP in Perl using a WSDL file. It would be nice to see an example that simply uses a WSDL. I don't use SOAP very much nowadays since all of the infrastructure seems like too much overhead.

Celebrate Intellectual Diversity

  • Comment on Re: How to use Perl instead of Coldfusion.

Replies are listed 'Best First'.
Re^2: How to use Perl instead of Coldfusion.
by flexvault (Monsignor) on May 13, 2013 at 19:01 UTC

    Hello InfiniteSilence ,

    When I did my 'super searches', I didn't find your example.

    The web service already exists and I need the client side (Perl) to ask the question and then accept the response. I don't have a clue what the WSDL file is and hope that it is already defined on the web server. My web service is totally independent, but I'm required to verify if the 'person' is already a client. Part of the XML response is a client ID that I need to use if they already exist in the service.

    By answering the comments, I'm starting to understand this a little more :-)

    Thank you...Ed

    "Well done is better than well said." - Benjamin Franklin

      WSDL file is...

      WSDL can be stored in a file or be the XML response to a query, so the response from your initial request (the one with WSDL in it) should return WSDL content. If your client understands WSDL it should be able to extract the service information from it and allow you to call that service based purely on the definition specified in the WSDL. Otherwise your client would have to know some things about the specific web service like which address to use, etc.

      Celebrate Intellectual Diversity

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found