Hi Jamie,
Can you find the log likes this
"INFO: Creating Service
{http://apache.org/hello_world_soap_http}SOAPService from WSDL:
WEB-INF/wsdl/hello_world.wsdl" ?
Can you show me the cxf_servlet.xml and web.xml configuration of your
sevice?
cxf_servlet.xml 's <jaxws:address="/greeter"/>
web.xml's <url-pattern>/services/*</url-pattern>
They relate to your sevice's wsdl query url.
Cheers,
Willem.
Ridgway, Jamie Mr CONT USAAC wrote:
UNCLASSIFIED////
I have finally convinced both Glassfish and Weblogic 9.2 to deploy my
service. It was ugly how I did it but it worked.
Now when I try to access the wsdl using
http://localhost:8080/cxf-test/gfs?wsdl I get a page back displaying
"No service found". The log files show where the request is being
processed by the ServletController but has a warning saying : Can't find
the the request for http://localhost:8080/cxf-test/gfs's Observer (The
message does have "the the" in it).
Can anyone enlighten me?
Thanks,
Jamie
UNCLASSIFIED////