I'm accessing a web service using PHP who requires an XML parameter. When IIS parses the XML request, it also parses my XML formatted parameter.
Then the WS fails because it got an XML string without any TAGS!
How do I keep the WS (running on IIS5) from "overparsing" my request?
Thanks,
Brian