Hi experts,
I recently upgraded our ERP system to EHP8. As we want to use both, http and https services I tried to setup webservices using transaction SOAMANAGER, but it fails with HTTP Error 503 (Service not available). If I deactivate HTTP in SICM, it is working but it calls another URL (using https).
I already setup the following parameters:
icm/server_port_2 PROT=HTTPS,PORT=8443,TIMEOUT=3600,PROCTIMEOUT=600
icm/server_port_1 PROT=SMTP,PORT=587,TIMEOUT=120,PROCTIMEOUT=120,TLS=1
icm/server_port_0 PROT=HTTP,PORT=8000,TIMEOUT=3600,PROCTIMEOUT=600
Following URL is called when http is active (=ERROR 503):
http://myhostname.mydomain:8000/sap/bc/webdynpro/sap/appl_soap_management?sap-client=100&sap-language=DE
Following URL is called when http is NOT active(=WOKRING):
https://myhostname.mydomain:8443/sap/bc/webdynpro/sap/appl_soap_management?sap-client=100&sap-language=DE
I guess it is something general, but I am quite new to SAP, so I cant figure it out. Has anyone ideas what the problem could be, why HTTP is not available?
Any help appreciated!
Best regards, David