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. HTH Thanks and Regards, Aditya Sharma On Thu, Jan 16, 2020 at 5:23 PM Madhi Krishnan < [email protected]> wrote: > 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 - > > <request-map uri="createPartyGeoPoint"> > <security https="true" auth="false"/> > <event type="service" invoke="createPartyGeoPoint"/> > <response name="success" type="request" value="json"/> > <response name="error" type="request" value="json"/> > </request-map> > > And i tried to hit this point form Postman with basic authentication > (UserName : admin , Password : ofbiz) added to the header and the required > IN parameters. > > But I'm getting an error message saying that " > User authorization is required for this service: createPartyGeoPoint"; > > Am I missing something? if yes let me know. > Thanks > Madhi Krishnan >
