"thomas.diesler(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...