'id' attribute on schema element not deserialized
-
Key: WSCOMMONS-177
URL: https://issues.apache.org/jira/browse/WSCOMMONS-177
Project: WS-Commons
Issue Type: Bug
Components: XmlSche
Author: gdaniels
Date: Fri Mar 9 07:58:46 2007
New Revision: 516443
URL: http://svn.apache.org/viewvc?view=rev&rev=516443
Log:
Add tests to make sure element checks are case-sensitive and
namespace-sensitive.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/ja
Hi all:
Currently when someone calls getEnvelope() on StAXSOAPModelBuilder, we
parse ONLY to the startElement, and then return them a
basically empty SOAPEnvelope.
Shouldn't we be immediately parsing through the end of the SOAP headers,
to ensure that a) the envelope is well-formed at least
Hi folks!
Question - why are the axiom tests in a separate Maven module?
If I'm reading this correctly, even if some tests fail, the buggy
axiom-impl.jar (and axiom-dom.jar) will still be built and installed in
the repository. This seems like a Bad Thing...
Am I misunderstanding? If not, I
On 02/03/07, Ajith Ranabahu <[EMAIL PROTECTED]> wrote:
Hi Jeremy,
Sorry for the delay, Well really the reason behind putting up this
proposal is to ultimately use it in woden (and ofcourse I got the
great!
inspiration from WSDL4J and Woden extension registries) :) So if we
Take a look at th