|
Home > Archive > BizTalk Server Orchestration > July 2005 > creating a message using BPEL compat.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
creating a message using BPEL compat.
|
|
| Emmanuel Issaly 2005-07-01, 7:48 am |
| hi,
i got a schema, say exemple.xsd. i can't use the transform shape, since i
want bpel.
1. can i use a .NET class instanciation (reference) and still conform to bpel?
2. how can i create the message in the create message struct?
i tried
Message2 = new XMLDocument()
Message2.Field = myData
it still says "message not constructed"
should i load the schema exemple.xsd into the message before assigning
values? how?
thanks! 
| |
| Jan Eliasen 2005-07-01, 7:48 am |
| http://msdn.microsoft.com/library/d...g_orch_zopr.asp
Jan Eliasen
On Fri, 1 Jul 2005 02:19:01 -0700, Emmanuel Issaly
<EmmanuelIssaly@discussions.microsoft.com> wrote:
>hi,
>
>i got a schema, say exemple.xsd. i can't use the transform shape, since i
>want bpel.
>
>1. can i use a .NET class instanciation (reference) and still conform to bpel?
>
>2. how can i create the message in the create message struct?
>i tried
>Message2 = new XMLDocument()
>Message2.Field = myData
>it still says "message not constructed"
>
>should i load the schema exemple.xsd into the message before assigning
>values? how?
>
>thanks! 
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Emmanuel Issaly 2005-07-01, 7:48 am |
|
thanks, i guessed no for the first question ;)
and the second?
"Jan Eliasen" wrote:
> http://msdn.microsoft.com/library/d...g_orch_zopr.asp
>
> Jan Eliasen
>
> On Fri, 1 Jul 2005 02:19:01 -0700, Emmanuel Issaly
> <EmmanuelIssaly@discussions.microsoft.com> wrote:
>
>
> --
> Jan Eliasen, representing himself and not the company he works for.
>
| |
| Jan Eliasen 2005-07-01, 7:48 am |
| Hi
I don't know :-(
If I find time, I will look into it.
Jan Eliasen
On Fri, 1 Jul 2005 04:11:03 -0700, Emmanuel Issaly
<EmmanuelIssaly@discussions.microsoft.com> wrote:
[vbcol=seagreen]
>
>thanks, i guessed no for the first question ;)
>
>and the second?
>
>"Jan Eliasen" wrote:
>
--
Jan Eliasen, representing himself and not the company he works for.
|
|
|
|
|