public class WebServiceSoapClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
timeout |
static int |
WS_AUTH_TYPE |
static int |
WS_BASIC_AUTH_PASSWD |
static int |
WS_BASIC_AUTH_USER |
static int |
WS_ENDPOINT_URI |
static int |
WS_IDENTIFIER |
static int |
WS_INPUT_DOC |
static int |
WS_INPUT_MAP |
static int |
WS_JAVA_CLASSNAME |
static int |
WS_JAVA_METHOD_NAME |
static int |
WS_JAVA_METHOD_PARAMLIST |
static int |
WS_MAX_PARAMS |
static int |
WS_NAME |
static int |
WS_OPERATION_DOC |
static int |
WS_OUTPUT_MAP |
static int |
WS_POLICY_ID
Policy request Id associated with web service.
|
static int |
WS_TARGETNS |
static String |
WS_UT_AUTH |
static int |
WS_UT_PASSWD_TYPE |
static int |
WS_WSDL_URL |
| Constructor and Description |
|---|
WebServiceSoapClient() |
| Modifier and Type | Method and Description |
|---|---|
static String |
call(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info,
String[] inputValues) |
static String |
call(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info,
String[] inputValues,
int timeout) |
static String |
convertNumberToWords(int number) |
static String |
getBookPriceByISBN(String isbn) |
static Element |
getFirstChildElement(Node node) |
static String |
getSecurityToken() |
static Element |
getSpecificChildElement(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info,
Node node,
String str) |
static void |
main(String[] argv) |
static void |
processSOAPHeader(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info,
org.apache.axis.message.SOAPEnvelope env,
Element soapHeaderElem,
String defAuthUser,
String defAuthPass,
String utPassType,
String wsAuthType) |
static String |
test_rpc() |
public static final int WS_IDENTIFIER
public static final int WS_JAVA_CLASSNAME
public static final int WS_JAVA_METHOD_NAME
public static final int WS_JAVA_METHOD_PARAMLIST
public static final int WS_WSDL_URL
public static final int WS_NAME
public static final int WS_OPERATION_DOC
public static final int WS_ENDPOINT_URI
public static final int WS_TARGETNS
public static final int WS_INPUT_MAP
public static final int WS_OUTPUT_MAP
public static final int WS_INPUT_DOC
public static final int WS_BASIC_AUTH_USER
public static final int WS_BASIC_AUTH_PASSWD
public static final int WS_AUTH_TYPE
public static final int WS_UT_PASSWD_TYPE
public static final int WS_POLICY_ID
public static final int WS_MAX_PARAMS
public static String WS_UT_AUTH
public static int timeout
public static String call(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context, com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info, String[] inputValues) throws Exception
Exceptionpublic static String call(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context, com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info, String[] inputValues, int timeout) throws Exception
Exceptionpublic static Element getSpecificChildElement(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context, com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info, Node node, String str)
public static void processSOAPHeader(com.bmc.arsys.pluginsvr.plugins.ARPluginContext context,
com.bmc.arsys.pluginsvr.plugins.ARPluginInfo info,
org.apache.axis.message.SOAPEnvelope env,
Element soapHeaderElem,
String defAuthUser,
String defAuthPass,
String utPassType,
String wsAuthType)
throws Exception
Exceptionpublic static String convertNumberToWords(int number) throws Exception
Exceptionpublic static String getBookPriceByISBN(String isbn) throws Exception
Exception? Copyright 2013 BMC Software, Inc.