Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rahulsingh81

    Verify document filling using JAVA and CWS

    Thanks alot Appu...
  2. rahulsingh81

    Verify document filling using JAVA and CWS

    Thanks alot......... Sorry if my query were not to the point....... I just wanted to know the Best way to figure out "Whether a specific document exists in a specific folder" (e.g. Document with Title "Doc XYZ" is in Folder "Folder ABC" where "Folder ABC" is under Folder 1 :Folder 2 or it may...
  3. rahulsingh81

    Verify document filling using JAVA and CWS

    Hi Greg , Can you please help me with the query. At a given level, folder structure would be unique i.e. at FolderLevel1/FolderLevel2 i would only have one FolderLevel3. So i was hoping i can use ews = fDocMan.getRootNode("EnterpriseWS");Node ew1 = fDocMan.getNodeByPath(ews.getID()...
  4. rahulsingh81

    Verify document filling using JAVA and CWS

    Thanks Greg. At a given level, folder structure would be unique i.e. at FolderLevel1/FolderLevel2 i would only have one FolderLevel3. So i was hoping i can use ews = fDocMan.getRootNode("EnterpriseWS");Node ew1 = fDocMan.getNodeByPath(ews.getID(), pathelements)where path element is...
  5. rahulsingh81

    Verify document filling using JAVA and CWS

    Using Content Web Services and JAVA API, I want to verify whether a specific Document exists in specific folder e.g. Document with Title "Doc XYZ" is in Folder "Folder ABC". I want to know cleanest and best (performance) way of doing same as it would be a bulk verification process? One I Know...

Part and Inventory Search

Back
Top