Support
2011-04-20T16:08:08Z
Our gateway now has built-in support for XMBRACE OPTI-TIME

The Web Service URL is:
https://www.intellisoftware.co.uk/xmbis/integrationws.asmx 

You will need to reconfigure the Queues.xml (of the WebAFC application) to point to our service as follows:

<Queues>
<Queue>

   ......

  <Servers>
  <Server>
    <Hostname>www.intellisoftware.co.uk</Hostname> 
    <ApplicationName>xmbis</ApplicationName> 
    <Ssl>true</Ssl> 
    <UserName>Your Username</UserName> 
    <Password>Your Password</Password> 
    <ServerType>Primary</ServerType> 
  </Server>
  <Server>
    <Hostname>www.intellisoftware2.co.uk</Hostname> 
    <ApplicationName>xmbis</ApplicationName> 
    <Ssl>true</Ssl> 
    <UserName>Your Username</UserName> 
    <Password>Your Password</Password> 
    <ServerType>Secondary</ServerType> 
    </Server>
  </Servers>

  ......

  </Queue>
  </Queues>