Questions tagged [envelope-schema]

6 questions
2
votes
0 answers

C# BouncyCastle CmsEnvelope key encryption algorithm RSA-OAEP (SHA256, MGF1SHA256)

I'm using BouncyCastle (BC) API for C#. After Hours going through this API hell i figured out how to sign/verify and encrypt/decrypt using CMS with BC. I have to encrypt the symmetric key for the CMSEnvelope with RSA-OAEP (SHA256 + MGF1 with…
2
votes
1 answer

Explanation of BizTalk envelope schemas and debatching

I'm currently self-studying BizTalk as part of a new role, and have picked up the core concepts of developing Orchestrations and configuring pipelines. Recently I've been trying to get my head around debatching resultsets containing multiple records…
mrc85
  • 73
  • 10
2
votes
2 answers

Debatching in xmlDisassembler using envelope schema, failing on empty message

I am debatching an incoming xml messages in BizTalk receive pipeline using an envelope schema. The debatching works well for any xml that contains the sub message I am trying to debatch but fails if the message does not contain any sub message. I…
David
  • 139
  • 1
  • 13
1
vote
0 answers

Manipulate soap request xml inside OnWriteStartBody(XmlDictionaryWriter writer)

I'm calling a soap web service that is very strict on the request from inside an asp.net core API. by overriding OnWriteStartBody,OnWriteBodyContents,OnWriteStartEnvelope methods in the System.ServiceModel.Channels.Message class. my XML …
1
vote
1 answer

Docusign SDK - Why document_id are ignored when creating a SignHere tag?

I use docusign-esign SDK for Python, version 3.3.0. Let's suppose that I have two differents documents in the same envelope, and the same Signatory have to sign them both. I declare following entities, which is a simplified version of my code…
Jidey
  • 359
  • 2
  • 6
  • 20
0
votes
1 answer

Writing an XML SOAP message in Java

I have the following method that accepts xml and I do some data feeding with the content. I am supposed to return a SOAP message as well, something along these lines:
A.J
  • 1,140
  • 5
  • 23
  • 58