Forum Discussion
10 Replies
- omatzuraSuper ContributorHi Jeroen,
soapUI uses XMLBeans 2.4.0 for validation.. can you give an example schema/xml that fails validation so I can have a look?
regards!
/Ole
eviware.com - JeroenOccasional ContributorHi Ole,
Thanx for the quick response.
I can't give the example (security reasons) but I tested it using the validate.cmd from XMLBeans 2.4.0 from commandline and via Stylus Studio and the xml was valid.
Hope you can do something with this.
Regards,
Jeroen - omatzuraSuper Contributorok.. is the namespace imported from another file? Can you give a schematic overview of import/include/namespace constructs so I can try to reproduce this?
regards!
/Ole
eviware.com - JeroenOccasional ContributorIn the .xsd there are a lot of imports, but these don't affect the issue I think.
Summary:
xsd :
targetNamespace='http://jefke.com/v1'
...
xmlns:xyz='http://jefke.com/v1'
...
....
....
...
....
xml
xmlns:ns5="http://iets.com"
....
xmlns="http://jefke.com/v1"
...
3551sfsdf62fsdf305
...
This results in soapUI 2.5 (free version)
Invalid xsi:type qname: 'HereIsIt' in element SomeElements@http://jefke.com/v1 - JeroenOccasional ContributorAny progress on this post?
- omatzuraSuper ContributorHi Jeroen,
not yet unfortunately.. I'll let you know!
regards,
/Ole
eviware.com - JeroenOccasional ContributorHi Ole,
is there any progress on this issue?
Cheers,
Jeroen - omatzuraSuper ContributorHi Jeroen,
sorry, not yet.. stay tuned..
regards,
/Ole
eviware.com - I seem to experience the same problem.
I suspect it has something to do with abstract complexType. All the schema compliance errors points to the types that are extended from an abstract type.
I see in this example there is some abstract type as well.
Thanks. - grussellContributorAny update on this?
I think i am getting something similar in v3.6.1, hopefully it won't be too long before I get my pro licence and download of v4 to see if it's fixed there...
Thanks