[jboss-user] [JBossWS] - Re: Exception while deploying a webservice with attachment (

jason.greene@jboss.com do-not-reply at jboss.com
Mon Jan 15 19:16:31 EST 2007


"jason.greene at 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#4002030

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



More information about the jboss-user mailing list