Restricting Schema Validation

Posted on

Hi Team,

I am trying to deploy a SOAP Webservice on JBOSS Application Server EAP 72. Currently facing issues while posting a request to that endpoint where it fails at the service layer due to schema definition. For eg: if I pass an empty string for integer/date datatype fields, it throws unmarshalling failed. This does not happen with other Application Servers. Is there an option to restrict the schema validation at my service layer.

Thanks,
Silvester

Responses