⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 find_service.jsp

📁 uddi注册中心
💻 JSP
字号:
<jsp:include page="header.html" /><%   String requestName = "find_service";   String requestType = "inquiry";   String requestKey = requestName+":request";   String responseKey = requestName+":response";   String requestTimeKey = requestName+":time";%><h3><%= requestName%></h3><div class="link">The <a href="uddiv2api.html#_Toc25137715" target="doc">find_service</a> API call returnsa <a href="uddiv2data.html#_Toc25130812" target="doc">serviceList</a> message that contains zero or more <a href="uddiv2data.html#_Toc25130812" target="doc">serviceInfo</a> structures matching the criteria specified in the argument list. If an error occurs while processing this API call, a <a href="uddiv2api.html#_Toc25137750" target="doc">dispositionReport</a> element will be returned to the caller within a <a href="uddiv2api.html#_Toc25137756" target="doc">SOAP Fault</a> containing information about the <a href="uddiv2api.html#_Toc25137748" target="doc">error</a> that was encountered.</div><form method="post" action="controller.jsp"><textarea class=msgs id=soap_request name=soap_request rows=15 cols=75 wrap=off><%String requestMessage = (String)session.getAttribute(requestKey);if (requestMessage != null) {  out.print(requestMessage);} else { %><?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">  <soapenv:Body>    <find_service businessKey="***" generic="2.0" xmlns="urn:uddi-org:api_v2">      <findQualifiers>        <findQualifier>***</findQualifier>      </findQualifiers>            <name>***</name>      <categoryBag>        <keyedReference tModelKey="***" keyName="***" keyValue="***" />      </categoryBag>      <tModelBag>        <tModelKey>***</tModelKey>      </tModelBag>    </find_service>  </soapenv:Body></soapenv:Envelope><% } %></textarea><%String requestTime = (String)session.getAttribute(requestTimeKey);if (requestTime == null) {  requestTime = "0";} %><table cellpadding="4" width="100%"><tr><td><input type="hidden" name="request_name" value=<%=requestName%>><input type="hidden" name="request_type" value=<%=requestType%>><input type="submit" name="validate_button" value="Validate"><input type="submit" name="submit_button" value="Submit"><input type="submit" name="reset_button" value="Reset"></td><td align="right">Time: <strong><%= requestTime%></strong> milliseconds</td></tr></table><textarea class=msgs id=soap_response name=soap_response rows=25 cols=75 wrap=off><%String responseMessage = (String)session.getAttribute(responseKey);if (responseMessage != null) {  out.print(responseMessage);} %></textarea></form><jsp:include page="footer.html" />

⌨️ 快捷键说明

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