To configure service invocation:
-Dlog4j.configuration=resources/log4jconfig.xml
If you are invoking the service or API from a different machine, make sure that the CLASSPATH environment variable contains the WAS_HOME/AppClient/properties/ directory.
createEnvironment(VARIANT *lEnvHandle, BSTR sProgID,
BSTR sUserID, int *iRetval)
Signature for calling standard
APIs: <SterlingAPI>(VARIANT *lEnvHandle, BSTR inXML,
VARIANT *outXML, VARIANT *errXML, int *retval)
Signature
for calling services: executeFlow(VARIANT *lEnvHandle, BSTR flowName,
BSTR flowMsg, VARIANT *outXML, VARIANT *errXML, int *retval)
For examples of VB code, see the samples in the INSTALL_DIR/xapidocs/code_examples/complus
directory.