On Sat, Aug 29, 2009 at 1:22 AM, Jonathan Roberts <[email protected]> wrote:
> 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? > yes you need to have endpoints in wsdl. for the ports you need. thanks, Amila. > > Thanks, > Jon Roberts > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
