use SoapUI to trace through window service
if parm is Optional, just remove it completely and use the ones needed, otherwise it will still being passed as an empty string
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:con="http://xxx/xxxx/contracts">
   <soap:Header/>
   <soap:Body>
      <con:xyz>
         <!--Optional:-->
         <con:xId>......</con:xId>
         <!--Optional:-->
         <con:sequenceFrom>0</con:sequenceFrom>
         <!--Optional:-->
      </con:xyz>
   </soap:Body>
</soap:Envelope>
No comments:
Post a Comment