Jarvis
To help you out with small things.
Wednesday, 20 November 2013
Enable logging feature for soap webserivce to get test case response
In web-inf folder inside serivce.xml
<jaxws:endpoint...>
<jaxws:features>
<bean
class
=
"org.apache.cxf.feature.LoggingFeature"
/
>
</jaxws:features>
</jaxws:endpoint>
Newer Post
Older Post
Home