# Problems with api type http and server

**URL:** https://community.ofelia.com/t/problems-with-api-type-http-and-server/4093
**Category:** Q&A
**Created:** [15 November 2013 08:58 UTC](https://community.ofelia.com/t/problems-with-api-type-http-and-server/4093 "2013-11-15T08:58:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Spectraflex](https://avatars.discourse-cdn.com/v4/letter/s/eada6e/32.png) [@Spectraflex](https://community.ofelia.com/u/Spectraflex)
#### Post date: [15 November 2013 08:58 UTC](https://community.ofelia.com/t/problems-with-api-type-http-and-server/4093/1 "2013-11-15T08:58:58Z")

</div>

&nbsp;

&nbsp;

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/web-rest-api)

[http://documentation.bonitasoft.com/development-overview](http://documentation.bonitasoft.com/development-overview)

> # LOCAL  
> #org.bonitasoft.engine.api-type = LOCAL
> 
> ```
> <p class="rteindent1">
> # HTTP<br />
> org.bonitasoft.engine.api-type = HTTP<br />
> server.url = http://localhost:8080<br />
> application.name = bonita</p>
> 
> <p class="rteindent1">
> # Remote: EJB3 / JBoss 5<br />
> #org.bonitasoft.engine.api-type = EJB3<br />
> #java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory<br />
> #java.naming.provider.url = jnp://localhost:1099</p>
> 
> ```

&nbsp;

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

Thanks for any hint ;-)

&nbsp;

&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![system](https://europe1.discourse-cdn.com/flex013/uploads/community_bonitasoft/original/2X/6/6b7b18c0478f2645369e82e009b65e3b97f2cc12.svg) [@system](https://community.ofelia.com/u/system)
#### Post date: [21 November 2013 15:04 UTC](https://community.ofelia.com/t/problems-with-api-type-http-and-server/4093/2 "2013-11-21T15:04:18Z")

</div>

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](http://documentation.bonitasoft.com/product-bos-sp/cookbook-api-examples), [javadocs](http://documentation.bonitasoft.com/javadoc-0), and more

I hope this will help you.
