Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to use Perl instead of Coldfusion.

by space_monk (Chaplain)
on May 13, 2013 at 18:33 UTC ( [id://1033329]=note: print w/replies, xml ) Need Help??


in reply to How to use Perl instead of Coldfusion.

This looks to be some sort of XML/SOAP interface? Anyone? Bueller? :-)

This is incredibly tentative and it is entirely possible I do not know what I'm talking about :-)

use Data::Dumper; use SOAP::WSDL; my %data = ( 'inXML' => "<Envelope><Parameters><Method>Pe +rson</Method> <FirstName>Michael%</FirstName> <LastName>Smith%</LastN +ame> </Parameters></Envelope>" ); my $soap = SOAP::WSDL->new( wsdl => 'https://10.16.47.116/Efiling/EfilingWS?wsdl', ); my $result = $soap->call('getOcscData', %data); print Dumper( $result);
If you spot any bugs in my solutions, it's because I've deliberately left them in as an exercise for the reader! :-)

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

    Hello space_monk,

    Yes, the coldfusion code is initiating a search and then up to 75 responses are received in XML format.

    Thank you

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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found