Andro2015 / ksoap2-android

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

Wrong namespace Error, pointing to w3.org should point to schemas.xmlsoap.org #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launing my app
2. Reaching the line of Http call

What is the expected output? What do you see instead?
No idea what would be the proper response but the an error is thrown which
first lines look like this:
Couldn't create SOAP message. Expecting Envelope in namespace
http://schemas.xmlsoap.org/soap/envelope/, but got
http://www.w3.org/2001/12/soap-envelope

What version of the product are you using? On what operating system?
I switching between version 11 and 12 for testing but usually I go with
version 12. I am programming for the Android OS Version 2.1.

Please provide any additional information below.
I already got a threat going with the sourcecode of my app with I problem I
guess I have solved by now =), here is the link:
http://code.google.com/p/ksoap2-android/issues/detail?id=20

Thanks a lot you folks!

Original issue reported on code.google.com by Matthias...@googlemail.com on 24 May 2010 at 9:49

GoogleCodeExporter commented 9 years ago
Well I think I even solved this one on my own. he problem was the Version I 
used for
the SOAP message which. In Version 1.1. it is
http://schemas.xmlsoap.org/soap/envelope/ and in Version 1.2 it is
http://www.w3.org/2001/12/soap-envelope, so I think I had the right idea in 
mind but
failed to do some good testing.

Original comment by Matthias...@googlemail.com on 24 May 2010 at 1:18

GoogleCodeExporter commented 9 years ago
User fixed himself.

Original comment by mosa...@gmail.com on 12 Oct 2010 at 7:00