Versions Compared

Key

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

...

To start the soap-service use soap-service/start-soap-service.bat

 

Info
titlePort

You can set the port the service is running on in the included application.properties. When this port is changed also the connections in the application.properties of the runtime have to be changed.

Runtime

To be able to run these projects the following configurations have to be made:

...

Now the project can be started.

Optional Port Change

In case there is a need to change the port number the following needs to be done:

  • Change the value of property server.port in the application.properties file you just downloaded to the desired port number.
  • When this port is changed also the connections of the runtime in the application.properties file you just downloaded have to be changed.
  • Additionally as we are dealing with a WSDL the contract also has to be altered. So the soap service location has to be overruled with the correct URL and port number (search for <soap:address location="..."/>). This location is created when importing the WSDL into Blueriq. To change the WSDL there are two options:
    • Either import a new WSDL with the port number changed beforehand
    • or provide the actual location as a URL parameter for each AQ_SoapServiceClient call. This is a change to all occurrences of AQ_SoapServiceClient calls in your model.

 

Panel
Section
Column

Next: 2. Document attachments

...