This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Validating WSDL file against 2 xsd files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Validating WSDL file against 2 xsd files" Watch "Validating WSDL file against 2 xsd files" New topic
Author

Validating WSDL file against 2 xsd files

don lohith
Greenhorn

Joined: Oct 24, 2007
Posts: 16
Hello all, i am trying to validate my wsdl file against xsd(wsdl.xsd and soap.xsd) and it gives me an error Attribute "location" must be declared for element type "soap:address". The wsdl.xsd does not declare this(soap:address) element but the soap.xsd does declare it, both are having the same namespaces, and i have included the soap.xsd in the wsdl.xsd. Even then it is giving the same error. Can anyone kindly help me out???

And i am using a DOMParser for my validation.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Validating WSDL file against 2 xsd files
 
Similar Threads
validation soap:body contents against wsdl
client code to connect to Web services
XML Schema Help
Get webservice location using wsdl4j api
Unknown root element SAX error