Hi Mike,

You are correct in saying that "there's no wrapper element around the
input message parts". The "message part" should be the immediate child
element of the SOAPBody.

You are also right in saynig that there is no way of mapping between
"message part" and method. Axis solve this problem using some clever wsdd.

You have to explicitly define each operation in your wsdd as below.

<operation name="methodName" qname="operNS:ElementName" xmlns:operNS="uri"
returnQName="returnName" returnType="rtns:returnType" xmlns:rtns="uri" >
      </operation>

Hope this helps.

Regards,
Dimuthu.
-- 
Lanka Software Foundation  http://www.opensource.lk






Reply via email to