|
Can u attach the source of the
createSequence ? I think you have programmatically created
an Element and has set done = false, without giving a builder. From: Pankaj Badgujar
[mailto:[EMAIL PROTECTED] Hi, I am
getting the org.apache.axis2.om.OMException when my CreateSequence() returns
the response. When I debugged the Axis2 code the problem is in the following
code of the serialize() method of the OMElementImpl.java. serialize()
{ .........
else if
(this.parent != null) { ... } In the
above case the this.parent.isComplete() method returns false and when the
builder.next() method is called it finds its (i.e. builder's) "done"
variable set to true and the builder just throws the OmException. I am not
sure where I am making the mistake.My cratesequence() method just sets the
identifier and returns the response. I would highly appreciate if someone could
help me to resolve this problem. Thanks, Pankaj |
- RE: org.apache.axis2.om.OMException during CreateSequen... Eran Chinthaka
- RE: org.apache.axis2.om.OMException during CreateS... Pankaj Badgujar
- Re: org.apache.axis2.om.OMException during Cre... Saminda Abeyruwan
- Re: org.apache.axis2.om.OMException during... Pankaj Badgujar
- org.apache.axis2.om.OMException during... Pankaj Badgujar
- Re: org.apache.axis2.om.OMExceptio... Saminda Abeyruwan
