I am trying to create a Java Web Service where client will send some xml using SOAP . I could create a wsdl from eclipse and deploy the same on the cloud tomcat server . That WSDL on cloud server is also working as I tested from SoapUI software ReadyAPI .
Now I have to create UDDI registry for the wsdl of my webservice on cloud . Say my cloud wsdl is as below :
http://99.999.999.99:8080/CalculatorWS/services/TestXML?wsdl
Can someone please let me know the steps I have to follow to create an UDDI registry for this .