05-21-04 10:52 AM
I need that the execution of my business process wait for some milleseconds,
so if I use the delay shape i need to declare something like this:
new System.TimeSpan(0,0,0,0,x)
0 days
0 hours
0 minutes
0 seconds
x milliseconds
Now if I have understood well your suggestion i need to convert the content
of System.TimeSpan(0,0,0,0,x) into a string "0,0,0,0,x" that I should give
as input into
System.Xml.XmlConvert.ToTimeSpan("0,0,0,0,x").
I have made this trial and in compilation (after has set that the
orchestration will be BPEL compliant and exportable) I have received an
error message because
this is an explicit reference to a particular class of .Net and this is not
allowed into BPEL4WS
Thanks,
Aniello.
"Scott Colestock" <scolestock@nospam_usa.net> ha scritto nel messaggio
news:#KJkH8oPEHA.1036@TK2MSFTNGP09.phx.gbl...
> Did you actually try this? When I use
> System.Xml.XmlConvert.ToDateTime(sometime), my BPEL generates just fine &
> looks like:
>
> <bpel:wait until=""2004-04-15"" />
>
> Scott Colestock
>
>
> "Aniello" <aniello> wrote in message
> news:OxTyQcoPEHA.2580@TK2MSFTNGP09.phx.gbl...
> particular
> using
> conversion
after[vbcol=seagreen]
> shape
compile[vbcol=seagreen]
delay[vbcol=seagreen]
it?[vbcol=seagreen]
> BizTalk
>
>
[ Post a follow-up to this message ]
|