<am:findById encodingStyle="...">
I am trying to do this dynamically because the element name will ultimately be a variable, but I am still just trying to get the x:element / x:attribute combo to work correctly without that wrinkle. Here is the Jelly code fragment:
<x:element name="am:findById" URI="http://localhost:8080/axis/services/AvailabilityService">
<x:attribute name="encodingStyle">http://schemas.xmlsoap.org/soap/encoding/</x:attribute>
<xsd:string>1234</xsd:string>
</x:element>
The exception I get is:
org.apache.commons.jelly.JellyTagException: ... : <x:attribute> Cannot set the value of attribute: encodingStyle as we have already output the startElement() SAX event
Any thoughts, ideas, places to look for further documentation. (For example, I am not sure where the Jelly:XML source is coming from ... )
Thanks!
-Dan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
