Posted By:
Victor_Chinnappan
Posted On:
Wednesday, April 17, 2002 12:10 PM
From your Call Stack the following is evident....
faultCode=SOAP-ENV]
[faultString=java.lang.NoSuchMethod Error]
[faultActorURI=/soap/servlet/rpcrouter]
[DetailEntries=]
[FaultEntries=]]
[Params={}]
Generated fault: from exide new Fault Code = SOAP-ENV:Server
Fault String = java.lang.NoSuchMethodError
2002-03-19 15:14:37 - Ctx( /Enghoe ): Exception in: R( /Enghoe + /raise_po.jsp + null)
.....
.......
.....
Root cause: java.lang.NullPointerException at
ControllerProductExideProxy.GetCategoryList(ControllerProductExidePro xy.java:207) at
Check to see if you have a method calld GetCategoryList.
If you are sure, then make sure you do not have a class in multiple locations of which one is in your classpath, yet does not have this method defined in it....
good luck,
VC