in reply to Need help with sending xml formatted payload using HTTP::Request

Don’t know if your example is what you’re really sending but the XML you show is not well formed so you’re not actually sending XML. Could be the problem.

  • Comment on Re: Need help with sending xml formatted payload using HTTP::Request

Replies are listed 'Best First'.
Re^2: Need help with sending xml formatted payload using HTTP::Request
by drohr (Acolyte) on Jan 20, 2015 at 18:27 UTC
    right, I mistyped that in this post, but it is correct in my code. I have corrected this post. the problem still remains :(