Re: [Soaplab2-dev] broken WSDL links
Brought to you by:
marsenger
From: Peter E. <p....@dk...> - 2006-06-22 15:23:51
|
On Thu, 22 Jun 2006, Mahmut Uludag wrote: > It seems that links to WSDL files for the Soaplab derived services > generated by the patched version of Soaplab is broken, because all the > links have the service name twice. > > Do you think these duplicate names are result of a problem in the new > generation mechanism? or is this a bug in Axis? This is a bug in the Axis service/servlet, that creates the list of all deployed services. When I remember correctly, this happens when <enpointURL> is used in the deployment descriptor. Axis shoud just use the given URL, but instead adds the service name. (Therefore it appears twice) If you specify only the directory in <endpointURL> (without the service name), I assume that the links in the service listing will get right, but then the links in the WSDL file (pointing to the endpoint) will be wrong. In the current setup, the links in the listing are wrong, but the links in the WSDL files are correct. In the depolyment template at http://soaplab.cvs.sourceforge.net/soaplab/soaplab/src/etc/templates/applab/DerivedAnalysis.wsdd.template?revision=1.1.2.1&view=markup&pathrev=branch-soaplab-dkfz-1 the endpointURL is set at the end, and the name in the service's attributes. I assume the problem disappears if endpointURL is not used. But at DKFZ it is necessary (proxy). Kind regards, Peter |