Previous questions as to this topic was posted in this thread:
https://groups.google.com/forum/?fromgroups#!topic/cecid-hermes2/NPJ5kpygX_kWhat is new, now, is that the problem is partly solved by following the hermes2_appdev.pdf instructions, but keeping the same sendEndpoint "mailto:" instead of interchanging them like is proposed as to the sendEndpoint as HTTP-addresses for sender-partnership and receiver-partnership.
**This gave this result for the two partners like this:
SENDER (is a Hermes2 MSH):
step 1: sending ebxml-message =OK
step 2: receiving acknowledgement = FAIL (i.e.: it is received in emailbox, but not recognised by Hermes with this message ("Unauthorised message,cannot find partnership")
step 3: receiving SOAP and Payload = OK
step 4: sending acknowledgment = OK
RECEIVER (is not a Hermes2 MSH):
step 1: receiving message = OK
step 2: sending acknowledgment = OK
step 3: sending answer = OK
step 4: receiving acknowledgment = OK (i.e.:accepts the ACK and stop resending)
**If I do a test as follows:
Upload my own SOAP-signing cert.pem as Verifikation cert.pem and use my own email-adr as receiver, so that I send to myself and receive from myself, then the ACK is received by Hermes, verified and identified as an acknowledgment in the ebms.log file.
**Specifications and setup:
FromRole/ToRole is configured in Hermes.
-The SOAP from the SENDER has its Role-elements.
-The ACK from the SENDER has no Role-elements, but has DigestValues of the receivers SOAP and payload in addition to its own/senders signing DogestValue (it is an Hermes ack).
-The SOAP from the RECEIVER has its corresponding Role-elements
-The ACK from the receiver has its Role-elements, but have no DigestValues as to senders SOAP and payload other than its own/receivers signing DigestValue. The receivers ACK looks simplified.
Conclusion and question:
I would assume that Hermes accepts the received ACK from its partner, but something is not configured right here by me, or there might be a bug, maybe in that the ACK Hermes receives is lacking DigestValues or that Hermes cannot read the Role-elements that ACK has.
The result is that Hermes marks for resending, and wants the process over again.
In Hermes' INBOX SOAP is received, and ACK is marked sent "Positiv Acknowledgment".
In Hermes' OUTBOX there is a Status as "Delivery Failure", but this must be wrong since the partner has received the message and returned ACK and answer.
Overview of this you have below:
1.......Top
Message
ID......................20130123-204732-75016@ebxml.xenos.com -
Message Box.....................inbox
Ref To Message
ID...............20130123-204729-80200@192.168.0.199CPA ID..........................981789261_889640782_011
Service.........................BehandlerKrav
Action..........................Svarmelding
Conversation ID.................d1b06d53-ab25-4085-85ac-9b90d4630321
Acknowledgement Requested.......true
Is Acknowledged.................Positive Acknowledgement
Timestamp.......................2013-01-23 20:47:32.0
Status..........................Processed
2.......Top
Message
ID......................20130123-204729-80200@192.168.0.199 -
Message Box.....................outbox
CPA ID..........................981789261_889640782_011
Service.........................BehandlerKrav
Action..........................OppgjorsMelding
Conversation ID.................d1b06d53-ab25-4085-85ac-9b90d4630321
Acknowledgement Requested.......true
Is Acknowledged.................false
Timestamp.......................2013-01-23 20:47:29.0
Status..........................Delivery Failure
Error messages you have here;
The first one DeliveryFailure, the second one the failing ack recognition:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd">
<SOAP-ENV:Header xsi:schemaLocation="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:MessageHeader xmlns:eb="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" SOAP-ENV:mustUnderstand="1" eb:version="2.0">
<eb:From>
<eb:PartyId eb:type="ENH">981789261</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="ENH">889640782</eb:PartyId>
</eb:To>
<eb:CPAId>981789261_889640782_011</eb:CPAId>
<eb:ConversationId>d1b06d53-ab25-4085-85ac-9b90d4630321</eb:ConversationId>
<eb:Service>urn:oasis:names:tc:ebxml-msg:service</eb:Service>
<eb:Action>MessageError</eb:Action>
<eb:MessageData>
<eb:MessageId>
20130123-2...@192.168.0.199</eb:MessageId>
<eb:Timestamp>2013-01-23T20:48:03.229+01:00</eb:Timestamp>
<eb:RefToMessageId>
20130123-2...@192.168.0.199</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<eb:ErrorList xmlns:eb="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" SOAP-ENV:mustUnderstand="1" eb:highestSeverity="Error" eb:version="2.0">
<eb:Error eb:errorCode="DeliveryFailure" eb:severity="Error">
<eb:Description xml:lang="en-US">Delivery failure - Maximum retries reached</eb:Description>
</eb:Error>
</eb:ErrorList>
</SOAP-ENV:Header>
<SOAP-ENV:Body xsi:schemaLocation="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"/>
</SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd">
<SOAP-ENV:Header xsi:schemaLocation="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:MessageHeader xmlns:eb="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" SOAP-ENV:mustUnderstand="1" eb:version="2.0">
<eb:From>
<eb:PartyId eb:type="ENH">981789261</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="ENH">889640782</eb:PartyId>
</eb:To>
<eb:CPAId>981789261_889640782_011</eb:CPAId>
<eb:ConversationId>d1b06d53-ab25-4085-85ac-9b90d4630321</eb:ConversationId>
<eb:Service>urn:oasis:names:tc:ebxml-msg:service</eb:Service>
<eb:Action>MessageError</eb:Action>
<eb:MessageData>
<eb:MessageId>
20130123-2...@192.168.0.199</eb:MessageId>
<eb:Timestamp>2013-01-23T20:52:22.956+01:00</eb:Timestamp>
<eb:RefToMessageId>
20130123-2...@ebxml.xenos.com</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
<eb:ErrorList xmlns:eb="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" SOAP-ENV:mustUnderstand="1" eb:highestSeverity="Error" eb:version="2.0">
<eb:Error eb:errorCode="SecurityFailure" eb:severity="Error">
<eb:Description xml:lang="en-US">Unauthorized Msg</eb:Description>
</eb:Error>
</eb:ErrorList>
</SOAP-ENV:Header>
<SOAP-ENV:Body xsi:schemaLocation="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd"/>
</SOAP-ENV:Envelope>
The actual part of the EBMS.LOG you have here:
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <Message service handler started>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <Smtp Server Setting: >
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp Host:
pop3.mimer.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp Protocol: pop3>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp Port: 25>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp From Mail Address: sigbj***@*****.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp Username: sigbj***@*****.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Smtp Password: ********>
2013-01-23 20:47:22 [Thread-3 ] <INFO > <cecid.ebms.spa> <Mail Collector started - Host:
pop3.mimer.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <Pop Server Setting: >
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Host:
pop3.mimer.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Protocol: pop3>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Port: 110>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Folder: INBOX>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Username: sigbj***@*****.no>
2013-01-23 20:47:22 [Thread-3 ] <DEBUG> <cecid.ebms.spa> <- Pop Password: ********>
2013-01-23 20:47:29 [-Processor25] <INFO > <cecid.ebms.spa> <Outbound payload received - cpaId: 981789261_889640782_011, service: BehandlerKrav, serviceType:string, action: OppgjorsMelding, convId: d1b06d53-ab25-4085-85ac-9b90d4630321, fromPartyId: 981789261, fromPartyType: ENH, toPartyId: 889640782, toPartyType: ENH, refToMessageId: null>
2013-01-23 20:47:29 [-Processor25] <INFO > <cecid.ebms.spa> <Genereating message id:
20130123-2...@192.168.0.199>
2013-01-23 20:47:30 [-Processor25] <INFO > <cecid.ebms.spa> <Store outgoing message:
20130123-2...@192.168.0.199>
2013-01-23 20:47:30 [-Processor25] <INFO > <cecid.ebms.spa> <Outbound payload processed - cpaId: 981789261_889640782_011, service: BehandlerKrav, action: OppgjorsMelding, convId: d1b06d53-ab25-4085-85ac-9b90d4630321, fromPartyId: 981789261, fromPartyType: ENH, toPartyId: 889640782, toPartyType: ENH, refToMessageId: null>
2013-01-23 20:47:30 [Thread-43 ] <INFO > <cecid.ebms.spa> <Sign the message:
20130123-2...@192.168.0.199>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <setEnvelope, using algorithm: rsa-sha1>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <addDocument URI: cid:Payload-0, contentType: application/octet-stream>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <start signing>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got private key from keystore>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created DocumentResolver>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created Transform>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added main document (envelope)>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added 1 attachment documents>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got the certificate chain from keystore>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added the certificate chain to signature>
2013-01-23 20:47:30 [Thread-43 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <message signed>
2013-01-23 20:47:30 [Thread-43 ] <INFO > <cecid.ebms.spa> <Send message
20130123-2...@192.168.0.199 to
motta...@test-es.nav.no>
2013-01-23 20:48:02 [Thread-4 ] <INFO > <cecid.ebms.spa> <1 message(s) has been marked re-sending.>
2013-01-23 20:48:03 [Thread-48 ] <INFO > <cecid.ebms.spa> <Sign the message:
20130123-2...@192.168.0.199>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <setEnvelope, using algorithm: rsa-sha1>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <addDocument URI: cid:Payload-0, contentType: application/octet-stream>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <start signing>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got private key from keystore>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created DocumentResolver>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created Transform>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added main document (envelope)>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added 1 attachment documents>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got the certificate chain from keystore>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added the certificate chain to signature>
2013-01-23 20:48:03 [Thread-48 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <message signed>
2013-01-23 20:48:03 [Thread-48 ] <INFO > <cecid.ebms.spa> <Reliable message (
20130123-2...@192.168.0.199) - no acknowledgement received until maximum retries>
2013-01-23 20:48:03 [Thread-48 ] <INFO > <cecid.ebms.spa> <Mark as failed (Message id:
20130123-2...@192.168.0.199)>
2013-01-23 20:48:03 [Thread-48 ] <INFO > <cecid.ebms.spa> <Generate delivery failure error message>
2013-01-23 20:48:03 [Thread-49 ] <INFO > <cecid.ebms.spa> <Ebxml Message (
20130123-2...@192.168.0.199) is stored in inbox with order number: 18>
2013-01-23 20:52:22 [Thread-3 ] <INFO > <cecid.ebms.spa> <Found 2 message(s) in mail box>
2013-01-23 20:52:22 [Thread-76 ] <INFO > <cecid.ebms.spa> <Received an ebxml message from mail box>
2013-01-23 20:52:22 [Thread-76 ] <ERROR> <cecid.ebms.spa> <Unauthorized message, no partnership is found>
2013-01-23 20:52:22 [Thread-76 ] <INFO > <cecid.ebms.spa> <Store outgoing message:
20130123-2...@192.168.0.199>
2013-01-23 20:52:22 [Thread-77 ] <INFO > <cecid.ebms.spa> <Received an ebxml message from mail box>
2013-01-23 20:52:22 [Thread-77 ] <INFO > <cecid.ebms.spa> <Incoming ebxml message received:
20130123-2...@ebxml.xenos.com>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <setEnvelope, using algorithm: null>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <addDocument URI:
cid:attachment-20130...@ebxml.xenos.com, contentType: application/pkcs7-mime>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <start verifying>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got the signature element>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created signature object>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created document resolver>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got certificate and public key from CertResolver>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <checked signature value, result: true>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <verification of cert path skipped>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Signature verification success:
20130123-2...@ebxml.xenos.com>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Inbound agreement checking for interop>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <It is an order message:
20130123-2...@ebxml.xenos.com>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Store the incoming message:
20130123-2...@ebxml.xenos.com>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Sign the acknowledgement (
20130123-2...@192.168.0.199) for message:
20130123-2...@ebxml.xenos.com>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <setEnvelope, using algorithm: rsa-sha1>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <start signing>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got private key from keystore>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created DocumentResolver>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <created Transform>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added main document (envelope)>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added 0 attachment documents>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <got the certificate chain from keystore>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <added the certificate chain to signature>
2013-01-23 20:52:23 [Thread-78 ] <INFO > <cecid.ebms.spa> <Ebxml Message (
20130123-2...@ebxml.xenos.com) is stored in inbox with order number: 19>
2013-01-23 20:52:23 [Thread-77 ] <DEBUG> <pkg.pki.ApacheXMLDSigner> <message signed>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Sending async reply message:
20130123-2...@192.168.0.199>
2013-01-23 20:52:23 [Thread-77 ] <INFO > <cecid.ebms.spa> <Store outgoing message:
20130123-2...@192.168.0.199>
2013-01-23 20:52:23 [Thread-79 ] <INFO > <cecid.ebms.spa> <Send message
20130123-2...@192.168.0.199 to
motta...@test-es.nav.no>
2013-01-23 20:58:42 [main ] <DEBUG> <cecid.ebms.spa> <Message service handler stopped>
2013-01-23 20:58:42 [main ] <DEBUG> <cecid.ebms.spa> <Suspending active monitor in module (Ebms Plugin). Current active threads: 0>
2013-01-23 20:58:42 [main ] <DEBUG> <cecid.ebms.spa> <Suspending active monitor in module (Ebms Plugin). Current active threads: 0>
2013-01-23 20:58:42 [main ] <DEBUG> <cecid.ebms.spa> <Suspending active monitor in module (Ebms Plugin). Current active threads: 0>
The ACK from the receiver that is not recognised you have here:
<?xml version="1.0"?>
<SOAP:Envelope xmlns:SOAP="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="
http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" xmlns:xlink="
http://www.w3.org/1999/xlink" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="
http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<SOAP:Header>
<eb:MessageHeader SOAP:mustUnderstand="1" eb:version="2.0">
<eb:From>
<eb:PartyId eb:type="ENH">889640782</eb:PartyId>
<eb:Role>KontrollUtbetaler</eb:Role>
</eb:From>
<eb:To>
<eb:PartyId eb:type="ENH">981789261</eb:PartyId>
<eb:Role>Behandler</eb:Role>
</eb:To>
<eb:CPAId>981789261_889640782_011</eb:CPAId>
<eb:ConversationId>d1b06d53-ab25-4085-85ac-9b90d4630321</eb:ConversationId>
<eb:Service>urn:oasis:names:tc:ebxml-msg:service</eb:Service>
<eb:Action>Acknowledgment</eb:Action>
<eb:MessageData>
<eb:MessageId>
20130123-2...@ebxml.xenos.com</eb:MessageId>
<eb:Timestamp>2013-01-23T19:47:24Z</eb:Timestamp>
</eb:MessageData>
</eb:MessageHeader>
<eb:Acknowledgment SOAP:actor="urn:oasis:names:tc:ebxml-msg:actor:toPartyMSH" SOAP:mustUnderstand="1" eb:version="2.0">
<eb:Timestamp>2013-01-23T20:47:29Z</eb:Timestamp>
<eb:RefToMessageId>
20130123-2...@192.168.0.199</eb:RefToMessageId>
<eb:From>
<eb:PartyId eb:type="ENH">889640782</eb:PartyId>
</eb:From>
</eb:Acknowledgment>
<ds:Signature xmlns:ds="
http://www.w3.org/2000/09/xmldsig#">
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="
http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
<ds:SignatureMethod Algorithm="
http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
<ds:Reference URI="">
<ds:Transforms>
<ds:Transform Algorithm="
http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<ds:Transform Algorithm="
http://www.w3.org/TR/1999/REC-xpath-19991116">
<ds:XPath xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/">not(ancestor-or-self::node()[@SOAP-ENV:actor="urn:oasis:names:tc:ebxml-msg:actor:nextMSH"] | ancestor-or-self::node()[@SOAP-ENV:actor="
http://schemas.xmlsoap.org/soap/actor/next"])</ds:XPath>
</ds:Transform>
<ds:Transform Algorithm="
http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
</ds:Transforms>
<ds:DigestMethod Algorithm="
http://www.w3.org/2000/09/xmldsig#sha1"/>
<ds:DigestValue>N20QQM81Le2OIQFOLJjlIjaHD/o=</ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>
J6Z9RP0YdjZCN/m1hhgoi9sQwgtZjwSiSYYWEZoYHDG0B2AcQ1VAtlW6JcNT1rVCTMKsyCKbfO8h
tvhFTs2i+/+p/it76um1EeDbxAsShCn8N09Q/pR+yH7UdFDlT4+8/DBiHoi8ELwtEDOFB8C6eFaE
tKMvLBzeCt7j7Lxow0g=
</ds:SignatureValue>
<ds:KeyInfo>
<ds:X509Data>
<ds:X509Certificate>
MIIEFDCCAvygAwIBAgIDDJjIMA0GCSqGSIb3DQEBBQUAMEsxCzAJBgNVBAYTAk5PMR0wGwYDVQQK
DBRCdXlwYXNzIEFTLTk4MzE2MzMyNzEdMBsGA1UEAwwUQnV5cGFzcyBDbGFzcyAzIENBIDEwHhcN
MTEwMjIzMTM0OTU0WhcNMTQwMjIzMTM0OTUzWjBrMQswCQYDVQQGEwJOTzEjMCEGA1UECgwaQVJC
RUlEUy0gT0cgVkVMRkVSRFNFVEFURU4xIzAhBgNVBAMMGkFSQkVJRFMtIE9HIFZFTEZFUkRTRVRB
VEVOMRIwEAYDVQQFEwk4ODk2NDA3ODIwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAK4qputS
9vi3n9EvQqYGychsDGOdImU34wKd2VmDNqI/K7x/ucou56WOPYJ1B60i28CYX2GxsiG/ZI8RihaM
Ld3IIHTOXHbH6WOkSls6Xpn0ebkzzpoKzD47z3H0Bgd/kGjNnVyZTdXDCYCGzA6PIbYDiPRy+TNu
vh4pg5k/+ZafAgMBAAGjggFjMIIBXzAJBgNVHRMEAjAAMB8GA1UdIwQYMBaAFDgU5sjwqaQD9E4+
IqNb8tbgrUB0MB0GA1UdDgQWBBQPqfe+mwOat/lNcmAv7+YbmtbjIzAOBgNVHQ8BAf8EBAMCBkAw
FQYDVR0gBA4wDDAKBghghEIBGgEDAjCBpQYDVR0fBIGdMIGaMC+gLaArhilodHRwOi8vY3JsLmJ1
eXBhc3Mubm8vY3JsL0JQQ2xhc3MzQ0ExLmNybDBnoGWgY4ZhbGRhcDovL2xkYXAuYnV5cGFzcy5u
by9kYz1CdXlwYXNzLGRjPU5PLENOPUJ1eXBhc3MlMjBDbGFzcyUyMDMlMjBDQSUyMDE/Y2VydGlm
aWNhdGVSZXZvY2F0aW9uTGlzdDBDBggrBgEFBQcBAQQ3MDUwMwYIKwYBBQUHMAGGJ2h0dHA6Ly9v
Y3NwLmJ1eXBhc3Mubm8vb2NzcC9CUENsYXNzM0NBMTANBgkqhkiG9w0BAQUFAAOCAQEAfWAYIahR
E6jKXn12i3Xy6l8oucrhnpa26y1Y3tNlJhIB7iKtOtd0aoGsfD7EpqSEE9btZBMY2FOz3HeiJkda
vBaNrw4EO7oINk6TzbQqHv3YVIGTXIDST8CkYtoov6iZw0XB9d02NE3xnrZqGyNt0PL9wtFst5Gt
XYTK7do+JfeaWls72F/syp+D9cM6RURMgaq9TYBVBnaMmUJVVJ5i/OSe4WpC19etDocJ4jBT4a36
EvBa2OH6ar8IMtLAS95tCh7TH0Le6omPUrD2UKeCGDkj678ILWUFUB+ra1H8MlGGNfE7FXV1/tJs
99bXyI578HdY4rWnDAHYMua3Laypxg==
</ds:X509Certificate>
</ds:X509Data>
<ds:KeyValue>
<ds:RSAKeyValue>
<ds:Modulus>
riqm61L2+Lef0S9CpgbJyGwMY50iZTfjAp3ZWYM2oj8rvH+5yi7npY49gnUHrSLbwJhfYbGyIb9k
jxGKFowt3cggdM5cdsfpY6RKWzpemfR5uTPOmgrMPjvPcfQGB3+QaM2dXJlN1cMJgIbMDo8htgOI
9HL5M26+HimDmT/5lp8=
</ds:Modulus>
<ds:Exponent>AQAB</ds:Exponent>
</ds:RSAKeyValue>
</ds:KeyValue>
</ds:KeyInfo>
</ds:Signature>
</SOAP:Header>
<SOAP:Body/>
</SOAP:Envelope>