#webservice

Conflict between SOAP connector and document-templating connector

Hello everyone!

I've been using the SOAP connector and word connector individually without any issues, however whenever I add both connectors in the same pool/diagram the SOAP connector stops working and throws this error:

SOAP connector response on a select widget

I'm having some trouble using the data I got from a SOAP connector in a "Select" type widget in the UI Designer.
With the following script:

import groovy.xml.XmlUtil def xml = responseDocumentBody.getElementsByTagName("IT_BARNIZ_INT").findAll() String barnizInterior = xml.toString() return barnizInterior;

I get this string:

SOAP-WS-Connector ServiceTask dependency problem

Hoyya,

my Bonita process is the following:
- starts from a Java-BE instantiation,
- manipulates BDM data on the form,
- then validates on frontend through a REST-API-Extensions endpoint. (Response error handled: printed out)
If no error in the response:
- both the response and the form data are stored in the BDM.
- When a ServiceTask sends back this data to the starter system through SOAP-WS-connector, it drops me this Exception:

Chatbot UI for Bonita

(Bonita newbie question)

Hi

I was thinking about using chatbot technologies to interact with Bonita, either from bonita to the user (ex. asking a question and waiting for a yes or no answer to proceed to the next activity) or from the user to bonita (ex. starting a process or another, choosing an answer or sending a document).

Do you think Bonita could handle this ? If so, what API would you use ? With which limitations ?

Thanks for your answer,
Nicolas

Getting Data from SOAP webservice in a human task.

Hello,

I have created a web form associated with a human task in bonita 7.2 workflow. This form is suppose to be taking all it's data from an existing soap webservice. How am I suppose to do that? Also, I think that my SOAP connector is 1.1 as opposed to the one provided by Bonita (1.2).

Thank you!!

Notifications