Great article - Receive events from XMLBeans

2008-02-01 Thread Jacob Danner
I just finished reading an article on IBM's devWorks site that I thought others might find interesting too. The article goes into some great detail explaining the extensions mechanism. A summary from the article: Through the use of two extension points in XMLBeans—the interface and

RE: Name/Value Pair Issue.

2008-02-01 Thread Radu Preotiuc-Pietro
Well, the namespace URI is part of the name of the element, so really it is an error on the part of the sender to send a document that doesn't match the Schema in such a significant way. My advice would then be to get the sender to fix their messages, or maybe you don't have the correct Schema

RE: Name/Value Pair Issue.

2008-02-01 Thread Muthu Ramaswamy
Thanks for the input, Radu. We are using Apache Axis and the services generates the envelope without the namespace for troubled areas. Same behavior with other web service engine such as IBM. As a work around, I will use xmlCursor for the troubled areas. Thanks again. -Muthu -Original