Ruchith, all
having dowloaded the latest version of Axis2 jars (0.93 SNAPSHOT)
and try to compile the policy stuff that uses fairly up-to-date
Axis2 version (somewhat near 0.93). However, I can't compile
it. Pls see snippet:
...
Call call = new Call();
call.setWsaAction("http://schemas.xmlsoap.org/ws/2004/09/mex/GetMetadata
/Request");
call.setTo(new
EndpointReference("http://localhost:8080/axis2/services/PolicyService"))
;
call.setTransportInfo(Constants.TRANSPORT_HTTP,
Constants.TRANSPORT_HTTP, false);
...
Axis2 0.93 SNAPSHOT does not support the above setXXX for Call anymore.
It seems a there was a major change in the programmer's API.
Are these things gone? Where are they now?
Regards,
Werner