This content has been marked as final.
Show 2 replies
-
1. Re: Soap header validation using XSD
igarashitm Aug 31, 2016 7:23 PM (in response to ravi21588)SOAP headers are splitted into SY context properties in the default MessageComposer. You'd need to create your own custom MessageComposer for the SOAP binding and pull all parts in to message content in order to do what you want.
-
2. Re: Soap header validation using XSD
ravi21588 Sep 1, 2016 7:06 AM (in response to igarashitm)Hi Tom,
I only need to validate the soap headers and not the whole content.
can you please share an example how can i acheive it.