Home > Contents > Index >
Expanded TOC | Purpose TOC | Annotated TOC | Index
MiscGetMungoBlob
Returns a blob (binary large object) stored as an attribute of type blob for a Content Server flex asset.
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 Content Server.
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 > ![]()
FatWire Web Services Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.