I have the same problem, I attach my wsdl file http://old.nabble.com/file/p28459815/wsBroker.wsdl wsBroker.wsdl
s raju wrote: > > Hi, > using: muse2.2.0 on axis2-1.4 > > Tried running wsdl2java on the WS-BaseNotification-1_3.wsdl found in the > wsn-consumer sample. > Ofcourse, it came back with 'oneserviceperwsdl' error. So added the > following snippet to the wsdl. > > <wsdl:binding name="Binding" type="wsntw:NotificationConsumer"> > <wsdl-soap:binding style="document" > transport="http://schemas.xmlsoap.org/soap/http"/> > <wsdl:operation name="Notify"> > <wsdl-soap:operation/> > <wsdl:input> > <wsdl-soap:body > encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="literal"/> > </wsdl:input> > </wsdl:operation> > </wsdl:binding> > <wsdl:service name="Service"> > <wsdl:port binding="wsntw:Binding" name="Port"> > <wsdl-soap:address > location="http://127.0.0.1/notification/services/notification"/> > </wsdl:port> > </wsdl:service> > > Then ran 'wsdl2java.bat -j2ee axis2 -wsdl > wsdl\WS-BaseNotification-1_3.wsdl' > > and it finished successfully but i do not see any java code. I creates > webcontent > directory and everything under it but no 'javasource' or 'src' directory. > > Would really appreciate some help with this. Btw, total newbie. All the > samples work ok. > > Thanks, > Srini > > > > > -- View this message in context: http://old.nabble.com/No-code-generated-by-wsdl2java-tp21987824p28459815.html Sent from the Muse User mailing list archive at Nabble.com.
