• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 18, 2025, 05:22:05 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - mohit.bhonde

1
Hey all,

First off, thanks for making the soap api wonderful. I had 2 issues

1. Do not get debug/info level logs in ws-konakart.log after enabling konakart ws logging.
Used instructions here. https://www.konakart.com/docs/ConfigurationOfLogging.html
I see the ws-konakart.log file gets generated but I don't see SOAP calls logged.

What could I be missing in the log configuration?

2. I used tcpmon to see why the createOrder request might fail
I keep on getting this null response

<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:createOrderWithOptionsResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1="http://meatroot.com:9090"><createOrderWithOptionsReturn xsi:type="ns2:Order" xsi:nil="true" xmlns:ns2="http://wsapp.konakart.com"/></ns1:createOrderWithOptionsResponse></soapenv:Body></soapenv:Envelope>

Any help with these 2 questions is highly appreciated.

Best,
Mohit
2
Feature Requests / Re: REST API
November 13, 2015, 10:51:50 am
Thank you Julie!

Are there plans in future to provide RESTful services?
3
Feature Requests / Re: REST API
November 13, 2015, 10:33:44 am
I am trying to add my kart to the mobile app client (iOS and Android) and not any java client. What is the advisable way for that?
I fear that the SOAP services being synchronous in nature might run on main threads and cause the experience on the mobile app to suffer.

I appreciate any further response or thoughts on same
4
Feature Requests / REST API
November 13, 2015, 10:03:46 am
Hello all,

I see that the konakart documentation is currently favoring SOAP and it does have a JSON api too. Just making a JSON however does not make it REST web service right? Why is SOAP preferred by konakart over REST? Are there plans for konakart to expose RESTful web services in the future?

Best regards,
Mohit