The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
SOAP and Web Services - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: SOAP and Web Services (/showthread.php?tid=1918)



SOAP and Web Services - cappsie - Feb 28th, 2012

Hi

From what I've read and been able to find, I've noted that you don't have any kind of web service integration.

Are there any plans to build this?

Thanks
Adam


RE: SOAP and Web Services - Ben - Mar 2nd, 2012

Hi Adam,

Thanks for the post! Awesome question.

Answer (a slippery one): yes and no. Ultimately, probably this year sometime, I'll be working on a REST (not SOAP) implementation of a "Shared Resources" service + module to allow a far more advanced way to shared Form Tools information: data, form configurations, Option Lists, Form Builder templates and styles, documentation and more.

Were you thinking about some sort of a web service for the form processing itself? I thought about doing that a while ago, but figured the people that would need it would be very small. Let me know exactly what you're thinking - I'm very curious to hear what you have in mind.

- Ben


RE: SOAP and Web Services - cappsie - Mar 2nd, 2012

Hi Ben

Thanks for the reply. I work for a healthcare provider and am building forms to replace paper in an attempt to save the organisation money.

I have a patient administration system (PAS) and a SQL server - I also have access to the PAS's web services.

My plan is to build a form which can interact with the PAS and retrieve patient demographics via its web service, pulling the results into the form and populating its fields. From here I'd save that data to a SQL server. I have to call the web service a few times per each individual form. I may well need to access the SQL server too. Can this all be done in a single form?

I guess once you need to develop the web service. Smile

Thanks
Adam