Does WebServiceClient support rampart module

Hello,

I have written web services in java. I’m using axis2 with rampart module for authentication.
How can I use these services from the WebServiceClient component? Does this component support the rampart module?
Can I use policy-http.xml somehow?

Hi erzso,

no - at least not directly. WebServicesClient supports SOAP authentization. HttpConnector more methods, see in doc below.

You can use:
* HttpConnector’s (http://www.cloveretl.com/documentation/ … ector.html) capabilities (set header, body)
* WebServiceClient (http://www.cloveretl.com/documentation/ … lient.html) capabilites (produce request on output port)

…to prepare infrastructure. Also you can use java code to extend CloverETL when necessary.