Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » WebService/XML/JSON/SOAP/SOA
打印话题 寄给朋友 订阅主题 |
作者 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) [Re:charleszq] |
charleszq
发贴: 36 积分: 0 |
于 2003-12-02 00:04
Now, time to test the web service. In IE, type 'http://localhost:7001/WebServices/HelloWorldEJB. If everything is right, you will see the list of the published web service. as to this practice, only one web service is there, called 'sayHello'. click this link, weblogic will generate a xml as the parameter to invoke the web service. The original xml looks like this: <address xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:n1="java:xdoclet" xsi:type="n1:Address"> <address href="#ID_2"> </address> <name href="#ID_2"> </name> <xsd:string xsi:type="xsd:string" id="ID_2">sample string</xsd:string> </address> ------------------------------------------------------------- We can modify it as this: .... <address href="#ID_1"></address> <name href="#ID_2"></name> <xsd:string xsi:type="xsd:string" id="ID_2">Charles</xsd:string> <xsd:string xsi:type="xsd:string" id="ID_1">Shanghai</xsd:string> ... then click the 'Invoke' button, you will the response like this: Return Value Hello, Charles, your address is Shanghai. 25了才开始学JAVA晚吗? |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
16462 | Weblogic Web Service学习笔记(XDoclet, Ant) | charleszq | 155 | 2003-11-30 18:37 |
9361 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) | charleszq | 112 | 2003-11-30 18:40 |
9292 | Continue, Implement non-built-in types | charleszq | 1157 | 2003-12-01 23:44 |
9401 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) | charleszq | 2760 | 2003-12-01 23:58 |
9391 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) | charleszq | 1197 | 2003-12-02 00:04 |
9124 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) | toString | 24 | 2003-12-02 04:27 |
9258 | Creating SOAP Message Handlers to Intercept the SOAP Message | charleszq | 3952 | 2003-12-02 23:27 |
9061 | Have to do some other things these days, update this later. | charleszq | 2 | 2003-12-03 22:16 |
9565 | Re:Weblogic Web Service学习笔记(XDoclet, Ant) | find11 | 6 | 2003-12-06 11:01 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |