"mnsharif" wrote : Sorry, the correct third code snippet is as follows: | | <message name = "methodName"> | | <part name = "paraName" type = "xsd:string"/> | | </message> | | notice that it is type = "xsd:string" and not element = "xsd:string", as i wrote in my last post by mistake. | | | mnsharif
With document literal, all parts must be referenced using element= and not type=. This of course requires that you create an element definition with a type of xsd:string. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001974#4001974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001974 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
