Community
Participate
Working Groups
Build Identifier: M20071023-1652 Using web service trying to capture some data WSDL version 2.0. created proxies for that WSDL and pushed in the web project by creating jar file. AccountQuery accountQuery = new AccountQuery(); TeamQuery accountTeamQuery = new TeamQuery(); accountTeamQuery.set**(some param); ListOfTeamQuery listOfTeamQuery = new ListOfTeamQuery(); listOfTeamQuery .setTeam(accountTeamQuery); accountQuery .setListOfTeam(listOfTeamQuery); usine inputClient I submitted that request to web service. getting proper output also (not throwing any exception) but while trying to check the reponse object I am getting the exception org.eclipse.debug.core.DebugException: com.sun.jdi.ClassNotLoadedException: Type has not been loaded occurred while retrieving component type of array. and this exception was common for other object also Reproducible: Always
Created attachment 201616 [details] Attachment for the debug error for getting more idea attaching the image from eclipse debugger window
Please share any update or comment from Eclipse side ....
(In reply to comment #2) > Please share any update or comment from Eclipse side .... Looks like a dupe of bug 182999. Please see the explanation on bug 182999 comment 8 *** This bug has been marked as a duplicate of bug 182999 ***