cancel
Showing results for 
Search instead for 
Did you mean: 

Plain HTTP adapter fort HTTPs

Former Member
0 Kudos

Hi guys,

I use receiver plain HTTP adapter for sending SOAP request. Followinf parameters have tu be entred:

Addressing Type: URL Address

Target Host: <host>

Service Number: <port>

Path Prefix: <path>

Then final address is generated:

http://<host>:<port>/<path>;

It's working fine if I use http protocol.

Now I need to send SOAP request to address https://<host>/<path>. I don't know number of port where SSL communication's running.

Is it possible to enforce using of https protocol instead of http? Is it possible to enter empty port number? Or do you have any other idea how to pass around this problem?

Thank you in advance for every advice!

Regards

Zbynek

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

>>Is it possible to enforce using of https protocol instead of http?

Instead of using URL Addressing option, you need to start using HTTP Destination option. An RFC destination type G should then be created where the similar details of hostname and path should be provided.

>Is it possible to enter empty port number?

Yes it could be empty, but you need to confirm it from the receiver party that would they be able to receive https request or not if no port is provided. This would depend upon the type of implementation they have at their end.

Regards,

Prateek

Former Member
0 Kudos

Thank you! Using of HTTP Destination seems to be good way. However I decided to use SOAP adapter instead of Plain HTTP Adapter.

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

tcode smicm -> (Menu) goto -> services

you will find the ports there