Versions Compared

Key

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

...

UI Text Box
typenote

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

Anchor
ImportWSDL
ImportWSDL
1. Importing

Because a SOAP service is neatly defined within a WSDL, it is possible to import such a WSDL file in Blueriq. Close your project and go to File → Import → Import WSDL and provide the location of the WSDL file. If you have multiple files (for example: your WSDL is importing/including an XSD schema), provide a ZIP file with all files needed. Select the project for the import and you can choose whether to create a new module, or overwrite an existing one.

...

UI Text Box
typewarning
Make sure that the WSDL is supported. You can check that on the Web Services datasheet.

 

The option 'Generate Domain' will automatically generate a domain model for you, based on the XSD schema referred to from the WSDL. When this button is checked, entities, attributes and relations are created based on the type definitions of the XSD. When using an existing module, there may already be a domain model present, that uses identical names as in the XSD. When overwriting, conflicting elements are not created. Obviously, these problems do not occur if you use a new module.

...