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

📄 discard_authtoken.jsp

📁 uddi注册中心
💻 JSP
字号:
<jsp:include page="header.html" /><%   String requestName = "discard_authToken";   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#_Toc25137737" target="doc">discard_authToken</a> API call is used to inform an Operator Site that the authentication token is to be discarded, effectively ending the session. Subsequent calls that use the same <a href="uddiv2data.html#_Toc25130794" target="doc">authToken</a> will be rejected.  This message is optional for Operator Sites that do not manage session state or that do not support the <a href="uddiv2api.html#_Toc25137739" target="doc">get_authToken</a> message.  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>    <discard_authToken generic="2.0" xmlns="urn:uddi-org:api_v2">      <authInfo>***</authInfo>    </discard_authToken>  </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 + -