Service ZipUtils

from zip-utils import ZipUtils

Port NameLocationProtocolInterfaces
iplocalZipUtilsInterface

List of Available Interfaces

ZipUtilsInterface

Operation NameInput TypeOutput TypeFaultsDescription
IOExceptionundefinedundefined-
listEntriesListEntriesRequestListEntriesResponse
IOException0#IOExceptionType
readEntryReadEntryRequestany
IOException0#IOExceptionType
unzipUnzipRequestUnzipResponse
FileNotFoundundefined
zipZipRequestraw
IOException0#IOExceptionType

Types

IOExceptionType:
Type Declaration
JavaExceptionType
IOExceptionType:
Type Declaration
IOExceptionType
JavaExceptionType:
Type Declaration
string {
  stackTrace[1,1]: string // 
}
ListEntriesRequest:
Type Declaration
void {
  filename[0,1]: string // 
  archive[0,1]: raw // 
}
ListEntriesResponse:
Type Declaration
void {
  entry[0,1]: string // 
}
ReadEntryRequest:
Type Declaration
void {
  entry[1,1]: string // 
  filename[0,1]: string // 
  archive[0,1]: raw // 
}
UnzipRequest:
Type Declaration
void {
  filename[1,1]: string // 
  targetPath[1,1]: string // 
}
UnzipResponse:
Type Declaration
void {
  entry[0,1]: string // 
}
ZipRequest:
Type Declaration
void