...
Publishing services to X-Road requires completing the steps below on the Security Server.
...
...
- Enable a WSDL.
...
- Grant access rights to a service.
Make a test request.
Code Block language bash $ curl -X POST -H 'Content-Type: text/xml' -i 'http://{SECURITYSERVER}/' --data "@request.xml"
Info |
---|
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. |
...