Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
6 | Andrea | 1 | <%-- |
2 | ~ Licensed to the Apache Software Foundation (ASF) under one |
||
3 | ~ or more contributor license agreements. See the NOTICE file |
||
4 | ~ distributed with this work for additional information |
||
5 | ~ regarding copyright ownership. The ASF licenses this file |
||
6 | ~ to you under the Apache License, Version 2.0 (the |
||
7 | ~ "License"); you may not use this file except in compliance |
||
8 | ~ with the License. You may obtain a copy of the License at |
||
9 | ~ |
||
10 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
||
11 | ~ |
||
12 | ~ Unless required by applicable law or agreed to in writing, |
||
13 | ~ software distributed under the License is distributed on an |
||
14 | ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
||
15 | ~ KIND, either express or implied. See the License for the |
||
16 | ~ specific language governing permissions and limitations |
||
17 | ~ under the License. |
||
18 | --%> |
||
19 | |||
20 | <%@ page import="org.apache.axis2.AxisFault" %> |
||
21 | <%@ page import="org.apache.axis2.Constants" %> |
||
22 | <%@ page import="org.apache.axis2.addressing.EndpointReference" %> |
||
23 | <%@ page import="org.apache.axis2.client.Options" %> |
||
24 | <%@ page import="org.apache.axis2.client.ServiceClient" %> |
||
25 | <%@ page import="org.apache.axis2.context.ConfigurationContext" %> |
||
26 | <%@ page import="org.apache.axis2.context.ConfigurationContextFactory" %> |
||
27 | <%@ page import="org.apache.axis2.description.AxisOperation" %> |
||
28 | <%@ page import="org.apache.axis2.description.AxisService" %> |
||
29 | <%@ page import="org.apache.axis2.description.Parameter" %> |
||
30 | <%@ page import="org.apache.axis2.engine.AxisConfiguration" %> |
||
31 | <%@ page import="org.apache.axis2.util.JavaUtils" %> |
||
32 | <%@ page import="javax.xml.parsers.SAXParser" %> |
||
33 | <%@ page import="javax.xml.parsers.SAXParserFactory" %> |
||
34 | <%@ page import="java.io.IOException" %> |
||
35 | <%@ page import="java.io.InputStream" %> |
||
36 | <%@ page import="java.io.StringWriter" %> |
||
37 | <%@ page import="java.util.Collection" %> |
||
38 | <%@ page import="java.util.Enumeration" %> |
||
39 | <%@ page import="java.util.HashMap" %> |
||
40 | <%@ page import="java.util.Hashtable" %> |
||
41 | <%@ page import="java.util.Iterator" %> |
||
42 | <%-- |
||
43 | ~ Licensed to the Apache Software Foundation (ASF) under one |
||
44 | ~ or more contributor license agreements. See the NOTICE file |
||
45 | ~ distributed with this work for additional information |
||
46 | ~ regarding copyright ownership. The ASF licenses this file |
||
47 | ~ to you under the Apache License, Version 2.0 (the |
||
48 | ~ "License"); you may not use this file except in compliance |
||
49 | ~ with the License. You may obtain a copy of the License at |
||
50 | ~ |
||
51 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
||
52 | ~ |
||
53 | ~ Unless required by applicable law or agreed to in writing, |
||
54 | ~ software distributed under the License is distributed on an |
||
55 | ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
||
56 | ~ KIND, either express or implied. See the License for the |
||
57 | ~ specific language governing permissions and limitations |
||
58 | ~ under the License. |
||
59 | --%> |
||
60 | <table width="100%"> |
||
61 | <tr><td> |
||
62 | <table width="950px"> |
||
63 | <tr> |
||
64 | <td align="right"><a href="axis2-web/index.jsp">Back Home</a> | <a href="#" onclick="javascript:window.location.reload(true);return false;">Refresh</a></td> |
||
65 | </tr> |
||
66 | </table> |
||
67 | </td> |
||
68 | <td> </td></tr> |
||
69 | </table> |