[jboss-user] [JBossWS] - Re: Possible JBoss SwA Bug

mnsharif do-not-reply at jboss.com
Sun Nov 12 12:14:08 EST 2006


Hi all!


In document/literal web services, wscompile (from JWSDP1.6) generally gives error when WSDL has something like

        <part name = "attachmentContents" type = "xsd:string"/>

... but wstools stays silent and generates SEI/mappingFile successfully when using a similar construct (shown below) for specifying type for an element defined in <mime:content part="attachmentContents" type="text/plain"/>

<message name = "attachRequest">
  |   <part name = "parametersAttach" element = "ns2:paraList2"/>
  |   <part name = "attachmentContents" type = "xsd:string"/>
  | </message>


Are we doing anything wrong here?


Any pointer would be appreciated.
mnsharif


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

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



More information about the jboss-user mailing list