thanks for your answer, i already solved it.
The problem was : i had i class called Person and inherited class VerdictPerson (from person) -> and for class person i had defined class CustomValidation and property CustonValidationData -> and VerdictPerson also had the same class and property -> code compiled, program worked with no problem, but soapUI didnt handle the WSDL. So i simply renamed some classes.
So you should follow that you dont make this mistake, and if you get into this situation, you should rename the inherited class CustomValidation to CustomValidation[inherited_class_name] or something like that (same with property)
sorry about my english.
----
Schema Component Constraint: Element Declarations Consistent
If the {particles} contains, either directly, indirectly (that is, within the {particles} of a contained model group, recursively) or ·implicitly· two or more element declaration particles with the same {name} and {target namespace}, then all their type definitions must be the same top-level definition, that is, all of the following must be true:
1 all their {type definition}s must have a non-·absent· {name}.
2 all their {type definition}s must have the same {name}.
3 all their {type definition}s must have the same {target namespace}.
reference :
http://www.w3.org/TR/xmlschema-1/#cos-e ... consistent