On Nov 14, 2010, at 8:11 PM, jcyim wrote:
>
> Thank you for your reply.
>
> Progress report.
>
> I was trying to get though this problem.
> I copied "commons-httpclient-3.1.jar to {Geronimo home dir}/lib/endorsed,
> then wsdl generation successful in deployment time. but in the runtime, I
> got another ClassNotFound Excetpion.
> the classes used in commons-httpclient was not loaded.
> After series of trial, I gave up using AXIS2 engine.
>
> finally I changed JAX-WS engine of geronimo 2.2 from AXIS 2 to CXF, then it
> worked good.
>
> probably the problem might have been resulted from AXIS2 things.
You would need to either include httpclient in your web application (e.g.
WEB-INF/lib)or add it to your repository and define a dependency in your web
app deployment plan.
--kevan