1
2
3
4
5
6
7
8
9
10
11
12
13 package com.eviware.soapui.impl.wsdl.support;
14
15 public interface HelpUrls
16 {
17 public static final String HELP_URL_ROOT = "http://www.soapui.org/userguide/";
18
19
20 public static final String WORKSPACE_HELP_URL = HELP_URL_ROOT + "projects.html";
21 public static final String INTERFACE_HELP_URL = HELP_URL_ROOT + "interfaces.html";
22 public static final String OPERATION_HELP_URL = HELP_URL_ROOT + "interfaces.html#Operations";
23 public static final String PROJECT_HELP_URL = HELP_URL_ROOT + "projects.html#soapui_WSDL_Projects";
24 public static final String REQUEST_HELP_URL = HELP_URL_ROOT + "requests.html";
25 public static final String ATTACHMENTS_HELP_URL = HELP_URL_ROOT + "attachments.html";
26
27 public static final String TESTSUITE_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html";
28 public static final String TESTCASE_HELP_URL = HELP_URL_ROOT + "functional/testcases.html";
29 public static final String PROPERTYTRANSFER_HELP_URL = HELP_URL_ROOT + "functional/propertytransfers.html";
30 public static final String DELAYSTEP_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#Delay_Test_Step";
31 public static final String GOTOSTEP_HELP_URL = HELP_URL_ROOT + "functional/gotostep.html";
32 public static final String PROPERTIESSTEP_HELP_URL = HELP_URL_ROOT + "functional/propertytransfers.html";
33 public static final String GROOVYSTEP_HELP_URL = HELP_URL_ROOT + "functional/groovystep.html";
34 public static final String TESTREQUEST_HELP_URL = HELP_URL_ROOT + "functional/testrequests.html";
35 public static final String LOADTEST_HELP_URL = HELP_URL_ROOT + "loadtest/index.html";
36
37 public static final String USERGUIDE_HELP_URL = HELP_URL_ROOT + "index.html";
38 public static final String GETTINGSTARTED_HELP_URL = "http://www.soapui.org/gettingstarted/index.html";
39 public static final String GOTOSTEPEDITOR_HELP_URL = HELP_URL_ROOT + "functional/gotostep.html#The_Conditional_Goto_Editor";
40 public static final String GROOVYSTEPEDITOR_HELP_URL = HELP_URL_ROOT + "functional/groovystep.html#The_Groovy_Script_Editor";
41 public static final String PROPERTIESSTEPEDITOR_HELP_URL = HELP_URL_ROOT + "functional/propertiesstep.html#Properties_Editor";
42 public static final String TRANSFERSTEPEDITOR_HELP_URL = HELP_URL_ROOT + "functional/propertytransfers.html#The_PropertyTransfer_Editor";
43 public static final String TESTCASEEDITOR_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#The_TestCase_Editor";
44 public static final String TESTSUITEEDITOR_HELP_URL = HELP_URL_ROOT + "functional/testsuites.html#TestSuite_Runner";
45 public static final String LOADTESTEDITOR_HELP_URL = HELP_URL_ROOT + "loadtest/index.html#The_LoadTest_Editor";
46 public static final String STATISTICSGRAPH_HELP_URL = HELP_URL_ROOT + "loadtest/diagrams.html#The_Statistics_Diagram";
47 public static final String STATISTICSHISTORYGRAPH_HELP_URL = HELP_URL_ROOT + "loadtest/diagrams.html#The_Statistics_History_Diagram";
48 public static final String REQUESTEDITOR_HELP_URL = HELP_URL_ROOT + "requests.html#The_Request_Editor";
49 public static final String TESTREQUESTEDITOR_HELP_URL = HELP_URL_ROOT + "functional/testrequests.html#The_TestRequest_Editor";
50 public static final String PREFERENCES_HELP_URL = HELP_URL_ROOT + "preferences.html";
51 public static final String TESTCASEOPTIONS_HELP_URL = HELP_URL_ROOT + "functional/testcases.html#TestCase_Options";
52 public static final String LOADTESTOPTIONS_HELP_URL = HELP_URL_ROOT + "loadtest/index.html#LoadTest_Options";
53 public static final String XPATHASSERTIONEDITOR_HELP_URL = HELP_URL_ROOT + "functional/response-assertions.html#XPath_Match";
54
55 public static final String ENDPOINTSEDITOR_HELP_URL = HELP_URL_ROOT + "interfaces.html#Service_Endpoints";
56
57 public static final String AXIS1X_HELP_URL = "http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference";
58 public static final String AXIS2X_HELP_URL = "http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html";
59 public static final String DOTNET_HELP_URL = "http://msdn2.microsoft.com/en-us/library/7h3ystb6.aspx";
60 public static final String GSOAP_HELP_URL = "http://www.cs.fsu.edu/~engelen/soap.html";
61
62 public static final String JABXJC_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxb/xjc.html";
63 public static final String WSTOOLS_HELP_URL = "http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html";
64 public static final String TCPMON_HELP_URL = "http://ws.apache.org/commons/tcpmon/";
65 public static final String WSCOMPILE_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxrpc/jaxrpc-tools.html#wp80809";
66 public static final String WSIMPORT_HELP_URL = "http://java.sun.com/webservices/docs/2.0/jaxws/wsimport.html";
67 public static final String XFIRE_HELP_URL = "http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL";
68 public static final String XMLBEANS_HELP_URL = "http://xmlbeans.apache.org/docs/2.0.0/guide/tools.html#scomp";
69 public static final String ORACLEWSA_HELP_URL = HELP_URL_ROOT + "tools/topdown.html#Oracle_WSA";
70 public static final String JBOSSWS_WSCONSUME_HELP_URL = "http://jbws.dyndns.org/mediawiki/index.php/Wsconsume";
71
72 public static final String MAX_ERRORS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT + "loadtest/assertions.html#Max_Errors_Assertion";
73 public static final String STEP_MAXIMUM_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT + "loadtest/assertions.html#Step_Maximum_Assertion";
74 public static final String STEP_STATUS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT + "loadtest/assertions.html#Step_Status_Assertion";
75 public static final String STEP_TPS_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT + "loadtest/assertions.html#Step_TPS_Assertion";
76 public static final String STEP_AVERAGE_LOAD_TEST_ASSERTION_HELP_URL = HELP_URL_ROOT + "loadtest/assertions.html#Step_Average_Assertion";
77
78 public static final String SIMPLE_CONTAINS_HELP_URL = HELP_URL_ROOT + "functional/response-assertions.html#Simple_Contains";
79 public static final String SIMPLE_NOT_CONTAINS_HELP_URL = HELP_URL_ROOT + "functional/response-assertions.html#Simple_NotContains";
80
81 public static final String MOCKRESPONSE_HELP_URL = HELP_URL_ROOT + "mock/responses.html";
82 public static final String MOCKSERVICE_HELP_URL = HELP_URL_ROOT + "mock/services.html";
83 public static final String MOCKRESPONSE_SCRIPT_HELP_URL = HELP_URL_ROOT + "mock/responses.html#Response_Scripts";
84
85 public static final String MOCKOPERATION_HELP_URL = HELP_URL_ROOT + "mock/operations.html";
86 public static final String MOCKOPERATION_SCRIPTDISPATCH_HELP_URL = HELP_URL_ROOT + "mock/operations.html#Script_Dispatching";
87 public static final String MOCKOPERATION_XPATHDISPATCH_HELP_URL = HELP_URL_ROOT + "mock/operations.html#XPath_Dispatching";
88 }