Re: User authorization is required for this service

2020-01-16 Thread Madhi Krishnan
Thank You Rajesh for your reply. Is your work going to be part of ofbiz any time in the future? On Fri, Jan 17, 2020 at 12:22 AM Rajesh Mallah wrote: > Hi , > > OFBiz webservices are not exposed by default. We need to export them. > Once exported you can call them using SOAP or XML-RPC > > JSON

Re: User authorization is required for this service

2020-01-16 Thread Rajesh Mallah
Hi , OFBiz webservices are not exposed by default. We need to export them. Once exported you can call them using SOAP or XML-RPC JSON or REST API is not supported outright. I am working on a middleware that talks JSON to clients (Native or Web Apps) and XML-RPC with OFBiz . It is not exhaustive

Re: User authorization is required for this service

2020-01-16 Thread Madhi Krishnan
Hi Aditya Sharma Thank you for your reply.. So is there any way that we can expose ofbiz OOTB services and events as API. Thanks & Regards Madhi Krishnan. On Thu, Jan 16, 2020 at 5:56 PM Aditya Sharma wrote: > Hi Madhi Krishnan, > > You are calling createPartyGeoPoint and the given service req

Re: User authorization is required for this service

2020-01-16 Thread Aditya Sharma
Hi Madhi Krishnan, You are calling createPartyGeoPoint and the given service require authentication. See https://github.com/apache/ofbiz-framework/blob/cef21ced2165790a31102a1fbdc627ea717d1be9/applications/party/servicedef/services_party.xml#L60 User needs to be logged in to access this service.

Re: Promotional Print Company

2020-01-16 Thread Rishi Solanki
Hi James, Did you check the [1], [2] [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/FindRequest [2] https://demo-trunk.ofbiz.apache.org/ordermgr/control/FindQuote Check the service available OOTB to create order from quote. Its automation is not available but you can use that service fo

User authorization is required for this service

2020-01-16 Thread Madhi Krishnan
Hello, I'm looking to create a mobile application with react-native as a front-end tech and i'am looking to expose ofbiz services and events as API. I got to know that we can get Json response instead of screens to a request. So i created a request one below - And i tried to hit this point