thanks Ashwin, i have a baic question in CXF-BC as follows
I have multiple operations in wsdl , how do i specify which methods to be
called in cxf-provider xbean. The following configuration taken from sample
<cxfbc:provider wsdl="/wsdl/calculator.wsdl"
locationURI="http://localhost:9001/bridgetest"
service="calculator:CalculatorService"
endpoint="CalculatorPortProxy"
interfaceName="calculator:CalculatorPortType">
</cxfbc:provider>
if CalculatorPortType has multiple operation, how do i specif it in provider
configration?, which tell provider to call specific operation of
CalculatorPortType??
thanks
Brijesh N K
Ashwin Karpe wrote:
>
> Hi,
>
> The way to do this would be the following
>
> |------- Saxon Transformer
> CXF-BC --> Routing Slip --| |
> | CXF-BC (Provider)
> <---> External WS
> | |
> |------- Saxon Outbound
> Transformer
>
> BTW, if the routing slip soes not propagate operation semantics, you may
> have to introduce a custom SMX Bean that behaves like the Routing Slip.
>
> Cheers,
>
> Ashwin...
>
>
> brijesh wrote:
>>
>> hello ,
>>
>> i have following requirments, need to expose webservice convert using a
>> style sheet and call another webservice, need to return back the message
>> to client. should be synchronised webservice call.
>>
>> can anybody suggest best way to implement , what all JBI component can i
>> use for this???
>>
>> regards
>>
>> Brijesh N K
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/webservice-client-server-tp21867176p21885226.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.