Regarding Kevin's question:

1) It can becomes types, although you'd loose the content-type attribute.
JBossWS handles this case gracefully, i don't know about .NET ...


  | <message name="XOPTest_sendMimeImageGIF">
  |     <part name="message" type="xsd:string"/>
  |     <part name="xoppart" type="xmime:base64Binary"/>
  |   </message>
  |   <message name="XOPTest_sendMimeImageGIFResponse">
  |     <part name="result" type="xmime:base64Binary"/>
  |   </message>
  | 



2) You mean outside of the xmime namespace, declaring them locally?
Currently not because we expect them to come from this particular namespace.


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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to