kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

In the request, why set <v:....> why? #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<?xml version="1.0" encoding= "UTF-8" ?><v:Envelope 
xmlns:i="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:d="http://www.w3.org/2001/XMLSchema" 
xmlns:c="http://www.w3.org/2003/05/soap-encoding" 
xmlns:v="http://www.w3.org/2003/05/soap-envelope"><v:Header 
/><v:Body><getFuntion 
xmlns="http://erp.inspur.com/"><USERID>baocc</USERID><UserConnStr>784c0f35-7cd7-
4866-bda6-0c15d7917006</UserConnStr></getFuntion></v:Body></v:Envelope>

Original issue reported on code.google.com by xianhao.lv@gmail.com on 9 May 2012 at 12:56

GoogleCodeExporter commented 9 years ago
because that is the namespace for the body and envelope.. 

Original comment by mosa...@gmail.com on 9 May 2012 at 4:57