Skip to content

janforman/wso2ei-dbs-rcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published