Hi All,
1)I have created RFC enabled function module in R/3 back end
2)I want to use this Funtion module in webservice callacble object
3)I have created a callable object,but i am getting this error while testing
invocation failed: The host of endpoint URL "http://<host>:8001/sap/bc/soap/rfc" was not found. Check if the WS Client is configured correctly. Probably endpoint URL is not set or use of HTTP Proxy is required.; nested exception is:
java.net.UnknownHostException: proxy
Secondly i tried using external webservice and this is :
http://www.webservicex.net/WeatherForecast.asmx?WSDL
When i use this WSDL url, i am getting the error as : Could Not load WSDL URL:http://www.webservicex.net/WeatherForecast.asmx?WSDL :GenericServiceFactory initialization problem while calling WSDL model.
Can anybody guide me solving these two issue?
Any help will be highly apprecaited!!
Regards,
Ameya