"jason.greene(a)jboss.com" wrote : "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.
Nevermind, type should be allowed according to AP 1.0. I will look into the error
further.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002030#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...