On Wednesday 07 November 2007, Benson Margulies wrote: > What does it mean when I have a MessagePartInfo with isElement == > false but xmlSchema containing an Element? If xmlSchema doesn't > contain an element, what does it contain?
In a RPC/Lit case, all message parts should point to a type, not an element. Like <part name="foo" type="xsd:string"/> <part name="blah" type="ns:MyStruct"/> Thus, if isElement() is false, the schematype should point to whatever type is there. Now, isElement() being false, but XmlSchema being an Element definitely looks like a problem. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
