Hi,
I am trying to import the WSDL uri (
http://api.google.com/GoogleSearch.wsdl) from
jsp page. I have one text box where user can paste the above url and press the import button. I am getting the url in my form bean but it is not parsing the wsdl file. I need to parse the wsdl using its uri,
I can parse the wsdl when it is on my local machine. if someone can point me the link/doc it would be great help.