This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<!--
service: name:和webservice类名通常一致;provider:里面的参数表示Java RPC通信机制
parameter:name:表示完全限定名的名字,可以随便写,value:表示webservice类的完全限定名
-->
<service name="LoginService" provider="java:RPC">
<parameter name="className" value="com.zky.sspd.webservice.LoginService"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>