Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Publishing services to X-Road requires completing the steps below on the Security Server.

...

  1. Add a WSDL that describes the service(s) to be added.

...

  1. Enable a WSDL.

...

  1. Grant access rights to a service.
  2. Make a test request.

    Code Block
    languagebash
    $ 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.

...