?? save_binding.jsp
字號:
<jsp:include page="header.html" /><% String requestName = "save_binding"; String requestType = "publish"; String requestKey = requestName+":request"; String responseKey = requestName+":response"; String requestTimeKey = requestName+":time";%><h3><%= requestName%></h3><div class="link">The <a href="uddiv2api.html#_Toc25137742" target="doc">save_binding</a> API call is used to save or update information about a complete <a href="uddiv2data.html#_Toc25130769" target="doc">bindingTemplate</a> element. 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> <save_binding generic="2.0" xmlns="urn:uddi-org:api_v2"> <authInfo>***</authInfo> <bindingTemplate bindingKey="" serviceKey="***"> <description xml:lang="en">***</description> <accessPoint URLType="http">***</accessPoint> </bindingTemplate> </save_binding> </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 + -