Btw, you can inject cxf client proxy or jsr-181 client proxy into your
bean by spring configuration.
something like
<cxfse:proxy service="calculator:CalculatorService"
type="org.apache.cxf.calculator.CalculatorPortType" />
Freeman
Freeman Fang wrote:
Hi,
In invoked method of your smx-bean (as provider), you can get a
jsr-181 proxy or cxf proxy, which can play as consumer role.
Regards
Freeman
soumya banerjee wrote:
I have a requirement where I will be using the smx-http component as a
consumer which will receive a soap message and send it to the smx-bean
component which provides some service.Once it is done with the
message it
needs to send create a new message and send to another provider smx-bean
component.
client->smx-http(consumer)->smx-bean(provider+consumer)->component(provider)
How can I configure the smx-bean component to act both as a consumer
and a
provider or any custom component to act both as a provider and consumer?