Skip to main content
1-Visitor
March 21, 2016
Question

Using Model Manager Web Services

  • March 21, 2016
  • 1 reply
  • 2705 views

Hello

I'm trying to use Model Manager Web Services using Visual Studio.

There is a lack of documentation. I can create a project in VS and then add a Web Reference to Model Manager Web Services. Now how can I login?

How can I do a simple search?

Someone has a simple example?

Any help is appreciated

 

Alessandro

1 reply

13-Aquamarine
March 31, 2016

Search for "mmweb" in your IDE (Netbeans/Eclipse etc.)

mmweb implements the so-called Model Manager Web Client and is based on the WebService (Jetty Server).

Not a simple example, but one that works - including Login

Hope this helps.

aniccoli1-VisitorAuthor
1-Visitor
March 31, 2017

Hello Max

I have not found any Examples. Can you tell me  which java class has un example inside?

13-Aquamarine
March 31, 2017

Hi Alessandro,

"Webservices" are implemented by a huge number of Java Classes and are based on a Jetty Server.
There is no single class which gives you a full template how to use the Webservices.

Something close to a single class:

com\osm\webservices\legacy\WebServiceTestCase.java

Sorry, I myself do not implement code using Webservices - I extend Model Manager.

Max