java - wsdlc Ant task ignores constraints -


I'm trying to create web service projects using Eclipse with Oracle Enterprise Pack. When creating web services from the WSDL document using the Wsdlc ant function, all restrictions / barriers to WSDL are completely ignored.

Is the POOs forced to use the underlying constraints such as " MINIKACHERS = 1 or ENRUTATION?

tomorrow

>

Unfortunately, I was unable to find the answer here, but in the end I answered I am posting it now because in the future somebody else may be able to help this position.

There is no way to add verification to POJO. However, one way to start the schema is to ensure verification that when a web service receives the message it is in accordance with the constraints set by the WSDL, by adding "@SchemaValidation" annotation above the definition of your service class It can do this work for weblogic, but I'm not sure that this is also a standard for other types of application servers.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -