You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by mqaiserm <Qa...@revolution.com> on 2006/04/25 21:08:05 UTC

help for webservice/XFire

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.


Re: help for webservice/XFire

Posted by Guillaume Nodet <gn...@gmail.com>.
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 <Qa...@revolution.com> 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.
>
>