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
- Host: GitHub
- URL: https://github.com/janforman/wso2ei-dbs-rcs
- Owner: janforman
- Created: 2019-06-17T12:17:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-26T11:49:11.000Z (10 months ago)
- Last Synced: 2025-10-06T12:44:59.329Z (9 months ago)
- Topics: dataservices, microintegrator, middleware, wso2, xml
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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