On Fri, Sep 2, 2011 at 5:09 AM, dark.rider85 <dark.ride...@yahoo.de> wrote:
> Hi!
> I was trying to search for a possibility to call a web service out of SCXML.
> I assumed the send command would be the action to use for this intention but
> I was not able to understand how it should work. In the W3C Working Draft
> there is a description of the Send command. A valid type also can be a HTTP
> URL using for Web Services. But how do I call a web service using the send
> command? Is it possible? Or is there any example code which I can consult?
>
<snip/>

Provide an EventDispatcher [1] implementation that calls the web
service keying off the appropriate type on the <send>. Bit more on
that here [2].

-Rahul

[1] 
http://commons.apache.org/scxml/apidocs/org/apache/commons/scxml/EventDispatcher.html
[2] http://commons.apache.org/scxml/guide/core-engine.html


> Thanks in advance for any help!
>
> Best regards
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to