Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Remove Header tag from the SOAP request #37

Closed
GoogleCodeExporter opened this issue Mar 25, 2016 · 6 comments
Closed

How to Remove Header tag from the SOAP request #37

GoogleCodeExporter opened this issue Mar 25, 2016 · 6 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: AwaitingContribution

@GoogleCodeExporter
Copy link
Author

I am closing this for inactivity reasons.. 

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

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant