[jbossws-users] [JBossWS] - Re: Exception while deploying a webservice with attachment (
jason.greene@jboss.com
do-not-reply at jboss.com
Mon Jan 15 17:27:00 EST 2007
"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
More information about the jbossws-users
mailing list