cancel
Showing results for 
Search instead for 
Did you mean: 

Call HTTPS servlet Using PI and process response ServletOutputStream

former_member854360
Active Contributor
0 Kudos

Hi Experts,

How we can make a Call to a HTTPS servlet Using PI and process the response from servlet as ServletOutputStream ?

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

> and process the response from servlet as ServletOutputStream ?

This is a question to a specific Java class.

This makes only sence, if you ask for a specific java implementation.

What is your scenario?

baskar_gopalakrishnan2
Active Contributor
0 Kudos

I think you can use HTTP adaper which supports BE(synchronous) to implement this. Refer this link. Using the URL address or Http desination handle the certificate to login using certificate credentials. Basically you post request to a webserver which host servlet to handle your request and sending response. Basically you need URL and certificate for authenticating the server.

Another option could be using java client proxy.