kvin024 / ksoap2-android

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

How to Remove Header tag from the SOAP request #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Is it possible to remove "<v:Header / >" tag from the SOAP request. The web 
service provider to which I am posting is not supporting the Header tab. If I 
post the same message without header from SoapUI it is working fine. 

Error : 

</soap:Envelope>
.
.
.
<faultcode>soap:Client</faultcode>
<faultstring>Error Record Rejected</faultstring>
<detail>element 'Envelope' doesn't have child named 'v:Header'_+_+_+_+_+
</detail>
.
.
</soap:Envelope>

What version of the product are you using? On what operating system?

2.5 (ksoap2-android-assembly-2.5-SNAPSHOT-jar-with-dependencies.jar)

Please provide any additional information below.

Original issue reported on code.google.com by prudh...@gmail.com on 24 Nov 2010 at 8:35

GoogleCodeExporter commented 9 years ago
As far as I know this is not possible. It might however be pretty simple to 
implement. It would be great if you could implement this in a github clone of 
the project source code. I could pull this in and release it shortly 
afterwards.. 

Original comment by mosa...@gmail.com on 24 Nov 2010 at 11:35

GoogleCodeExporter commented 9 years ago
Sorry, I am not familiar with Java programing. Just following the instructions 
to use this library. It will be great if it can be implemented in the upcoming 
releases. Appreciate your help.   

Original comment by prudh...@gmail.com on 25 Nov 2010 at 3:39

GoogleCodeExporter commented 9 years ago
If you want to use the library you will have to learn Java... and while you are 
at it you can look at implementing. I wont have the time at this stage. If 
others do.. that would be great.

Original comment by mosa...@gmail.com on 25 Nov 2010 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 30 Nov 2010 at 10:58

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 23 Mar 2011 at 6:35

GoogleCodeExporter commented 9 years ago
I am closing this for inactivity reasons.. 

Original comment by mosa...@gmail.com on 23 Aug 2011 at 5:14