Azioni sul documento
API docs or examples
Vai al livello superiore
Is there any documentation or examples on how to access and use the SOAP web services of CMDBuild? Any URLs or documentation pointers would be appreciated. Thanks.
-Alan
We are in the process of translating all the manuals, but the Web Service manual has not been translated to English yet.
Some informations that might be useful:
- If CMDBuild is running on localhost (port 8080) as the "cmdbuild" webapp, the WSDL can be produced by http://localhost:8080/cmdbuild/services/soap/Webservices?wsdl
- Passwords have to be digested, unless the property force.ws.password.digest is set to false in auth.conf
Having spent a while trying to decipher what is wanted by the Web service, examples seem almost imperative. Sure, I'm looking at the WSDL, but I can't decide what is wanted by, say, getCard. Is this the right method to find a card given a query? There are methods that reference a "query" or "filter" object, but there's no definition on what a "filter" should look like (syntax).
I could stand even a simple example in almost any language that showed, say, how to find a card by attribute (like Serialnumber).
I could also use some info on whether a lookup of a card across a domain is possible. Better explanation, if a Server card had a reference to an IP card, is there a syntax that would return the Server card that matched an IP address?
-Alan
Previously Tecnoteca wrote:
Most methods have self-explanatory names and parameters. I suggest you use soapUI (http://www.soapui.org/) to play with them before you start writing any code.Paolo



