Versions Compared

Key

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

...

Key

Default

Description

Optional

Version

WSDL_PATH

 

Absolute path for the WSDL file for the engine. Mandatory.

No

 
AUTHENTICATE.ENABLEDfalseIf a boolean true value (e.g., 'y', 'true' etc) a header will be created in the SoapRequest containing password and usernameYes2.1, 1.1.1
AUTHENTICATE.USERNAME-The username provided by logistics partner. Used in soap request header.Mandatory if ENABLED is true

2.1,

1.1.1

AUTHENTICATE.PASSWORD-The password provided by logistics partner. Used in soap request header.Mandatory if ENABLED is true

2.1,

1.1.1

QUALIFIED_NAME.SERVICE The parameter tree for specifying qualified name of service. If either of URI/LOCAL_PART child is specified, the other is mandatoryYes 
URI Specify uri part of qualified name of the logistics serviceSee description

2.1,

1.1.1

LOCAL_PART Specify uri local part of qualified name of the logistics serviceSee description

2.1,

1.1.1

QUALIFIED_NAME.PORT The parameter tree for specifying qualified name of the port. If either of URI/LOCAL_PART child is specified, the other is mandatoryYes 
URI Specify uri part of qualified name of the logistics service portSee description

2.1,

1.1.1

LOCAL_PART Specify local part of qualified name of the logistics service portSee description

2.1,

1.1.1

Note
titleAuthenticate & QualifiedName Configuration

The values that are possible to configure under these nodes are <not> business related logic.

The AUTHENTICATE values enables providing a security header in the soap requests, which may or may not be required depending on the logistics partner setup.

The QUALIFIED_NAME values enables further configuration of the third-party service- and port names and locations, used in the generated stubs. Under normal circumstances it is enough to configure the endpoint (wsdl location) in the WSDL_PATH. Consult with Integration Department before changing or adding these values.

...