The WCF deployment shares the same steps as the deployment of the AWT and JMS up to a point. Follow the following steps in the AWT section, and return here once finished.

  1. Extracting
  2. IIS Setup

Web Config file

Once you have deployed WCF into the folder and on IIS, the only step left is to change the connection file in order to connect it to the database you want.

There will be a file called “Web.config” in the WCF folder.

  1. Right click on the web config file
  2. Click on Edit

valueSQL Server
uid – Username
pwd – Password
database – Database

  1. Connection string to JMS database
  2. Connection string to AMS database
  3. Connection string to JMS database
  4. Connection string to JMS database
  5. Connection string to AMS database

There are 5 connection string in total.

Once completed, save and close the file.

The WCF configuration is done.

To test it, open a web browser windows and enter the URL to it. In this case it will be http://DOMAIN/wcf/SvcInspSubmit.svc. The submit service is used by JMS.

  1. Path to the WCF service

You will later need this path for the JMS configuration.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
For customer support, please contact us here.

Post Comment