Unable to run AXIS Client to a service deployed on WAS 5.1
Rr Kumaran
Ranch Hand
Joined: Sep 17, 2001
Posts: 548
posted
0
Hi All,
I have deployed a web service on WAS 5.1 Test Environment available within WSAD 5.1.2 and written a axis client to access this web service and I am getting the below error. What am I missing here ?
Error 500: class org.apache.axis.SOAPPart does not implement interface org.w3c.dom.Document {http://xml.apache.org/axis/}HttpErrorCode:500
RR Kumaran
SCJP 1.4
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Guess you are trying to run message style webservices. This link says the problem is (may be) because of old saaj.jar file in WAS ??
Axis website claims that the org.apache.axis.SOAPPart is not very stable.