📄 sampleservice.wsclient
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -