[OSM-dev] J2ME and PUT requests to the API

Lauri Hahne lauri.hahne at gmail.com
Wed Jun 25 15:52:43 BST 2008


2008/6/25 Nick Whitelegg <Nick.Whitelegg at solent.ac.uk>:
>>Nick Whitelegg schreef:
>>> Hello everyone,
>>>
>>> Has anyone working on J2ME OSM client apps managed to communicate with
> the
>>> API using the PUT method? It seems J2ME doesn't support PUT with its
>>> HttpConnection. Would like to allow people to survey OSM POIs "in the
>>> field" with Freemap Mobile so any workarounds would be useful.
>>>
>>> If not I'll have to resort to going through a proxy and creating a
> special
>>> OSM user ("FreemapMobile" or somesuch) for the purpose.
>
>>You cannot make the request manually?
>
> There doesn't seem to be a method defined for doing this, no.
>
> Nick

I think at least some phones support socket connections. Googling for
"j2me sockets" gives some results supporting this idea. This would
allow you to construct a put request manually and sending it to
server.

-- 
Lauri Hahne




More information about the dev mailing list