Sonic Connect SOAPAction as SOAP Header (8.0.1)

Posted by sedge on 31-Mar-2011 04:01

I have seen two different ways for a Web Service Client to deliver SOAPAction to a Web Service:

- As an HTTP Header

- As a SOAP Header, like:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
        <Action xmlns="http://schemas.xmlsoap.org/ws/2003/03/addressing">http://tempuri.org/IC45101/IC45101/UpdateStallReserveInfo</Action>
    </soap:Header>
    <soap:Body>

Sonic Connect sends the HTTP Header.

The Web Service we want to communicate with a SOAP Header.

Our .NET 3.5 application sends the SOAP Header and, I suspect, the HTTP Header.

Is there a (simple) way to get Sonic to send the SOAP Action as a SOAP Header and HTTP Header?

Thanks

Steve

All Replies

This thread is closed