Hi,
I have problem doing the following.
I need to pass an xml file to a webservice URL and get the reponse.
- I have the URL of the webservice.
- I have the URL to view WSDL file.
- I have the file which i want to send.
Can someone please help me for this?
On Sep 14, 2010, at 21:58 , Dinesh Joshi wrote:
I have problem doing the following.
I need to pass an xml file to a webservice URL and get the reponse.
- I have the URL of the webservice.
- I have the URL to view WSDL file.
- I have the file which i want to send.
Can someone please help me for this?
How much are you getting paid for this gig, and how much of a cut are
you offering for assistance?
Ryan D. wrote:
On Sep 14, 2010, at 21:58 , Dinesh Joshi wrote:
I have problem doing the following.
I need to pass an xml file to a webservice URL and get the reponse.
- I have the URL of the webservice.
- I have the URL to view WSDL file.
- I have the file which i want to send.
Can someone please help me for this?
How much are you getting paid for this gig, and how much of a cut are
you offering for assistance?
Its for my work. So neither i am offering anyting nor i am getting paid.
Thanks for your reply
Dinesh Joshi wrote:
Its for my work. So neither i am offering anyting nor i am getting paid.
You don’t get paid for your work?!
Seriously: we’re happy to assist when you get stuck on a problem, but
not do the whole thing for you. Please follow the advice given here:
http://www.catb.org/~esr/faqs/smart-questions.html#intro
If you really don’t know where to start, then look for Net::HTTP (which
gives you a low-level interface to HTTP POST operations), or soap4r
(which gives you a high-level interface to SOAP operations, e.g. it can
use the WSDL to create an object API)