How to Publish Services to X-Road?
How to publish services to X-Road?
Step-by-step Guide
Publishing services to X-Road requires completing the steps below on the Security Server.
- Add a WSDL that describes the service(s) to be added.
- Enable a WSDL.
- Grant access rights to a service.
Make a test request.
$ curl -X POST -H 'Content-Type: text/xml' -i 'http://{SECURITYSERVER}/' --data "@request.xml"
Instructions how to publish services to X-Road are available at https://github.com/nordic-institute/X-Road/blob/develop/doc/Manuals/ug-ss_x-road_6_security_server_user_guide.md#6-x-road-services.
Related articles