Here's the result: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>XML_STREAM_EXC</faultstring></soap:Fault></soap:Body></soap:Envelope>
Here's the contents of hello_world.xml (with private info replaced by xxx)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hi Bill,
XML_STREAM_EXC error means that your xml is not well-formed. I'm not sure if this is a copy-paste error, but there should be a space after <?xml in the xml request you pasted.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
Bill Jenkins
unread,
Apr 25, 2012, 9:03:56 AM4/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Thanks Anash. I corrected that missing space.
The error result continued as before. What I then discovered was that new lines between < and > are not acceptable, even though they are accepted by the validator.
By removing those new lines I'm getting beyond the XML_STREAM_EXC error.
Thanks, Bill
Anash P. Oommen
unread,
Apr 26, 2012, 7:28:02 AM4/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hi Bill,
If I remember correctly, XML doesn't allow a \n in the node name. That should explain why you got
XML_STREAM_EXC error .