hey guys,
im working with axis 1.1 rc2 atm and having issues with the <wsdlFile/>
elem in my server-config.wsdd.
> <service name="FooSession" provider="java:EJB">
> <wsdlFile>/foo.wsdl</wsdlFile>
this is in an ear environment, so the dir structure is as follows:
some.ear
ejb_jar.jar
some.war
WEB-INF/
server-config.wsdd
classes/
foo.wsdl
lib/
(axis libs)
the problem is that when i invoke the service with a ?wsdl appended, it
generates a new one on the fly. i dont see anything in the debug
messages about attempting to load /foo.wsdl.
the auto-generated wsdl is correct, but i need to make some
modifications, hence the need for a custom wsdlFile.
thanks in advance,
steve stallion