Hello,
So I've generated the SOAP wsdl url for DEV and QA server, and they are both accessible when I opened the url on chrome / internet explorer browser,
but somehow not for my PRD server. The url does get generated, but it is not accessible no matter where I opened it (chrome, IE, or when I tried to create a new SOAP project in SOAPUI apps).
the DEV / QA url:
http://gwdev.company.local:port/sap/bc/srt/wsdl/flv_10002A111AD1/bndg_url/sap/bc/srt/rfc/sap/zws_ast_intgr/110/zws_ast_intgr/zws_ast_intgr?sap-client=110
,but somehow the PRD url does not begin with gwdev, but gwdb instead:
http://gwdb.company.local:port/sap/bc/srt/wsdl/flv_10002A111AD1/bndg_url/sap/bc/srt/rfc/sap/zws_ast_intgr/888/zws_ast_intgr/zws_ast_intgr?sap-client=888
the error when I opened the PRD url in Chrome:

the error when I tried to create SOAP project based on the PRD url:
rror loading [http://gwdb.company.local:port/sap/bc/srt/wsdl/flv_10002A111AD1/srvc_url/sap/bc/srt/rfc/sap/zws_ast_intgr/888/zws_ast_intgr/zws_ast_intgr?sap-client=888]: java.lang.Exception: Failed to load url; http://gwdb.company.local:port/sap/bc/srt/wsdl/flv_10002A111AD1/srvc_url/sap/bc/srt/rfc/sap/zws_ast_intgr/888/zws_ast_intgr/zws_ast_intgr?sap-client=888, 0
I assume the problem is that the port is not accessible because of security settings, but I want to make sure of it first whether the problem is solvable from ABAP or BASIS side since I am not able to discuss it currently with my basis colleague.
Any clue to why the url is not accessible and how to solve it?
*the service definition works fine when I tried it.