I'm having a problem creating SOAP header in a .NET

Y

Yelena

I'm having a problem creating SOAP header in a .NET

The required SOAP header looks like this:

<s11:Header>
<MessageID
s11:mustUnderstand="1">uuid:18db2ad2-5bac-11da-a4ef-18db2ad1a4ef</MessageID>
</s11:Header>

But when I create a class derived from SoapHeader called MessageID
contained public member for the element I want to include, the
resulting SOAP fragment is this:

<s11:Header>
<MessageID
xmlns="http://schemas.xmlsoap.org/ws/2004/03/addressing">
<messageID>string</messageID>
</MessageID>
</s11:Header>

Since the element is contained within the parent MessageID, the request
fails.

Hope someone can advise me.
Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,835
Latest member
KetoRushACVBuy

Latest Threads

Top