Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrate text box

...

Blueriq supports the WSDL 1.1 standard. It consists of service, binding, portType, message and type definitions. There are additional restrictions on the WSDL files:

WhatBaas
Soap
SOAPBaas
Rest
RESTWebservice Client
Soap
(SOAP)Webservice Client
Rest
(REST)
Soap
SOAP Service ClientNotes
Containment of a WSDL file

1 service

1 binding

1 portType

1 service

1 binding

1 portType

1 service

1 binding

1 portType

1 service

1 binding

1 portType

1 service

1 binding

1 portType

If you need more of these elements, create a separate WSDL files and import them separately.

ui-text-box

type
Info

When sending a message to a deleted service / binding/ portType, the behavior you see is that at runtime the message is not translated to data in your profile.

Communication styleDocument/literalDocument/literalDocument/literalDocument/literalDocument/literal
Elements and data types

Only the namespace 

XMLSchema is supported*

Only the namespace 

XMLSchema  is supported*

Only the namespace

 XMLSchema  is supported*

Only the namespace 

XMLSchema  is supported*

Only the namespace 

XMLSchema  is supported*


WSDL:Fault messagesNot supported, they are ignoredNot supported, they are ignoredNot supported, they are ignoredNot supported, they are ignoredSupported, soap fault and message can be mapped to the profile
Chameleon SchemasNot supported (link)Not supportedNot supportedNot supportedNot supported
SimpleType Restrictions Only the baseType is usedOnly the baseType is usedOnly the baseType is usedOnly the baseType is usedOnly the baseType is usedRestrictions on the domain are ignored (For example: <xs:maxInclusive value=“100”/> for a simpleType with base integer.)
Multiple filesyou have to zip themyou have to zip themyou have to zip themyou have to zip themyou have to zip them
Folders in zip filesNo folders are allowed in ZIP files, they need to be 'flat'No folders are allowed in ZIP files, they need to be 'flat'No folders are allowed in ZIP files, they need to be 'flat'No folders are allowed in ZIP files, they need to be 'flat'No folders are allowed in ZIP files, they need to be 'flat'
Webservice locationThe webservice has to be in the entry point module, or a mapping has to be made between the entrypoint module and the webservice moduleThe webservice has to be in the entry point module, or a mapping has to be made between the entrypoint module and the webservice module



WSI BP 1.2 compliantThe WSDL should be WSI BP 1.2 compliant (Link)The WSDL should be WSI BP 1.2 compliant



Communication
XML and JSON communication is supported  *
XML and JSON communication is supported *

WhatBaas
Soap
SOAPBaas
Rest
REST

Webservice Client

Soap

(SOAP)

Webservice Client

Rest

(REST)

Soap
SOAP Service ClientNotes
Empty fields in a message  (example: <Number></Number>) 

Are parsed as unknown when mapped to attributes. The exception are string fields. Those are parsed as empty string (””).

Are parsed as instances when mapped to relations.

Are parsed as unknown when mapped to attributes. The exception are string fields. Those are parsed as empty string (””).

Are parsed as instances when mapped to relations.

Are parsed as unknown when mapped to attributes. The exception are string fields. Those are parsed as empty string (””).

Are parsed as instances when mapped to relations.

Are parsed as unknown when mapped to attributes. The exception are string fields. Those are parsed as empty string (””).

Are parsed as instances when mapped to relations.

Are parsed as unknown when mapped to attributes. The exception are string fields. Those are parsed as empty string (””).

Are parsed as instances when mapped to relations.


Substitution Groups Not supportedNot supportedNot supportedNot supportedNot supported
WS-AddressingIgnored out-of-the-box (Link)Ignored out-of-the-boxIgnored out-of-the-boxIgnored out-of-the-boxIgnored out-of-the-boxYou can use the ISoapMessageHandler interface to use this protocol (see How to modify a SOAP request before being sent)
WS-SecurityPolicyIgnored (Link)IgnoredIgnoredIgnored

WS-Security support by using

standard spring security


WS-TrustIgnored (Link)IgnoredIgnoredIgnored

WS-SecureconversationIgnored (Link)IgnoredIgnoredIgnoredIgnored
WS-ReliableMessagingIgnored (Link)IgnoredIgnoredIgnoredIgnored
Document attachementsNot supportedNot supportedNot supportedNot supportedDocument attachments can be send using MTOM


*  Blueriq supports XML version 1.0, not 1.1. As the versions are very similiar similar to each other, importing 1.1 should work as long you do not use the unique features of 1.1. Blueriq does however not support 1.1, and any issues have to be resolved by yourself.

...

  • The message has to be contained in either curly braces ( { key : value } for standard JSON messages) or brackets ( [ value ] for messages that start with an unnamed array). Information on how to define REST message bodies through domain schemas can be found here: Domain schema editor
  • An array cannot contain mixed content
    For example this response that mixes an attribute with an object is not supported:

    Code Block
    {
    	[
       		3,
        	{}
    	]
    }