testing Non_SOAP webservices

2008-02-26 Thread perl pra
Hi gurus,

I need to test non-SOAP webservices.Can anybody tell how could i do that in
perl.

basically i need to send the following xml file as pay load to the url.

-






?xml version='1.0' encoding='UTF-8'?



ns1:getHelloResp xmlns:ns1=http://sample2/xsd;

ns1:req ns1:type=samples.HelloReq

ns1:nameNag/ns1:name

ns1:count3/ns1:count

/ns1:req

/ns1:getHelloResp



---



and get the response



can anybody in the group help me in doing this using perl.





thanks,

Siva



--


Re: testing Non_SOAP webservices

2008-02-26 Thread Jenda Krynicky
From: perl pra [EMAIL PROTECTED]

 Hi gurus,
 
 I need to test non-SOAP webservices.Can anybody tell how could i do that in
 perl.
 
 basically i need to send the following xml file as pay load to the url.

Have a look at the LWP modules.

You'll need either LWP::Simple or LWP::UserAgent.

Jenda
= [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/