dev@ws-test-harness.java.net

Questions for discussion _at_ Wed 9AM PDT meeting

From: Ken Hofsass <Kenneth.Hofsass_at_Sun.COM>
Date: Tue, 20 Jun 2006 16:54:34 -0700

Hi Folks,

Here are a couple of issues that Bhakti and I would like to discuss at
our meeting Wed Morning 9 AM.

thanks,
Ken

1. Client-only test cases.
scenarios that Bhakti and I thought of...

(a) WSIT "client" only, no endpoint connection at all.
This one seems easy enough. Modify the rnc file to allow zero or more
services rather than one or more. Make sure the test harness code is
prepared to skip service-related work if none are present (e.g.
compilation, deployment, etc).

(b) WSIT client, with no endpoint but pretending there is one to force
error conditions
(c) .Net endpoint with WSIT client
Both (b) and (c) would need a way to create a client from a WSDL
(probably local for (b) and remote for (c)) but not generate/deploy a
service

2. TestService needs basedir member
This seems like simply an oversight... right now there is no way to get
the basedir for a given service. If there is more than one service this
is a problem. For a single service, we could just get the root directory
from the TestDescriptor.