-
Notifications
You must be signed in to change notification settings - Fork 1
bonita_connector_notes
Gabor Szarnyas edited this page Apr 4, 2015
·
1 revision
Source: http://www-inf.int-evry.fr/cours/WebServices/TP_Workflow/publish_news.html
Set the Content-Type
, application/soap+xml
-
Write the following code:
import javax.xml.transform.dom.DOMSource; def output = (DOMSource) responseDocumentBody def ret = [] def apps = output.getNode(). childNodes.item(0). childNodes.item(1). childNodes.item(0). childNodes for (int i = 0; i < apps.length; i++) { ret.add(apps.item(i).textContent) } return ret
Set the Return type to q
java.util.List
.
- Eclipse basics
- EMF (incl. advanced topics)
- VIATRA Query
- Sirius
- Xtext+Xtend
- M2M
- Eclipse basics
- EMF (incl. advanced topics)
- VIATRA Query
- Sirius
- Xtext
- M2M
(Gradually replaced with updated content)
- Eclipse basics
- EGit
- EMF (incl. advanced topics)
- VIATRA Query
- Sirius
- Xtext
- M2M (VIATRA)
- Eclipse basics
- EGit
- EMF (incl. advanced topics)
- VIATRA Query
- Sirius
- Xtext
- M2M (VIATRA)