Dear Experts,
I am trying to access my CRM system from an external website. I tried following ways:
I created a BSP application which does some abap processing. I accessed it by its URL in my BSP page.(through ajax call). URL has below syntax:
http:// : /sap/bc/bsp/sap/yy_facebook/ shoppingcart.htm?sap-client=012
I created an RFC web service and generated WSDL file. Its URI has following syntax. Later when I execute this in web browser, I could see the XML.
http://<server name>:<port number>/sap/bc/srt/wsdl/srvc_0025B3E1F7381ED39E864F7C6BE2C6FE/wsdl11/allinone/ws_policy/document?sap-client=012";
Both approaches are working fine with in my LAN. But if I execute them from a public network, they don't work. It seems the server is not accessible from outside n/w.
Please let me know is there any way to access above URLs from public n/w. Share your thoughts if there is any other way of accessing CRM system from outside world( lets say using sap netweaver gateway etc)
Appreciate your comments.
Regards,
Narendra