public com.sap.engine.services.dc.wsgate.DeployResult undeploy(
     com.sap.engine.services.dc.wsgate.Application[] apps,
     com.sap.engine.services.dc.wsgate.Option[] options)
     throws java.rmi.RemoteException, com.sap.engine.services.dc.wsgate.DeployFault {
   if (deployWSPortType == null) _initDeployWSPortTypeProxy();
   return deployWSPortType.undeploy(apps, options);
 }
 public java.lang.String getVersion() throws java.rmi.RemoteException {
   if (deployWSPortType == null) _initDeployWSPortTypeProxy();
   return deployWSPortType.getVersion();
 }
 public com.sap.engine.services.dc.wsgate.DeployResult deployLocal(
     java.lang.String[] archivePaths, com.sap.engine.services.dc.wsgate.Option[] options)
     throws java.rmi.RemoteException, com.sap.engine.services.dc.wsgate.DeployFault {
   if (deployWSPortType == null) _initDeployWSPortTypeProxy();
   return deployWSPortType.deployLocal(archivePaths, options);
 }