cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Connection Issue

former_member869
Participant
0 Likes
396

hello experts,

My scenario for salesforce integration to SAP system is SOAP-RFC and PI 7.11 will provide the WSDL to salesforce.

Is it possible to check the outbound connectivity ie(salesforce -PI)? or should i reverse the scenario RFC-SOAP,but no data  has been tested

from salesforce to SAP.

Outbound port is opened but Inbound is closed.. will it be possible to check for sample data flow from PI to salesforce?

Thanks,

Rama.

View Entire Topic
Former Member
0 Likes

Hi Ram,

As per your requirement which I understand you want to test the scenario end to end.

You can do that even if you dont have the actual test data.

  • You can use WSNavigator or SOAP UI to test the scenario.
  • Take the wsdl file,import it in SOAP UI and if you are using WSnavigator,publish the wsdl and go to service registry and test the scenario.
  • Or you can send any sample message from RWB and check the message in moni.

I hope it will help you.

Regards,

Abhi

former_member869
Participant
0 Likes

hi experts,

i have tried testing in SOAP UI tool,but getting an error Connection refused for the login method of enterprise wsdl of salesforce..

can u pls suggest some other option

Thanks,

Rama

anupam_ghosh2
Active Contributor
0 Likes

Hi Rama,

                      There is an old blog of mine on the SAP -SFDC integration

Check if this resolves the issue.

Regards

Anupam

Former Member
0 Likes

You can use WSNavigator.Just go to the service registry.Publish your WSDL file.Import it in service registry and do the testing.

I hope it will help you