Forum Discussion
rajash
16 years agoContributor
Hey,
A SOAP structure should have an SOAP:envelope, SOAP:header (optional) and a SOAP:body (mandatory). If you do not have any header value to be passed it appears always in the request with a empty tag .
In header we normally pass security details like your username and password if header expects as per the service implementation.
Check the link below for more info,
http://publib.boulder.ibm.com/infocente ... ssage.html
Can you validate the request with in the req? I think you should see errors.
I believe it should be which is a empty tag and not . Can you invoke your request with ? It should work fine.
When you validate the req with only in the request you will see
error: does not close tag.
Hope the above helps,
Thanks,
Raj
A SOAP structure should have an SOAP:envelope, SOAP:header (optional) and a SOAP:body (mandatory). If you do not have any header value to be passed it appears always in the request with a empty tag
In header we normally pass security details like your username and password if header expects as per the service implementation.
Check the link below for more info,
http://publib.boulder.ibm.com/infocente ... ssage.html
Can you validate the request with in the req? I think you should see errors.
I believe it should be
When you validate the req with only in the request you will see
error: does not close tag
Hope the above helps,
Thanks,
Raj