Uploaded image for project: 'Wise'
  1. Wise
  2. WISE-47

symbolic name problem for downloaded wsdls

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 0.9
    • None
    • core
    • None

      WSDynamicClient use symbolicName to generate output and source dir for generated classes.
      This symbolic name is generated by hashcoding wsdl url. The problem is that wsdl protected by user name and password need to be downloaded on local disk and we are storing these file as Wise0.xml, Wise1.xml....WiseN.xml. Of course the url of the wsld will become file://<tmpDir>/Wise0.xml and so on.
      We will have problems in 2 consecutive runs of wise: a first time with a wsdl download as Wise0.xml and it will generate a dir with a certain hashcode; the second run will download another wsdl as Wise0.xml (overwriting the previous file), but the hashcode will be the same and directory will not be regenerated (it's depend by a parameter set up by users).
      We need to clean directories when xml files are over writed.

            smaestri@redhat.com Stefano Maestri
            smaestri@redhat.com Stefano Maestri
            Archiver:
            rhn-support-adandapa Aitik Dandapat

              Created:
              Updated:
              Resolved:
              Archived: