Tried the validator.....

2001-06-01 Thread Das, Kuntal
Hi, I tried that code and it did seem to validate the schema. But it didn't validate the xml document whether it is compling with the schema. I'm sending u the code sample, the xml file and the schema(.xsd). Maybe that'll help. Once again, I don't need a "Schema validator", all I need is a

RE: Validator for xml-schema & xml documents...

2001-06-01 Thread Das, Kuntal
Thanks a lot for the information. Atleast I have something to work with. But I tried to get a binary version of the xerces 1.4, but couldn't get it on the web. On the web it has only "Xerces-J-src.1.4.0", the source files. Will it be ok if I compile all the source files and then start working with

How to get SOAP envelopes using API

2001-06-01 Thread v . javier . colmenares
Hi, Is there a way to display the SOAP envelope (XML Files) for the request message and the response message before and after calling call.invoke(url,"")?, using the Java APIs, I mean. Thanks, V. Javier Colmenares Accenture Communications & High Tech - Washington, DC Phone: (703) 947-2667 e

Re: Validator for xml-schema & xml documents...

2001-06-01 Thread dswanson1
Kuntal, I recently went through the validation scenerio and I did not find any good examples of how to implement schema validation (ie good code examples) but the apache site did have an example of a namespace/nonamespace schema...here is a snippet of code that I used to get the validation o