cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to access the following endpoint(s):

Former Member
0 Kudos

Hi All,
This is the error we are getting, when fusion team try to access the our sap function module WSDL url..

<messages><input><Invoke1_Zhelloworld_InputVariable><part name="parameters" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Zhelloworld xmlns="urn:sap-com:document:sap:soap:functions:mc-style">Ali</Zhelloworld></part></Invoke1_Zhelloworld_InputVariable></input><fault>

<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Unable to access the following endpoint(s):   http://<hostname>:1080/sap/bc/srt/rfc/sap/zhellowworld_serv/030/zhellowworld_serv/zhellowworld_bind<... name="detail"><detail>Unable to access the following endpoint(s):   http://<hostname>:1080/sap/bc/srt/rfc/sap/zhellowworld_serv/030/zhellowworld_serv/zhellowworld_bind<... name="code"><code>null</code></part></remoteFault></bpelFault></fault><faultType>

<message>0</message></faultType></messages>

Regards
Raza

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Raza,

After following Baskar's suggesion above...

Please check the following:

sap/bc/srt/rfc/sap/zhellowworld_serv/030/zhellowworld_serv/zhellowworld_bind

Check the system where this function module / web service is hosted:

- TCode SICF, traverse the service tree until you reach the node (above) for this specific service and check whether it's active.

The thread below could also be useful:

http://scn.sap.com/thread/3147684

Regards, Trevor

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If the web service is hosted on SAP system using function module, Please check using soapui using the wsdl and run the test. If you are able to reach then talk to basis team and see any network firewall issues between sender system and hosting web service sap system. This could be quick test. If you see any problem in soapui test then you need to check whether endpoint url is valid or not.