Versions Compared

Key

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

...

Open your project and go the module which contains the web service. The module now has a Schema Set and a Soap SOAP Service. These can be found in the bar on the left side of the screen, as shown below.

...

The Schema Set defines which entities, attributes and relations are used by the web service (they map the XSD to the domain model). The Soap SOAP Service defines which entities are sent (the message parts from the WSDL). You use these elements to define what entities, attributes and relation in your domain correspond to concepts in the WSDL and XSD.

...

You can add validations on attributes. These are used when exposing Blueriq as a service, and are of no interest when calling another web service.

...

SOAP service editor

The Soap SOAP service editor lets you configure the messages that you want to send to your web service and how you store messages received from the web service. For each operation, the web service needs two singleton entities: a Request entity and a Response entity, which will be used to create the message. When you generate the domain model, you will find these along with the other entities of the domain. You can use the Soap SOAP service editor to create mappings for these, if you did not generate the domain model, see below:

...