Hi,

As Brice has indicated if you want to invoke from a webservice it will act
as a consumer

External Webservice => CXF-BC(Consumer)  => CXF-SE

The cxfbc will be acting as a consumer to access the internal endpoint and
carry out the invocation.

if you want to go from an internal endpoint to invoke an external webservice
then the CXF-BC will act
as a provider

CXF-BC (Provider)  => External Web Service

Edell.



On Tue, Jul 1, 2008 at 10:12 AM, Fullocto <[EMAIL PROTECTED]>
wrote:

>
> 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.
>
>

Reply via email to