AddFoldertoE-Shelf

General Purpose

The eshelf add Folder request adds a specific folder to the e-Shelf.
A success or failure acknowledgement is returned.

WSDL

The WSDL file is located under the following URL:
<your address>:<fe_port>/PrimoWebServices/services/eshelf?wsdl

Input Parameters

ElementDescriptionValueStructure
userIduser IDstringsub-element of getEshelfRequest
institutioninstitution codestringsub-element of getEshelfRequest
folderNamethe name of the new folderstringsub-element of getEshelfRequest

Output Parameters

ElementDescriptionValueDefaultStructure
segmentsRoot element of the XML treeno valueroot element
jagrootElement to contain one or several sub-elements (see structure)no valuesub-element of segments
resultElement to contain one or several sub-elements (see structure)no valuesub-element of jagroot
errorThis element contains the message attribute that contains a success or failure message.string

Example Input

<addFolderToEshelfRequest xmlns="http://www.exlibris.com/primo/xsd/wsRequest\"  xmlns:uic="http://www.exlibris.com/primo/xsd/primoview/uicomponents\">
        <userId>demo</userId>
        <institution>DEMO</institution>
        <folderName>demo_folder</folderName>
        <parentFolder>2242211</parentFolder>
</addFolderToEshelfRequest>

Example Output

<SEGMENTS xmlns="http://www.exlibrisgroup.com/xsd/jaguar/search">
  <JAGROOT>
    <RESULT>
      <ERROR MESSEGE=" Add Folder to eshelf action completed successfully" CODE="0"/>
    </RESULT>
  </JAGROOT>
</SEGMENTS>