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:name>Nag</ns1:name>

<ns1:count>3</ns1:count>

</ns1:req>

</ns1:getHelloResp>



-----------------------------------------------------------------------



and get the response



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





thanks,

Siva



--------------------------------------------------------------------------------------

Reply via email to