...
- Determine if your application uses our new Web Services, legacy Web Services, RESTful web services, or any combination of the three.
- New Web Services - Getting Started with Web Services 2.0
- Legacy Web Services - Getting Started with Web Services
- RESTful Web Services - Report Web Services
- Change the endpoint for your application to the following test endpoints
- New Web Services End Point https://secureqa.projectorpsa.com/OpsProjectorWcfSvc/PwsProjectorServices.svc?wsdl
- Legacy Web Services End Point https://secureqa.projectorpsa.com/OpsProjectorWebSvc/OpsProjectorSvc.asmx?wsdl
- RESTful Web Services
-edit your RESTful report URL and append ‘qa’ to ‘app’. For example, https://appqa.projectorpsa.com/report/code/[yourparams]
- Connect using the following APIs
- New Web Services: Execute pwsAuthenicate against the test end point
- Legacy Web Services: Execute GetWebServiceUrl against the test end point
- RESTful web services: Request a report
- Examine the response.
- If the connection is successful – the appropriate response object should be returned.
- PwsAuthenticate - returns a session ticket or new endpoint URL
- GetWebServiceUrl - returns an endpoint URL
- RESTful web services - ???
- 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 the connection is successful – the appropriate response object should be returned.
...