Search found 8 matches

Go to advanced search

by Bablu
Mon Mar 11, 2013 5:36 am
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

The json web service allows us to send credentials in each request, so we don't need to send authentication ticket in each request as this java example does. For me any method is fine, as long as i receive data.

by Bablu
Mon Mar 11, 2013 5:34 am
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

Yes sure. But the code is using xml,a different web service url for data exchange. If i can replicate this in tiggzi, it will be great. It prints result on console. I am sending credentials also in code.Please strip them out once u have done testing. Thanks import javax.xml.soap.MessageFactory; impo...
by Bablu
Mon Mar 11, 2013 4:14 am
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

Yes it's post but it returns the diamonds of round shape. And i could actually get the data in a java class i wrote.But i am not able to do so from tiggzi rest service GUI.

by Bablu
Mon Mar 11, 2013 4:05 am
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

Max, no i don't need to upload data.
The example cited above showed the sample request to access the json data from their(rapaport) web service.

by Bablu
Sun Mar 10, 2013 1:53 pm
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

Here is the sample code of service i am trying to use.

http://technet.rapaport.com/Info/Pric...

by Bablu
Sun Mar 10, 2013 9:12 am
Forum: Issues
Topic: Json request with number parameter
Replies: 10
Views: 490
 
Jump to post

Json request with number parameter

My json request should look like: https://technet.rapaport.com/HTTP/JSO... { "request": { "header": { "username": "XXXXXX", "password": "XXXXXX" }, "body":{ "shape": "round", "size": 2.10, "color...
by Bablu
Sat Mar 09, 2013 4:20 pm
Forum: Issues
Topic: how to retrieve data from databse using where condition?
Replies: 2
Views: 174
 
Jump to post

how to retrieve data from databse using where condition?

Thanks a lot. You were fast.

by Bablu
Sat Mar 09, 2013 3:48 pm
Forum: Issues
Topic: how to retrieve data from databse using where condition?
Replies: 2
Views: 174
 
Jump to post

how to retrieve data from databse using where condition?

I know how to do it hardcoded values. But i want to pass values at run time, say from some local storage.

ex: {"studentId": {"$gte": 50}}'

I want this 50 to come from my input field.
If i can build my app, i will surely go for a PRO.

Go to advanced search