-2

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
santhosh
  • 484
  • 3
  • 10

1 Answers1

0

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

spy
  • 3,199
  • 1
  • 18
  • 26