Probably not a bug. If you use @type with document style, then you have no element QName. When using RPC style, the SOAP engine dynamically generates a QName from the operation name and the @namespace attribute from <soap:body> in the binding. When using Document style, the QName comes from the @element attribute in the <wsdl:part>. If you don't have an @element, then it has no QName.

Anne

On 2/6/06, Ajith Ranabahu <[EMAIL PROTECTED]> wrote:
Hi Hui,

> "org.apache.axis2.om.OMElement.MY_QNAME" could not be found
> in the following line of code:
>   (org.apache.axis2.om.OMAbstractFactory.getOMFactory(),
> param.getPullParser (org.apache.axis2.om.OMElement.MY_QNAME));

This could be a bug actually (usually occurs when the databinding
failed. OMElement is the default). Can you post the WSDL ?

--
Ajith Ranabahu

Reply via email to