Versions Compared

Key

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

...

Defining and operation to invoke the query

Follow the steps given belowYou need to define an operation, to expose data as a SOAP service.

  1. Click Add New Operation to open the Add New Operation screen. 
  2. In the Operation Name field, enter GetResource.
  3. In the Query ID field, select WebQuery.
  4. Save the operation.

Finish creating the data service

Once you have defined the operation, In this tutorial, we are only defining a SOAP service to expose the data. Therefore, you can click Finish to complete the data service creation process, after defining the operation. You will now be taken to the  Deployed Services screen, which shows all the data services deployed on the server.

Info

If you click Next after defining the operation, you will be taken to the Add Resources screen, which allows you to expose the data as a REST resource. If you want to create a REST resource, see Exposing Data as a REST Resource for information.

...

Invoking your data service

...