I'm trying to make a callable object which call a web services in XI.
In my understanding, XI only provides WSDL as a Local file via Integration Repository.( doesn't have a URL for wsdl)
I refenced this blog
<a href="/people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi : How To publish WSDL generated from XI to UDDI</a>
, tried to provide WSDL via http by using Http provider.
It looks to me working.I can get WSDL file by browser.
I made a Logical port for this WSDL URL. but it doesn't work.
i tried to make a callable object, I selected this LP and push the search button. but I got no interface found error.
it seems to me that Logical Port cannot get proper WSDL file.
Anyone can tell wrong point, please help me.
and also I really appreciate some other solution.
Did anyone have experience of making a callable object which connect to XI?