How to use a webservice for a external site [message #4131] |
Wed, 09 April 2014 09:03 |
crojas
Messages: 6 Registered: January 2014
|
Junior Member |
|
|
hello again!,
I have an external site and want to use this framework to know the status of my processes.
I researched and I think I can use the webservice(SOAP) for this.
I created a workflow with this framework and validated.
The problem is that through my webservice returns parameters to workflow_engine.class.inc file, but I can not use the object
$ dbcase or $ this-> getData_raw ($ where)
How to use a webservice to create a case and track with this framework.
please this is what I really want to do.
Any tutorial or if you could please explain how to do it.
Thank you very much!
|
|
|
Re: How to use a webservice for a external site [message #4132 is a reply to message #4131] |
Thu, 10 April 2014 05:13 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
My workflow engine is designed to be used with an application developed using Radicore as it requires access to both the WORKFLOW database and the MENU database. Each transition in a workflow equates to a transaction in the MENU database. The contents of each transaction is irrelevant to the workflow system - it can do things with a local database, or it can use web services.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|