Web Service学习之【SOAP】[15]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 hellboys 的 blog

1helleworld.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>

本文关键:Web Service学习之【SOAP】
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top