namespace question for wsdl generation in JavaProvider (beta1 rc2)

2002-03-15 Thread Stephen Belknap
ter.setIntfNamespace(url); be instead emitter.setIntfNamespace(urn); ?? if i change setIntfNamespace to use urn instead of url, it generates a wsdl sheet similar to what alpha3 generated. what would the above change affect? please help clarify this issue for me. thanks in advance, -ste

java.lang.Exception: No engine configuration file - aborting!

2002-02-27 Thread Stephen Belknap
hello all. i'm attempting to deploy a couple of simple services via a .wsdd file and have run into a strange problem. for testing purposes, i successfully deployed and called (using the included client) the example3 hello world-type of service. i then took that class, put it in my package, chan