Versions Compared

Key

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

...

Table of Contents
maxLevel2
minLevel2

UI Text Box
typenote

Not everything in the WSDL standard is supported. See our Web Services datasheet for the restrictions on the standard.

...

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 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.

UI Text Box
typenote

If the domain model was generated in a new module, you can skip this step and go directly to Creating a Service Call.

Schema set editor

Open the Schema set and unfold the schema. You can choose which entity is mapped to this type in the XSD schema, as can be seen below. In this case, the anonymous complex type of the element “add” in the XSD schema is mapped to the entity “add” in the domain model (the red box). It is good to realize that in general entities that are based on elements in a XSD schema are not singleton.

...

A common error is that an empty message is sent to the server. The reason for this is that the domain model for the web service is not correctly initiated. If the web service returns an error message, Blueriq runtime will show this error.

UI Text Box
typenote

Usually you want to use a separate module for your web service. Read more about this in 7. Modules and Data Mapping

...