I used the tuscany-interface-wsdl-runtime module in my service layer
implementation with java sca 0.91-incubating. However, when I upgraded
tuscany-sca to 0.99-incubating, the module is unavailable now. I am
wondering if it has been merged into some other module? Which artifact I
should use instead? Thanks a lot!
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl-runtime</artifactId>
<version>0.99-incubating</version>
<scope>runtime</scope>
</dependency>
Thanks,
Yanyan :)