(1)helleworld.xml文件。此文件可以放置到任何地方,它和helloworldservice.java的位置没有必然的关系。
<?xml version="1.0"?>
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:helloworldservice">
<isd:provider type="java" scope="request" methods="getmessage">
<isd:java class="cn.com.chengang.soap.hello.helloworldservice" static="false"/>
</isd:provider>
</isd:service>