Tuesday 25 April 06
Made some more progress today with using the Enterprise SDK as I’ve now solved the problem i was having with running Axis 1.1 on Tomcat 5.5. It turned out that in one of my web.xml files it was referring to a listener-class (org.apache.axis.transport.http.AxisHTTPSessionListener) which wasn’t found in axis 1.1 – hence the problem when tomcat tried to start up!! So all my own fault really!
I’ve now got the beginnings of my EnterpriseClient, but I’ve just got to now figure out how in the client I can get ‘hold’ of the whole xml string that has been returned from the EnterpriseServer, rather than just the component parts. Looking at the Plex example, using _responseHolder.value.getGroup() this returns a GroupDType object, which you can then extract parts from (eg getDataSource()), but I can’t see any way to just give the whole xml string that was returned by the EnterpriseServer in the first place. Will keep trying….!










