• [Web services gateway] Get document path

    How to retrieve document path using Projectwise web services gateway?
  • Create new Project with Web Services v1.3

    Hello, Is it possible to create Project with Web Service v1.3. I'v tried to POST data to the web services with the class Project. However, the web service would create a Folder and not a Project. Thanks,
  • Uploading document to specific folder using folder ID

    We are attempting to use Bentley Web Services v. 1.3 to upload a document to a specific folder via an http POST. Is there a way to do this using either a path or a folder ID? If so, what are the parameters we should use to target the folder?
  • Update Custom Attributes using Web Services V1.3

    Hi, We have been able to update the standard document property values (such as ‘description’) but have so far been unable to update custom attribute values. We are posting back the data in the same format that it’s received when getting document properties…
  • How to Retrieve Document's "State" Using Web Services Gateway API 1.3

    Hi, We have used Workflow and State in ProjectWise to manage the document security. Web Service allows us to retrieve the "Properties" of the document. But, we can't find any information about the "State" or "Workflow" linked to the document. How can…
  • Using Web Login in a custom web service

    I am writing a library using C# with P/Invoke that will be used to integrate Projectwise into an existing website and also create some web services. Are there any examples of the use of aaApi_WebLogin and session management that would assist in understanding…
  • ProjectWise web services API

    This API is now available and can be downloaded from the Files area of the private Bentley Developer Network community , which is available to current Bentley Developer Network (BDN) members. Joe Granville also posted an article about the API in the BDN…
  • Simple searches for documents

    Hi I am looking for some assistance/examples for searching for documents. In the documentation there is a section called Simple Search Functions covering aaApi_SimpleSearchCreateCriteriaBuffers and aaApi_SimpleSearchParseQuery . these would appear…
  • Assistance with writing dll containing specific function that will be used in C# project

    Anonymous
    Anonymous
    We are wanting to create a library (dll) for searching Projectwise and returning document information. The searches will be against a known environment and include criteria that uses both document properties and attributes from the environment. The library…