Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Again, this is only needed if you have custom applications that connect to Projector using our Web Services. You can use the following test end points to confirm your application will work once we make the changes. A successful connection verifies the application has the right cipher suites

  1. Determine if your application uses our new Web Services, legacy Web Services, RESTful web services, or any combination of the three. 
    1. New Web Services - Getting Started with Web Services 2.0
    2. Legacy Web Services - Getting Started with Web Services
    3. RESTful Web Services - Report Web Services
  2. Change the endpoint for your application to the following test endpoints
    1. New Web Services End Point https://secureqa.projectorpsa.com/OpsProjectorWcfSvc/PwsProjectorServices.svc?wsdl
    2. Legacy Web Services End Point https://secureqa.projectorpsa.com/OpsProjectorWebSvc/OpsProjectorSvc.asmx?wsdl
    3. RESTful Web Services
      -edit your RESTful report URL and append ‘qa’ to ‘app’. For example, https://appqa.projectorpsa.com/report/code/[yourparams]
  3. Connect using the following APIs
    1. New Web Services: Execute pwsAuthenicate against the test end point
    2. Legacy Web Services: Execute GetWebServiceUrl against the test end point
    3. RESTful web services: Request a report
  4. Examine the response.
    1. If the connection is successful – the appropriate response object should be returned.
      1. PwsAuthenticate - returns a session ticket or new endpoint URL
      2. GetWebServiceUrl - returns an endpoint URL
      3. RESTful web services - ???
    2. If connection fails -  responses will vary based on the software stack your application uses, but a TLS handshake failure will look similar to this: “An existing connection was forcibly closed by the remote host”

If you encounter a handshake failure, please contact Projector Support and include the date, time, time zone, request XML, and response XML that you encountered testing the web service. You can contact Projector support desk at support@projectorpsa.com or 1-617-431-4111 x1.



  • No labels