上海中心webservice接口使用
来自ling
wsdl
http://127.0.0.1:8080/vat/soapService/vatbundcenter?wsdl
调用授权
去掉授权
<jaxws:endpoint id="tmsVATBundCenterConService" implementor="com.deloitte.tms.vat.webservice.impl.TMSVATBundCenterConServiceImpl" address="/vatbundcenter" >
<jaxws:inInterceptors>
<ref bean="logInInter"/>
<!-- <ref bean="authInter"/> -->
</jaxws:inInterceptors>
<jaxws:outInterceptors>
<ref bean="logOutInter"/>
</jaxws:outInterceptors>
</jaxws:endpoint>