Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: SOAP and Perl

by ady (Deacon)
on May 29, 2006 at 05:16 UTC ( [id://552251]=note: print w/replies, xml ) Need Help??


in reply to SOAP and Perl

SOAP::Lite is ... well Lite, it doesn't have the bells & whistles to provide a complete and robust framework for modern WS development.

One alternative is to build your SOAP message 'by hand' and POST them directly to the WS at the HTTP level, for instance using http://www.webinject.org/. It's workable, tho' hardly elegant.

Best regards
Allan Dystrup

Replies are listed 'Best First'.
Re^2: SOAP and Perl
by ady (Deacon) on May 29, 2006 at 05:55 UTC
    update
    PS: I scribbled down some notes (Windows .doc) on calling a .NET generated WS from Perl (using SOAP:Lite) some time ago, - at the very basic "Hello world" level.
    Send me your email, if you'd like a copy.
    Best regards,
    Allan Dystrup
    and@kmd.dk
Re^2: SOAP and Perl
by Anonymous Monk on May 29, 2006 at 06:15 UTC

    Actually the stub maker is a quite decent job if SOAP::Lite works. It made you really feel that you are calling the remote service as a method call, and you don't see the XML or SOAP. But unfortunately SOAP::Lite does not work (and the code the stub maker generates is based on SOAP::Lite).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-19 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found