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 Service. These can be found in the bar on the left side of the screen, as shown below.

Image RemovedImage Added

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.

...