Re: Calling an external Webservice using SOAP data provider
I am working with OSM 7.2.04.
A am developing a cartridge which consist of a process, in which i am making a webservice call throuh an automated task.
In my current code, I am using java client code to invoke the webservice, this java class is called by an Xquery which is associated to an automated task.
I have recently got to know that OSM as the provision to make a webservice call using SOAP DataProvider&Adapter (built-in) and DataInstance behaviour. So I want to know
Is there any way we can associated and automated task to SOAP DataProvider&Adapter