Invoke IS service using https port error

Hi,

Https port on my Integration Server is enabled. But im not able to invoke a service through IE using this port.

Could some one suggest what needs to be done?

Thanks,
Dedeepya.

Are you passing valid credentials…? Also, check the ACLs for the service you are posting to and make sure that the service is added to the allowed list for the port.

dedeepya,

What kind of error are you getting in IE?
403,500 or actually some ServiceException?

How is the https port set up?
Client authentification as ‘user/passwd’ , ‘request client certificates’ or ‘require client certificates’?
Before you even get to the actual service with your request, the https connection has to established.
As a first step I would use login/passwd and set the Execute ACL for the service to anonymous.

//Matej