I have a problem, creating enumerating values.
I receive an xml message to my orchestration, and want to build an
answer xml schema to return.
The return schema(Named SForbrug) has an enumeration YesNo i assign to
my received field, which only accepts the YesNo enum.
How do i assign the value to my message containing the SForbrug schema.
I cannot reference the enumeration list from the schema.
I have tried several things, among this:
Msg_SForbrug.Received = "Yes";
and
Msg_SForbrug.Received = 0;
but all give me errors.
Kind Regards
G.
>I have tried several things, among this:
>Msg_SForbrug.Received = "Yes";
>and
>Msg_SForbrug.Received = 0;
>but all give me errors.
Have you tried Msg_SForbrug.Received = true
or Msg_SForbrug.Received = false
?
If you can't get it to work, send me your schema by email - I can take
a look at it.
--
eliasen, representing himself and not the company he works for.
private email: j...@eliasen.dk