Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Calling Webservices via AXIS Client

Avatar

Former Community Member
The developer documentation has an example of calling the APS Webservices from .NET, but no examples regarding calling from an AXIS client stub generated using WSDL2Java.



Anyone have any good code snippets?



This looks interesting: http://ws.apache.org/wss4j/axis.html



Are all those callbacks really necessary?
1 Reply

Avatar

Former Community Member
Hi Brandon,



Have you looked at using the Policy Server Java SDK to connect to Policy Server via Web Services? It provides a nice Java API (but does use Axis internally), so you don't need to worry about the details of Axis.



-Bill