I am generating the client stub classes based on the
sample FileSystem file. I am trying to construct a
QueryExpression from the generated
QueryExpressionType. 
queryExpresion contains xsd:any as a element.  From
the xmlbean generated QueryExpressionType, this turns
out to be a generic MessageElement[], which is passed
in  as a parameter in its constructor. How can I
generate a messageElement that contains �*� without
any enclosing element tags, in other words, I am
trying to generate the following XML fragments (same
as the sample soap xml files provided in the Apollo
requests folder): 

<wsrp:QueryResourceProperties
xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd";>
     <wsrp:QueryExpression
Dialect="http://www.w3.org/TR/1999/REC-xpath-19991116";>
     *
     </wsrp:QueryExpression>
</wsrp:QueryResourceProperties>

Best rgds
KhengKok




__________________________________________________
Do You Yahoo!?
Log on to Messenger with your mobile phone!
http://sg.messenger.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to