Problem in web service

Dear all,
In our office we maintain an apache webserver.We have some common 
functions in different languages , which we use frequenty for different 
projects.Now we want these common functions to be shared among different 
languages.So we have decided to deploy them as webservices in our apache 
server.for java we can use axis,for php we can use php api,for perl we 
can use SOAP:lite.So apache works as a commom repository of
 functions.Now our developer can call these functions via SOAP message 
without knowing the original language of the function.But problem is 
before calling the
 function, our developers want to know list of common functions 
available in our server which they can commonicate via SOAP.After 
getting the list they can choose their appropriate function from the 
list.I think UDDI is an universal technique,but we want to discover our 
internal service for our internal developer.How can we do that,that  is 
what technology we need to implement alogwith web service so that our 
developers can easily know the list of available services in our 
server?We want to take the benifit of interoperability of SOAP and 
webservice for our internal development.
 I think i make my question clear.Will you please suggest me.
 Regard
 Monsur

Received on Wednesday, 28 April 2004 03:37:49 UTC