[jboss-dev-forums] [Design of JBoss Web Services] - Re: JBWS-1260 - such a part must refer to an element named a

jason.greene@jboss.com do-not-reply at jboss.com
Fri Jan 12 12:12:50 EST 2007


"thomas.diesler at jboss.com" wrote : In that case a wsdl like this
  | 
  | should work and the generated java method name should be paraList2 instead of invokeAttach.
  | 

Thats incorrect. The generated java method name (unless customized) always matches the operation name, it never matches the element name. Also it does not adhere to the wrapped convention so it must be treated as a bare parameter style service.

Also, this WSDL violates BP 1.0 because it uses "type" on the part definition for a document/literal web service. It must be element.


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


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

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



More information about the jboss-dev-forums mailing list