You should take a look at the soap-binding demo which ships with servicemix distribution. You can access the wsdl at http://localhost:8192/Service/?wsdl and refer to xfire docs on how to generate the client stub.
Cheers, Guillaume Nodet On 4/25/06, mqaiserm <[EMAIL PROTECTED]> wrote: > > I have deployed one class as service in ServiceMix with this systax : > > <sm:activationSpec componentName="binding" service="xfire:Message"> > <sm:component><bean > class="org.apache.servicemix.components.xfire.XFireBinding"> > <property name="xfire" ref="xfire"/> > </bean></sm:component> > </sm:activationSpec> > > how I can access this service by using the SOAP client. Is there any > tutorial for developing and publishing webservice by using XFire ? > > Qaiser > -- > View this message in context: > http://www.nabble.com/help-for-webservice-XFire-t1507384.html#a4088454 > Sent from the ServiceMix - User forum at Nabble.com. > >
