public class GoldMineIntegrationWebService extends Object
Modifier and Type | Field and Description |
---|---|
BBjString |
AdminPassword$
The default admin password which is needed to publish the service.
|
BBjString |
ServiceName$
The published name of the web service, which defaults to GMWS.
|
Constructor and Description |
---|
GoldMineIntegrationWebService()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
registerService()
Register the web service with the default name (GMWS) and publish it.
|
void |
registerService(BBjString p_serviceName$)
Register the web service with a specified name and publish it.
|
void |
XML(BBjServletEvent p_event!)
Handle web connections and execute a command via a provided XML string
|
public BBjString ServiceName$
public BBjString AdminPassword$
public GoldMineIntegrationWebService()
public void registerService()
public void registerService(BBjString p_serviceName$)
p_serviceName$
- The name of the published service. This will affect the URL used to access the service.public void XML(BBjServletEvent p_event!)
p_event!
- The servlet connection event