Andre,
The send service will actually look into your TN profiles (for sender/reveiver) and place the digital signatures into your ediint message before sending it.
When you use the wm.EDIINT:send service it will expect the following inputs:
Type: Signed (webMethods will look for the relevant keys in the TN Profile and build the digital signature for the message)
Delivery Method: PrimaryHTTPS (webMethods will take the URL from the PrimaryHTTPS protocol for the receiving partner profile).
Data: content-type: application/edi & Stream: EDI
requestMDN: (Your MDN option)
requestSignedReceipt: (Your option for a signed MDN)
SenderID: TN Profile ID and type
Receiver ID: TN Profile ID and type
Conversation ID: Optional ID
The wm.EDIINT:send service will look into the profiles, extract public keys from your TN and place the digital signature INTO your message. Your partner’s system should now be able to receive that message (with the digital signature), extract the signature and verify the sender with your stored public key. If the partner is not storing your public key, he will be unable to verify the signature.
I hope this helps.
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards