Forum Discussion

falseawake's avatar
14 years ago

Relative path of WSDL

In my Maven Project are several Modules


trunk/soap
trunk/soap-api
(with wsdl location /soap-api/src/main/resources/wsdl/mywsdl.wsdl)
trunk/soap-client
...


soapUI Project File created with checkbox "Store all file paths relatively..." is stored in
trunk/soap/src/test/resources/mysoapui-project.xml


Now resolution of relative paths are wrong (visible in Projekt View -> Interface Summary)
../../../-api/src/main/resources/wsdl/mywsdl.wsdl


Relative to project file it must be:
../../../../soap-api/src/main/resources/wsdl/mywsdl.wsdl


This is a blocker for us cause therefore it is not possible to develop on different desktops.
No RepliesBe the first to reply