Home > Contents > Index >
MiscGetMungoBlob (Deprecated)
Syntax
miscGetMungoBlob(java.lang.String authusername, java.lang.String authpassword, java.lang.String BLOBKEY)Parameters
authusername (required)
- (String) Name of the user to log in, as registered in Sites .
authpassword(required)
- (String) Password for the associated user name.
BLOBKEY (Required)
- (String) ID for the mungoblob flex asset. The ID value comes from an ASGetAttributeValues operation that specifies a flex asset attribute of type
blob
.
Exceptions
Possible error values include:
Error Text Need Blob Key parameter Could not communicate with server Invalid response from server
Example
The following code loads and saves a mungo blob (PDF file).
MiscService service = (MiscService)new MiscService_Impl(); MiscPortType port = service.getMiscPort(); byte[] blobOUT = port.miscGetMungoBlob("user_author", "demo", "1011495632110");See Also
Home > Contents > Index > ![]()
Oracle Web Services Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.