1
2
3
4
5
6
7
8
9
10
11
12
13 package com.eviware.soapui.impl.wsdl.support;
14
15 /***
16 * Help URLS in soapUI documentation
17 *
18 * @author ole.matzura
19 */
20
21 public interface HelpUrls
22 {
23 public static final String HELP_URL_ROOT = "http://www.soapui.org/userguide/";
24
25 public static final String OVERVIEW_HELP_URL = HELP_URL_ROOT + "overview.html";
26 public static final String PROJECT_OVERVIEW_HELP_URL = HELP_URL_ROOT + "projects/index.html";
27 public static final String INTERFACE_OVERVIEW_HELP_URL = HELP_URL_ROOT + "interfaces/interfaceview.html";
28 public static final String WSDL_CONTENT_HELP_URL = HELP_URL_ROOT + "interfaces/interfaceeditor.html";
29 public static final String WSI_COMPLIANCE_HELP_URL = HELP_URL_ROOT + "interfaces/wsi.html";
30
31
32
33 public static final String OPERATION_HELP_URL = HELP_URL_ROOT + "operations.html";
34 public static final String INTERFACE_HELP_URL = HELP_URL_ROOT + "interfaces/index.html";
35
36 public static final String HEADERS_HELP_URL = HELP_URL_ROOT + "requests.html#HTTP_Headers";
37 public static final String PREPAREDPROPERTIES_HELP_URL = HELP_URL_ROOT + "functional/datasourcestep.html#JDBC_DataSource_PreparedProperties";
38
39 public static final String PROJECT_HELP_URL = HELP_URL_ROOT + "projects/index.html#soapui_WSDL_Projects";
40 public static final String REQUEST_HELP_URL = HELP_URL_ROOT + "requests.html";
41 public static final String ATTACHMENTS_HELP_URL = HELP_URL_ROOT + "attachments.html";
42
43 public static final String TESTSUITE_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html";
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62 public static final String CREATEMOCKRESPONSESTEP_HELP_URL = HELP_URL_ROOT + "functional/mockresponse.html";
63
64 public static final String ADDREQUESTASMOCKRESPONSESTEP_HELP_URL = HELP_URL_ROOT + "functional/mockresponse.html";
65 public static final String ADDMOCKRESPONSETOTESTCASE_HELP_URL = HELP_URL_ROOT + "functional/mockresponse.html";
66 public static final String ADDMOCKOPERATIONASMOCKRESPONSESTEP_HELP_URL = HELP_URL_ROOT
67 + "functional/mockresponse.html";
68 public static final String SETMOCKOPERATION_HELP_URL = HELP_URL_ROOT
69 + "functional/mockresponsestep.html#Set_Mock_Operation";
70
71 public static final String USERGUIDE_HELP_URL = HELP_URL_ROOT + "index.html";
72 public static final String GETTINGSTARTED_HELP_URL = "http://www.soapui.org/gettingstarted/index.html";
73 public static final String GOTOSTEPEDITOR_HELP_URL = HELP_URL_ROOT
74 + "functional/gotostep.html#The_Conditional_Goto_Editor";
75 public static final String GROOVYSTEPEDITOR_HELP_URL = HELP_URL_ROOT
76 + "functional/groovystep.html#The_Groovy_Script_Editor";
77 public static final String PROPERTIESSTEPEDITOR_HELP_URL = HELP_URL_ROOT
78 + "functional/propertiesstep.html#Properties_Editor";
79 public static final String TRANSFERSTEPEDITOR_HELP_URL = HELP_URL_ROOT
80 + "functional/propertytransfers.html#The_PropertyTransfer_Editor";
81 public static final String JDBCSTEPEDITOR_HELP_URL = HELP_URL_ROOT
82 + "functional/jdbc-requests.html";
83 public static final String TESTCASEEDITOR_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#The_TestCase_Editor";
84 public static final String TESTSUITEEDITOR_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html#TestSuite_Runner";
85 public static final String LOADTESTEDITOR_HELP_URL = HELP_URL_ROOT + "loadtest/index.html#The_LoadTest_Editor";
86 public static final String STATISTICSGRAPH_HELP_URL = HELP_URL_ROOT
87 + "loadtest/diagrams.html#The_Statistics_Diagram";
88 public static final String STATISTICSHISTORYGRAPH_HELP_URL = HELP_URL_ROOT
89 + "loadtest/diagrams.html#The_Statistics_History_Diagram";
90 public static final String REQUESTEDITOR_HELP_URL = HELP_URL_ROOT + "requests.html#The_Request_Editor";
91 public static final String TESTREQUESTEDITOR_HELP_URL = HELP_URL_ROOT
92 + "functional/testrequests.html#The_TestRequest_Editor";
93 public static final String PREFERENCES_HELP_URL = HELP_URL_ROOT + "preferences.html";
94 public static final String TESTCASEOPTIONS_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#TestCase_Options";
95 public static final String LOADTESTOPTIONS_HELP_URL = HELP_URL_ROOT + "loadtest/index.html#LoadTest_Options";
96 public static final String XPATHASSERTIONEDITOR_HELP_URL = HELP_URL_ROOT
97 + "functional/response-assertions.html#XPath_Match";
98
99 public static final String ENDPOINTSEDITOR_HELP_URL = HELP_URL_ROOT + "interfaces/endpoints.html";
100
101 public static final String AXIS1X_HELP_URL = "http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference";
102 public static final String AXIS2X_HELP_URL = "http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html";
103 public static final String DOTNET_HELP_URL = "http://msdn2.microsoft.com/en-us/library/7h3ystb6.aspx";
104 public static final String GSOAP_HELP_URL = "http://www.cs.fsu.edu/~engelen/soap.html";
105
106 public static final String JABXJC_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html";
107 public static final String WSTOOLS_HELP_URL = "http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html";
108 public static final String TCPMON_HELP_URL = "http://ws.apache.org/commons/tcpmon/";
109 public static final String WSCOMPILE_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxrpc/jaxrpc-tools.html#wp80809";
110 public static final String WSIMPORT_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxws/wsimport.html";
111 public static final String CXFWSDL2JAVA_HELP_URL = "http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html";
112 public static final String XFIRE_HELP_URL = "http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL";
113 public static final String XMLBEANS_HELP_URL = "http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html#scomp";
114 public static final String ORACLEWSA_HELP_URL = HELP_URL_ROOT + "tools/topdown.html#Oracle_WSA";
115 public static final String JBOSSWS_WSCONSUME_HELP_URL = "http://jbws.dyndns.org/mediawiki/index.php/Wsconsume";
116
117 public static final String MAX_ERRORS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
118 + "loadtest/assertions.html#Max_Errors_Assertion";
119 public static final String STEP_MAXIMUM_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
120 + "loadtest/assertions.html#Step_Maximum_Assertion";
121 public static final String STEP_STATUS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
122 + "loadtest/assertions.html#Step_Status_Assertion";
123 public static final String STEP_TPS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
124 + "loadtest/assertions.html#Step_TPS_Assertion";
125 public static final String STEP_AVERAGE_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT
126 + "loadtest/assertions.html#Step_Average_Assertion";
127
128 public static final String SIMPLE_CONTAINS_HELP_URL = HELP_URL_ROOT
129 + "functional/response-assertions.html#Simple_Contains";
130 public static final String SIMPLE_NOT_CONTAINS_HELP_URL = HELP_URL_ROOT
131 + "functional/response-assertions.html#Simple_NotContains_Assertion";
132 public static final String GROOVYASSERTION_HELP_URL = HELP_URL_ROOT
133 + "functional/response-assertions.html#Script_Assertion";
134
135 public static final String MOCKRESPONSE_HELP_URL = HELP_URL_ROOT + "mock/responses.html";
136 public static final String MOCKSERVICE_HELP_URL = HELP_URL_ROOT + "mock/services.html";
137 public static final String MOCKRESPONSE_SCRIPT_HELP_URL = HELP_URL_ROOT + "mock/responses.html#Response_Scripts";
138
139 public static final String MOCKOPERATION_HELP_URL = HELP_URL_ROOT + "mock/operations.html";
140 public static final String MOCKOPERATION_SCRIPTDISPATCH_HELP_URL = HELP_URL_ROOT
141 + "mock/operations.html#Groovy_Script_Dispatching";
142 public static final String MOCKOPERATION_XPATHDISPATCH_HELP_URL = HELP_URL_ROOT
143 + "mock/operations.html#XPath_Dispatching";
144
145 public static final String RESPONSE_ASSERTIONS_HELP_URL = HELP_URL_ROOT + "functional/response-assertions.html";
146
147 public static final String TESTRUNNER_HELP_URL = HELP_URL_ROOT + "commandline/functional.html#Launch_Dialog";
148 public static final String XQUERYASSERTIONEDITOR_HELP_URL = HELP_URL_ROOT
149 + "functional/response-assertions.html#XQuery_Match_Assertion";
150
151 public static final String REQUEST_ASSERTIONS_HELP_URL = HELP_URL_ROOT + "functional/response-assertions.html";
152 public static final String LOADTEST_ASSERTIONS_URL = HELP_URL_ROOT + "loadtest/assertions.html";
153
154 public static final String UPDATE_INTERFACE_HELP_URL = HELP_URL_ROOT
155 + "interfaces/index.html#Updating_the_Interface_Definition";
156
157 public static final String NEWPROJECT_HELP_URL = HELP_URL_ROOT + "projects/index.html#Creating_a_WSDL_Projects";
158
159 public static final String GENERATE_MOCKSERVICE_HELP_URL = HELP_URL_ROOT + "mock/services.html";
160
161 public static final String GENERATE_TESTSUITE_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html";
162
163 public static final String CHANGEMOCKOPERATION_HELP_URL = HELP_URL_ROOT + "mock/operations.html#Change_Operation";
164
165 public static final String CLONEMOCKSERVICE_HELP_URL = HELP_URL_ROOT + "mock/services.html";
166
167 public static final String MOCKOPERATIONOPTIONS_HELP_URL = HELP_URL_ROOT + "mock/operations.html";
168
169 public static final String MOCKSERVICEOPTIONS_HELP_URL = HELP_URL_ROOT + "mock/services.html#MockService_Options";
170
171 public static final String CLONETESTCASE_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#Clone_TestCase";
172
173 public static final String CLONETESTSTEP_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#Clone_TestSteps";
174
175 public static final String CLONETESTSUITE_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html";
176
177 public static final String CHANGEOPERATION_HELP_URL = HELP_URL_ROOT
178 + "functional/testrequests.html#Change_Operation";
179
180 public static final String RUNTESTCASESTEP_HELP_URL = HELP_URL_ROOT + "functional/runtestcasestep.html";
181
182 public static final String SOAPMONITOR_HELP_URL = HELP_URL_ROOT + "monitor/index.html";
183
184 public static final String WSS_HELP_URL = HELP_URL_ROOT + "projects/wss.html";
185
186 public static final String OUTGOINGWSS_HELP_URL = HELP_URL_ROOT + "projects/wss.html#Outgoing_WSS";
187
188 public static final String INCOMINGWSS_HELP_URL = HELP_URL_ROOT + "projects/wss.html#Incoming_WSS";
189
190 public static final String CRYPTOSWSS_HELP_URL = HELP_URL_ROOT + "projects/wss.html#Keystores";
191
192 public static final String WSIREPORT_HELP_URL = HELP_URL_ROOT + "interfaces/wsi.html#Creating_WS-I_Reports";
193
194 public static final String RESOLVEPROJECT_HELP_URL = HELP_URL_ROOT + "projects/resolving.html";
195
196 public static final String NEWRESTSERVICE_HELP_URL = HELP_URL_ROOT + "rest/index.html";
197
198 public static final String RESTREQUESTEDITOR_HELP_URL = HELP_URL_ROOT + "rest/requests.html";
199
200 public static final String RESTMETHODEDITOR_HELP_URL = HELP_URL_ROOT + "rest/methods.html";
201
202 public static final String CREATEWADLDOC_HELP_URL = HELP_URL_ROOT + "rest/index.html";
203
204 public static final String WADL2JAVA_HELP_URL = "https://wadl.dev.java.net/wadl2java.html";
205
206 public static final String WADL_PARAMS_HELP_URL = HELP_URL_ROOT + "rest/params.html";
207
208 public static final String RESTRESOURCEEDITOR_HELPURL = HELP_URL_ROOT + "rest/resources.html";
209
210 public static final String MOCKOPERATION_QUERYMATCHDISPATCH_HELP_URL = HELP_URL_ROOT
211 + "mock/operations.html#Query/Match_Dispatching";
212
213 public static final String FORUMS_HELP_URL = "http://www.eviware.com/forums";
214
215 public static final String TRIAL_URL = "http://www.eviware.com/soapui/trial";
216
217 public static final String TESTSUITELIST_HELP_URL = null;
218
219 public static final String JDBC_CONNECTION_HELP_URL = HELP_URL_ROOT + "projects/jdbcConnections.html";
220
221 public static final String MOCKASWAR_HELP_URL = HELP_URL_ROOT + "mock/mock_as_war.html";
222
223 }