AFAIK its not being run. We've not yet sorted out a test suite for the
interop tests using locally deployed services.
On 5/17/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
contains:
<externalService name="LocalHostInteropDocService">
<interface.wsdl
interface="http://soapinterop.org/#wsdl.interface(DocTestPortType)"/>
<binding.ws
uri="
http://localhost:8080/tuscany-testing-interop-service-webserviceInteropDoc-SNAPSHOT/services/InteropDocService
"
port="http://soapinterop.org/#wsdl.endpoint(interopDocSvc/interopDocPort)
"/>
</externalService>
This is a reference to a war that would not be included in the M1
release - is this intentional and if not has this test been run with the
release?
--
Jeremy