in reply to Re^5: Need help with sending xml formatted payload using HTTP::Request
in thread Need help with sending xml formatted payload using HTTP::Request

this worked !! changing 'text' to 'application' on this line fixed it.
$post->content_type("application/xml");
thanks for all the help, everyone!
  • Comment on Re^6: Need help with sending xml formatted payload using HTTP::Request
  • Download Code