I use WSE 3.0 to get authenicated with web service , I use following source code. Following is the source code for that
namespace CSharp_SampleDevice_Authentication
{
class Program
{
static void Main(string[] args)
{
UsernameToken userToken = new UsernameToken(
"admin",
"1234",
PasswordOption.SendHashed);
DeviceBinding m_DeviceBinding;
m_DeviceBinding = new DeviceBinding();
m_DeviceBinding.Url = "http://192.168.81.145/onvif/device_service";
SoapContext context = m_DeviceBinding.RequestSoapContext;
context.Security.Tokens.Add(userToken);
context.Security.Elements.Add(new MessageSignature(userToken));
CapabilityCategory[] a = {CapabilityCategory.All};
Capabilities capb = m_DeviceBinding.GetCapabilities(a);
//BinaryData b = m_DeviceBinding.GetAccessPolicy();
}
}
}
This code generates following SOAP request
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><env:Header xmlns:env="http://www.w3.org/2003/05/soap-envelope"><wsa:Action wsu:Id="Id-180cde54-2cea-4c8a-a5b4-e58397837dcd">http://www.onvif.org/ver10/device/wsdl/GetCapabilities</wsa:Action><wsa:MessageID wsu:Id="Id-364f7e7a-d36e-440b-bd82-c34a9fcced13">urn:uuid:3d6aab07-4190-4975-9a11-ca2fa11ed00d</wsa:MessageID><wsa:ReplyTo wsu:Id="Id-b530cbe0-90a5-4660-9167-64718f047b11"><wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address></wsa:ReplyTo><wsa:To wsu:Id="Id-60faa0c9-a4ac-428a-a293-84641dce6f5d">http://192.168.81.145/onvif/device_service</wsa:To><wsse:Security env:mustUnderstand="true"><wsu:Timestamp wsu:Id="Timestamp-a02194a5-2633-4474-a513-baf38a1a87c5"><wsu:Created>2011-07-07T03:18:01Z</wsu:Created><wsu:Expires>2011-07-07T03:23:01Z</wsu:Expires></wsu:Timestamp><wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-ae5fc3b3-f271-468a-ae62-ccc20ba95d2e"><wsse:Username>admin</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">NdjSfhGylAu5rewRP6yotrNY2RM=</wsse:Password><wsse:Nonce>vtlr72EKdB2UgcLsPcE0oQ==</wsse:Nonce><wsu:Created>2011-07-07T03:18:01Z</wsu:Created></wsse:UsernameToken><Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1" /><Reference URI="#Id-180cde54-2cea-4c8a-a5b4-e58397837dcd"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>myHXpIm63MvQxuzopzyxHDSS/ig=</DigestValue></Reference><Reference URI="#Id-364f7e7a-d36e-440b-bd82-c34a9fcced13"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>48Hh+1YOLG8lVGhuMJZM/MCTEfc=</DigestValue></Reference><Reference URI="#Id-b530cbe0-90a5-4660-9167-64718f047b11"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>glto/M/wzS4KbzBbbMKLXKzvRQk=</DigestValue></Reference><Reference URI="#Id-60faa0c9-a4ac-428a-a293-84641dce6f5d"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>3rCGMTOEj7Yedcpk4SEpv+GdLMs=</DigestValue></Reference><Reference URI="#Timestamp-a02194a5-2633-4474-a513-baf38a1a87c5"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>DKyIoHDiXX1JWa0cVFYQBNq1ks4=</DigestValue></Reference><Reference URI="#Id-1e469b78-7e5e-4969-a682-a864f0d4d5bc"><Transforms><Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>uiZaT+q/to6MuRl3HT2asLrypTQ=</DigestValue></Reference></SignedInfo><SignatureValue>q2AXfnqRXtSzai88PWs6cKgj6fc=</SignatureValue><KeyInfo><wsse:SecurityTokenReference><wsse:Reference URI="#SecurityToken-ae5fc3b3-f271-468a-ae62-ccc20ba95d2e" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken" /></wsse:SecurityTokenReference></KeyInfo></Signature></wsse:Security></env:Header><soap:Body wsu:Id="Id-1e469b78-7e5e-4969-a682-a864f0d4d5bc"><GetCapabilities xmlns="http://www.onvif.org/ver10/device/wsdl"><Category>All</Category></GetCapabilities></soap:Body></soap:Envelope>
But I want soap request to be generated as below
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<env:Header xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<wsa:Action wsu:Id="Id-180cde54-2cea-4c8a-a5b4-e58397837dcd">
http://www.onvif.org/ver10/device/wsdl/GetCapabilities</wsa:Action>
<wsa:MessageID wsu:Id="Id-364f7e7a-d36e-440b-bd82-c34a9fcced13">
urn:uuid:3d6aab07-4190-4975-9a11-ca2fa11ed00d</wsa:MessageID>
<wsa:ReplyTo wsu:Id="Id-b530cbe0-90a5-4660-9167-64718f047b11">
<wsa:Address>
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsa:To wsu:Id="Id-60faa0c9-a4ac-428a-a293-84641dce6f5d">
http://192.168.81.145/onvif/device_service</wsa:To>
<wsse:Security env:mustUnderstand="true">
<wsu:Timestamp wsu:Id="Timestamp-a02194a5-2633-4474-a513-baf38a1a87c5">
<wsu:Created>2011-07-07T03:18:01Z</wsu:Created>
<wsu:Expires>2011-07-07T03:23:01Z</wsu:Expires>
</wsu:Timestamp>
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="SecurityToken-ae5fc3b3-f271-468a-ae62-ccc20ba95d2e">
<wsse:Username>admin</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">
NdjSfhGylAu5rewRP6yotrNY2RM=</wsse:Password>
<wsse:Nonce>vtlr72EKdB2UgcLsPcE0oQ==</wsse:Nonce>
<wsu:Created>2011-07-07T03:18:01Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</env:Header>
<soap:Body wsu:Id="Id-1e469b78-7e5e-4969-a682-a864f0d4d5bc">
<GetCapabilities xmlns="http://www.onvif.org/ver10/device/wsdl">
<Category>All</Category>
</GetCapabilities>
</soap:Body>
</soap:Envelope>
I don't want "Signature" tag in my SOAP request. Can any one tell me what I should do in my code to remove this tag from SOAP request.