Details
-
Type:
Task
-
Status:
Closed
-
Priority:
To be reviewed
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Component/s: Modules: CXF
-
Labels:None
-
Environment:
FC 5
-
User impact:Low
-
Similar Issues:None
Description
Am not able to Integrate Mule with Xfire Webservice,
Am follolwing the Steps given in the Mule-Xfire wiki, and i copied the config file contents ...
<mule-descriptor name="echoService" implementation="org.mule.components.simple.EchoComponent">
<inbound-router>
<endpoint address="xfire:http://localhost:81/services"/>
</inbound-router>
</mule-descriptor>
and also copied the Mule-client program and i build that, am able to get the respective class file with... but Now I Dont know How to run this integration application ( Mule -Xfire ) , Please Help me to resolve this issue and please provide clear steps to integrate Xfire webservice with Mule.
Use the users mailing list for questions.
Hint: extend the client example given on the wiki to start up the server before connecting to it.