anonymous wrote : QName qn = new QName( "item" );

I don't get why you want to make "item" a QName, it's just a simple tag...
So, I suggest something like:

call.addParameter("item", XMLType.XSD_STRING, ParameterMode.IN);
(ofcourse you have to change the parameters)

Success,

Mylène




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952279#3952279

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952279


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to