An open API service indexing awesome lists of open source software.

https://github.com/janforman/wso2ei-dbs-rcs

WSO2 Dataservice XML configs backup
https://github.com/janforman/wso2ei-dbs-rcs

dataservices microintegrator middleware wso2 xml

Last synced: 5 months ago
JSON representation

WSO2 Dataservice XML configs backup

Awesome Lists containing this project

README

          

# WSO2 MicroIntegrator DBS files

curl example


#!/bin/sh

AUTH=api:heslo

# remove / insert / geometry
curl -u $AUTH http://IP:8290/services/postOBJEKTY/remove
curl -u $AUTH http://IP:8290/services/getOBJEKTY/get | curl -u $AUTH -H "Content-Type: application/xml" -X POST http://IP:8290/services/postOBJEKTY/post -d @-
curl -u $AUTH http://IP:8290/services/postOBJEKTY/updatexy
curl -u $AUTH http://IP:8290/services/postOBJEKTY/url