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: 

Vault Web Service Calls 2014/2015

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
577 Views, 0 Replies

Vault Web Service Calls 2014/2015

Hello,

 

 I am new to Vault and Vault Customization,

 

This is Vault 2015 ADMS and 2015 client.

 

Here is what I am trying to do and may be i didnt understand.

 

I was working on this http://justonesandzeros.typepad.com/blog/2012/06/vault-on-android-poc-app.html

to build a small poc to check the capabilities.

 

I am getting following error.

expected END_TAG

1-08-2014 11-48-00 AM.png

 

Here is the code updated,

From: WSDL_TARGET_NAMESPACE = "http://AutodeskDM/Services/Security/11/15/2011/";

To: WsdlTargetNamespace = "http://AutodeskDM/Services/Security/1/22/2014/";

String soapAction = "http://AutodeskDM/Services/Security/1/22/2014/SignIn"; (Not sure if signin is correct)

 

When I try the followin in the browser:

http://127.0.0.1/AutodeskDM/Services/v19/SecurityService.svc

 

I get the following in the web browser

SecurityService Service

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:


svcutil.exe http://127.0.0.1/AutodeskDM/Services/v19/SecurityService.svc?wsdl
You can also access the service description as a single file:

http://127.0.0.1/AutodeskDM/Services/v19/SecurityService.svc?singleWsdl
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:

 When I go in to http://127.0.0.1/AutodeskDM/Services/v19/SecurityService.svc?wsdl

I couldnt see http://AutodeskDM/Services/Security/1/22/2014/SignIn

 

My Questions:

  1. What is the guide to learn about Webservice calls and some example on how to use.
  2. Is that correct the 2015 install files show 2014 ( http://AutodeskDM/Services/Security/1/22/2014/)
  3. In this mobile what is the issue and how to resolve it. (Code snippet would help me other budding developer than plain text)

 

 

0 REPLIES 0

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

Post to forums  

Autodesk Design & Make Report