Thanks Stephan,
I'll give it a try.
I'll have to experiment a bit as I haven't used this Context Only property or filtered on it before. But this looks like a great solution.
Many Thanks
Rod
I have a message that I am validating child records in my orchestration.
I have extracted the child message from the envelope in a loop and validate the values within.
If the values fail validation I want to remove that node from the envelope document.
I still have a reference to the envelope...
Hi All,
I was wondering if it is possible to execute an Orchestration from an ASP.NET page.
I have guessed that you would probably need to make it a Web Service but the wizard does not let you create web service unless there is a public receive port.
The only problem is that there is not...
Hi All,
I am working on a project which has several interfaces between BT and SAP XI.
I wont to create one message that contains all other messages so that we only need to use one web service.
The structure would look something like
<Common_Message>
<Process_Order>
<Field1/>
<Field2/>...
Not sure but probably worth looking into strong named assembly key.
-Right Click Project
-Properties
-Common Properties
-Assembly
-Assembly Key File
Ensure there is a snk file in that configuration box.
If there is not you will need to find or generate one.
To generate one, use the VS.NET...
When creating a disassembler we set the envelope and document schemas. With the document schema being multiples or Unbounded.
If I create a schema for "People" like so:
=====================================================
<?xml version="1.0" encoding="utf-16"?>
<xs:schema...
Hi All,
I have had a disassembler working fine or some time.
Now when I go to compile it there is an compile error.
*** ERROR ***
C:\Documents and Settings\mcler91\My Documents\Visual Studio Projects\BHP.E2E\BHPB.E2E.Pipelines\Common_StartItemSplitter.btp Component 'XML disassembler' could not...
Stephan,
I have answered that myself now.
I had to include the elements that I wished to assign variables to.
I have this working now and have very much appreciated your assistance.
It seems a little convoluted to have to create a xml doc with the message structure to assign to hte message in...
Thanks heaps for that Stephan,
Does the instantiated XmlDocument, myTempXml,have to contain the same schema as myErrorNotice.
Or can I just include the root node like you have above.
Thanks again for your assistance.
Rod
I am not sure what I am doing wrong.
I have four variables that are passed to an orchestration.
I have a message within that orchestration called ErrorNotice.
I want to assign the four variable parameters to the corresponding fields in the error notice message.
The message fields are promoted...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.