0

我有两个接口方法的参数我有以下代码

package com.pk.testAtrifact.incident;

public interface ServiceCountry   {
     /**
     * Operation to country
     */

    OutCountry getCountry(Header header,InputCountry input);


}

当它出现在 WSDL 中时,它是这样的

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
   <soapenv:Header/>
   <soapenv:Body>
      <mpos:getCountry>
         <!--Optional:-->
         <v1:RequestHeader>

            <!--Optional:-->

RequestHeader 上有 Optional 标签。我不想让标题是可选的。我怎样才能做到这一点

4

0 回答 0