Community
Vault Customization
Share your knowledge, ask questions, and explore popular Vault API, Data Standard, and VBA topics related to programming, creating add-ins, or working with the Vault API.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting Soap Exceptions when trying to access UDPs

1 REPLY 1
Reply
Message 1 of 2
dlconsulting
635 Views, 1 Reply

Getting Soap Exceptions when trying to access UDPs

When executing the following code

...

           PropertyService propSvc = new PropertyService();
           PropDefInfo[] propDefs = propSvc.GetPropertyDefinitionInfosByEntityClassId("FILE", null);              // SOAP 106 Error!
           PropInst[] fileProperties = propSvc.GetPropertiesByEntityIds("FILE", new long[] { selectedFile.Id }); // SOAP 0 Error!
...

I'm getting a "SoapException was unhandled by user code" error.

 

For the 2nd line shown the error is "System.Web.Services.Protocols.SoapException: 106" and for the 3rd line shown the error is "System.Web.Services.Protocols.SoapException: 0".

 

My guess is that I'm not properly instantiating propSvc, but cannot find a clean example of this anywhere.  Any suggestions appreciated!

 

Dan

1 REPLY 1
Message 2 of 2
Redmond.D
in reply to: dlconsulting

The easiest way to set up your service is to use the WebServiceManager in Autodesk.Connectivity.WebServiceTools.

Vault Web View has an example of reading property values.



Doug Redmond
Software Engineer
Autodesk, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report