Problems with api type http and server

1
0
-1

If i configure my Bonita in "bonita-client.properties" to http api type. The http api doesn't work ( server doesn't respond), are there any changes which i also have to do?Are there any other documents which could help me?

http://documentation.bonitasoft.com/web-rest-api

http://documentation.bonitasoft.com/development-overview

# LOCAL
#org.bonitasoft.engine.api-type = LOCAL

# HTTP
org.bonitasoft.engine.api-type = HTTP
server.url = http://localhost:8080
application.name = bonita

# Remote: EJB3 / JBoss 5
#org.bonitasoft.engine.api-type = EJB3
#java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory
#java.naming.provider.url = jnp://localhost:1099

Is there a Web REST API documentaion for bonita 6.x like for bonita 5.x ( http://documentation.bonitasoft.com/javadoc/rest/5.7/API/index.html )?

Thanks for any hint ;-)

1 answer

1
0
-1

Hello, the documention about the Web Rest API of Bonita BPM 6.1.x is available here:

http://documentation.bonitasoft.com/web-rest-api-0

There are many other resources about 6.1.x API, like cookbooks, javadocs, and more

I hope this will help you.

Notifications