How to parse the input request and ensure that it is as per the XSD ?
---------------------------------------------------------------------

                 Key: CXF-2267
                 URL: https://issues.apache.org/jira/browse/CXF-2267
             Project: CXF
          Issue Type: Test
    Affects Versions: 2.1
            Reporter: amit rathi
            Priority: Critical


Hi,

We are using CXF2.1 for our web service development and facing one issue. We 
need to parse the input request and ensure that it is as per the XSD, else need 
to throw customized exception. Currently while using CXF2.1, inside the service 
class where we are writing the business logic, inside the method we are 
directly getting the Value Object, which contains the value extracted from 
input request. We need to get the complete input request so that we can parse 
it and take necessary steps. Can someone please guide us how the same can be 
achieved?

Thanks In Advance.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to