Tagged Questions

0
votes
0answers
10 views

About Sybase image

Hello everyone: Does image data type be converted to byte array in sybase? I apply web service to get data set in sybase( image data type). I use byte[] to get returning of web service. Then i use …
0
votes
1answer
19 views

Returning a List<SuperType> on a WCF service

Hey, I am trying to get a WCF service to return a List that contains instances of classes that inherit from A but am getting "The underlying connection unexpectedly closed" when the service returns …
0
votes
0answers
15 views

ASP.NET 3.5 client cannot connect to WCF service library hosted in IIS 7.5.

Hi, I have developed a WCF Service library and I am hosting it in IIS 7.5 I am able to test it using the VS test client but whenever i attempt to invoke it using a client in another solution i get …
0
votes
2answers
34 views

Android - Activity from a service?

I am extending the IntentService class to run a background service on Android. The service starts after bootup immediately. I want to pop-up a user input box from this service periodically. So, I …
2
votes
7answers
94 views

PHP: Multithreaded PHP / Web Services?

Greetings All! I am having some troubles on how to execute thousands upon thousands of requests to a web service (eBay), I have a limit of 5 million calls per day, so there are no problems on that …
0
votes
2answers
10 views

WCF Parameter Validation with Interceptor

I have a WCF service with operations that all require MyServiceRequest parameter (or derived type) and returns MyServiceResponse (or dervived type), i.e.: [OperationContract] MySeviceResponse …
1
vote
3answers
34 views

New to WCF Web Services.

Hi, I am new to WCF and I want to know if it is possible to create a WCF service on it's own application and host it on IIS. Then another ASP.NET application will consume it. So far all the examples …
0
votes
0answers
10 views

Google app engine vs mochahost or similar

Hi to everyone, I have developed a site with google app engine using python and django, now I have one other project like this (just for understanding what we are talking about not for spam) …
0
votes
1answer
23 views

Send A DataSet via Sockets in C#

I had written a Web Service to return a DataSet back to my ASP .Net site and this was working fine. However due to security issues and also the ability to get certain references installed, I have to …
2
votes
2answers
24 views

Consuming WCF service for development in advance?

Hi I was asked this question - How do you start consuming a WCF service in advance (read before being implemented/deployed)? I couldn't think of a very convincing answer and said probably we can …
0
votes
1answer
17 views

WCF - Configuring Client/server authentication in headers?

I've got a WCF service that will need to receive client credentials, and maintain some kind of role-based data, based on my auth method. The clients will reside on many different systems, and as …
1
vote
1answer
51 views

Cannot stop java service in Linux using start-stop-daemon

I have a process that is running as a java daemon on Ubuntu Linux. I cannot stop it using start-stop-daemon command in d_stop() below. The process id should be written to file $PIDFILE during the …
0
votes
1answer
13 views

[Android SDK] Throw a custom exception from a service to an activity

Hi, I'm currently working on an XMPP app' on Android and I'm pondering about the best way to throw a different type of Exception than a RemoteException to my activity from my service. As it seems …
2
votes
2answers
60 views

Is there a way to get to know if the user is on call while using my app?

Is it possible to identify whether the user is on a phone call while using an app. Here is the scenario: I get a call I accept the call Tap the home button Launch an app At this point can I tell …
2
votes
2answers
55 views

How do I discover RESTful Web services?

When I want to find a "Big" Web service (WS-*/WSDL based) of required functionality I can simply google for ".... filetype:wsdl" because Google indexes also WSDL definitions. Or I can simply use some …

1 2 3 4 5 31 next
15 30 50 per page