Quantcast
Channel: BIRT Exchange Forum Feed
Viewing all articles
Browse latest Browse all 542

Web Service Data Source Relative Path for WSDL

$
0
0
I am currently using a wsdl file in the WSDL Descriptor. The WSDL descriptor is downloaded from a WCF service.
I can't use a URL as that somehow causes Eclipse to freeze for 5-30 minutes everytime I do some operation. Going to report a bug for this.

At the moment, when I select a static file to be used as the WSDL Descriptor, it doesn't work properly when I want to deploy it, using the simple viewer running on tomcat. I need to hardcode the location, e.g. c:\apache-tomcat-7.0.20\webapps\birt\my.wsdl

As the user might install apache tomcat into D: for example, I prefer to use a relative path.

I have tried a lot of paths:
1. my.wsdl
2. birt\my.wsdl
3. webapps\birt\my.wsdl
4. ..\birt\my.wsdl
5. ..\webapps\birt\wsdl

but BIRT still can't find the wsdl file, is there a way to specify relative path?

I am using BIRT 3.7.2

Viewing all articles
Browse latest Browse all 542

Trending Articles