sending xml document
-
i need some help on xml. i want to send an xml document to an xml web service using get method. but i didn't find any article, helping material. i did not use xml before. please help me. thanx
amirzada
Please stick one forum.
Navaneeth How to use google | Ask smart questions
-
i need some help on xml. i want to send an xml document to an xml web service using get method. but i didn't find any article, helping material. i did not use xml before. please help me. thanx
amirzada
You want to 'send' an XML payload with a GET…an amusing concept. Look at the verbs we're using SEND, GET - they're not compatible. You want to use a POST method to send an XML document to a server.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
You want to 'send' an XML payload with a GET…an amusing concept. Look at the verbs we're using SEND, GET - they're not compatible. You want to use a POST method to send an XML document to a server.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
thanx for your help but now i get an exception when i try create an xml document it show that the body and html tag is not closed how can i handle can you help me please. thanx
amirzada
More detail - where does the HTML come in - that's NOT XML.
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p