testing Non_SOAP webservices
- From: perlpra@xxxxxxxxx (Perl Pra)
- Date: Tue, 26 Feb 2008 15:02:23 +0530
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
--------------------------------------------------------------------------------------
- Follow-Ups:
- Re: testing Non_SOAP webservices
- From: Jenda Krynicky
- Re: testing Non_SOAP webservices
- Prev by Date: Re: scalar / hash problem in HTML::Parser
- Next by Date: Re: testing Non_SOAP webservices
- Previous by thread: Is this possible to override print() ?
- Next by thread: Re: testing Non_SOAP webservices
- Index(es):
Relevant Pages
|