I've got axis2 deployed in tomcat for webservices. Since it's using AxisServlet I shouldn't need any transportReceiver defined, right?
WSDL 2.0 generation seems to work great, but for WSDL 1.1, there are no service endpoints getting generated. After poking through the source it looks like the AxisService2WSDL11 won't do this, if there aren't any endpoints already defined on the service. The AxisService2WSDL20 does generate the endpoints if they aren't defined in the service. Am I missing something? Or should I start hacking in default endpoints for the WSDL 1.1? Thanks, Jon Roberts
