E
eAW
All the sample code that I can find on SoapHeader is at least one level down
within a root node. However, the eBay is using the flat structure. Here is
the sample,
<SOAP-ENV:Header>
<ebay:NotificationSignature
xmlns:ebay="https://developer.ebay.com/2001/schema">78b268119889e57ad7a3d88b
ee8f5692</ebay:NotificationSignature>
</SOAP-ENV:Header>
I could not figure out how to get the value from .NET SoapHeader class.
Anyone has any ideas how to get the nodeTypedValue of NotificationSignature
element.
Thanks in advance.
within a root node. However, the eBay is using the flat structure. Here is
the sample,
<SOAP-ENV:Header>
<ebay:NotificationSignature
xmlns:ebay="https://developer.ebay.com/2001/schema">78b268119889e57ad7a3d88b
ee8f5692</ebay:NotificationSignature>
</SOAP-ENV:Header>
I could not figure out how to get the value from .NET SoapHeader class.
Anyone has any ideas how to get the nodeTypedValue of NotificationSignature
element.
Thanks in advance.