Amit,
I gave it another thought, and I see what you mean. I need to modify
the code and tweak it a bit and use it as a component to call another
services. This will be fine for now, but I will lose control over some
service that should not be exported. It will be nice if I can get the
same as the xmlrpc. For now this should work. I am getting a
nullPointerException with this code as the header is not being
initialized properly or not injected.

 @Context
    HttpHeaders headers;

I am still digging. Thank you a lot.



On Wed, Jun 13, 2012 at 1:23 AM, Amit <[email protected]> wrote:
> Hi Mansour,
>
> In the given example if you change Response object to String using JSON,
> that should work for you.
>
> Thanks and Regards
> Amit Sharma
>
>
> On Wednesday 13 June 2012 10:44 AM, Amit wrote:
>>
>> Use REST https://cwiki.apache.org/OFBIZ/export-service-using-rest.html
>>
>> HTH!
>>
>> Thank and Regards,
>> Amit Sharma
>>
>> On Wednesday 13 June 2012 10:18 AM, Mansour Al Akeel wrote:
>>>
>>> Is there a way to get JSON for all the services. Like SOAPService or
>>> xmlrpc, I like to be able to call the service through http in the same
>>> pattern:
>>>
>>> http://demo-trunk.ofbiz.apache.org/webtools/control/SOAPService/
>>>
>>> I looked in ./service/config/serviceengine.xml but couldn't find any
>>> reference to JSON engine. The closest I found is xmlrpc but nothing
>>> related to json.
>>>
>>>  <engine name="xml-rpc-local"
>>> class="org.ofbiz.service.engine.XMLRPCClientEngine">
>>>             <parameter name="url"
>>> value="http://localhost:8080/webtools/control/xmlrpc"/>
>>>             <parameter name="login" value="admin"/>
>>>             <parameter name="password" value="ofbiz"/>
>>> </engine>
>>>
>>> Is there a way to add json handler ?? for example
>>> http://demo-trunk.ofbiz.apache.org/webtools/control/jsonrpc
>>>
>>> thank you.
>>
>>
>

Reply via email to