addDocuments
public static AddDocumentsResponse addDocuments(java.lang.String serviceURL,
GCUBEScope scope,
org.apache.axis.types.URI resourceName,
org.apache.axis.types.URI collectionURI,
java.lang.String type,
java.lang.String[] documentNames,
org.w3c.dom.Document[] documents)
throws DataResourceUnavailableFaultType,
java.net.MalformedURLException,
java.rmi.RemoteException,
ServiceBusyFaultType,
InvalidResourceNameFaultType,
InvalidCollectionNameFaultType,
NotAuthorizedFaultType
Execute the AddDocuments operation
- Parameters:
serviceURL
- the URL of the data servicescope
- the target scoperesourceName
- the abstract name of the data resourcecollectionURI
- The URI of the collection to which the documents should be addeddocumentNames
- An array of document names to be addeddocuments
- The corresponding content of each document
- Throws:
DataResourceUnavailableFaultType
java.net.MalformedURLException
java.rmi.RemoteException
ServiceBusyFaultType
InvalidResourceNameFaultType
InvalidCollectionNameFaultType
NotAuthorizedFaultType