Questions tagged [consuming]
43 questions
0
votes
1 answer
need an idea to save power consumed by app that do continuous recording
I have an application that depends on recording all sounds and analyses it and notify me when it records a specific tone.
So this app consuming battery power as it works all time to detect the sound tone wanted.
I need an idea to prevent this…
0
votes
1 answer
Can't call a WebMethod using javascript (html)
CalculadoraWebService:
package in.gruporia.javawebservice;
import javax.jws.WebService;
import javax.jws.WebMethod;
import javax.jws.WebParam;
@WebService(serviceName = "CalculadoraWebService")
public class CalculadoraWebService {
//Retorna la…

Valentina Troche
- 65
- 1
- 10
0
votes
1 answer
WCF - HTTPS/HTTP Hosting & Cosuming
I'm having an odd issue, I have hosted a WCF service on my local machine, I have enabled SSL on it & my service web.config looks like this;

KhanZeeshan
- 1,410
- 5
- 23
- 36
0
votes
1 answer
Unable to consume OpenShift REST API in C#.net
I want to know how can I consume OpenShift Rest API into C#.net based application. I have gone through URL
https://access.redhat.com/documentation/en-US/OpenShift_Online/2.0/pdf/REST_API_Guide/OpenShift_Online-2.0-REST_API_Guide-en-US.pdf, in this…

Jyoti
- 31
- 2
0
votes
1 answer
consuming in App purchased item
I'm trying to use in app purchase, after I want to purchase my item, I get the following error in the result of " IabHelper.OnConsumeFinishedListener mConsumeFinishedListener "
my Item is not a subscription !
the result.getmessage is as…

Muhammad Naderi
- 3,090
- 3
- 24
- 37
0
votes
1 answer
Consume in app billing
I have some problems with in app billing, I wanted to create an product inside the app that can be bought several times. But google made the in app billing in a way that a product first must be consumed before you can buy it again. I tried consuming…
user3529564
0
votes
3 answers
How to fully use the CPU in Matlab [Improving performance of a repetitive, time-consuming program]
I'm working on an adaptive and Fully automatic segmentation algorithm under varying light condition , the core of this algorithm uses Particle swarm Optimization(PSO) to tune the fuzzy system and believe me it's very time consuming :| for only 5…

Amir
- 155
- 3
- 16
0
votes
1 answer
JBoss AS 7 wsconsume: Failed to compile generated code - @XmlElementRef - required
I'm trying JBoss AS 7 wsconsume.sh, but I get compilation error on generated sources.
What's wrong?
The WSDL file comes from https://isir.justice.cz:8443/isir_ws/services/IsirPub001?wsdl
and it has few formal errors.
$ ./wsconsume.sh -p…

Ondra Žižka
- 43,948
- 41
- 217
- 277
0
votes
3 answers
Consuming Complex Comboboxes WPF
I want to have complex combobox with checkboxes, text, and may be a thumbnail. I have already looked at the following links which helped me alot while building complex…
user1381656
0
votes
1 answer
consuming webservice in android
http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/
The above link taught me how to consume webservice in android its working properly,the problem is it just printing some text after loading.But i need to consume the webservices…

Manick
- 817
- 2
- 15
- 24
0
votes
1 answer
Consuming a WCF service by a WPF client
I have created a wcf service and trying to consume by a wpf client. I am unable to see data in datagrid of my wpf client..Here is the code of both wcp & wpf
I have attached all the details in the following url..pls check it out n help…

Alok Kumar
- 21
- 1
- 7
-2
votes
1 answer
Consuming a Webservice
try
{
string xml = XMLExporter.OrderToXML(order);
WebRequest request = WebRequest.Create("http://localhost:60159/intranet/webservice/OrderService.asmx/ReceiveOrder");
request.Method = "POST";
byte[]…

Matheus Simon
- 668
- 11
- 34
-6
votes
1 answer
How can I consume web services in Android?
I want to consume soap web services from an Android Application. I am using ksoap2, but I am not getting the output. Please tell me alternate way to consume web services from an Android Application.
Thanks.

user1409783
- 11
- 1
- 5