Open the configuration file xbean.xml in the Binding component su wsdlfirst-cxfbc-su\src\resources\xbean.xml
You will see <cxfbc:consumer ...> so it is a consumer. BC consumer is used to access internal JBI endpoint (as the one exposed by the cxf SE) from your external java program. You can see the URL of the endpoint (exposed externally by the binding consumer) in the servicemix console when you deploy it (paste the installer zip file in the hotdeploy directory). You can also open the related wsdl and find the port and location localhost:8092/PersonService/ jayasreeb wrote: > > Hi > > I have gone through cxf-wsdl-first example in Service mix.I want to know > whether binding component used in this example act as provider and > consumer both so that I can access this web service example from java > program.If not what settings need to be done in binding component so that > I can access from external Java Program. > > Jayasree.B > -- View this message in context: http://www.nabble.com/Service-Mix-Binding-Component-as-Provider-and-Consumer-tp18209068p18212246.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
