sampleservice.wsclient

来自「j2me简单实例,j2me教程加源码,希望大家喜欢」· WSCLIENT 代码 · 共 12 行

WSCLIENT
12
字号
<?xml version="1.0" encoding="UTF-8"?>
<wsclientconfig version="1.0" serviceType="jsr-172">
    <client>
        <project>wsclient</project>
        <class type="com.j2medev.chapter10.sampleservice.SampleService" location="${src.dir}"/>
        <property name="cldc11" value="true"/>
    </client>
    <services>
        <service url="http://localhost:8080/wsapp/SampleService?WSDL" file="SampleService.wsdl"/>
    </services>
</wsclientconfig>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?