Search code examples
javaweb-servicesuddi

Where does UDDI used to get queried by client about wsdl in the CODE


I am new to web services and I am learning that a requestor will query the UDDI for wsdl location. My question is: where can the UDDI be used to get wsdl document located upon the requestor query in our CODE not theoretically


Solution

  • That's how jaxws works. Try using apache juddi client lib, that works around this issue by including the wsdl in the jar and specifying a class path location of the wsdl