2
votes
3answers
114 views
How to call a Grails service in a view?
Simple question :
I have a service class (let's say helpersService) and a method def constructURI(params).
How can I call this method from a template view.
I have tried the following code without …
0
votes
1answer
14 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
82 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
9 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
26 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
8 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
21 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
22 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
16 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
41 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
10 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 …
0
votes
3answers
82 views
Windows XP Pro Service runs using User logon, not using Local System
I wrote a Windows Service using VS 2005 and C# on WinXP Pro SP3. It starts another program which runs to completion and then exits.
The service is installed using installutil and serviceInstaller. …
2
votes
5answers
584 views
Free/open source service (SOA) management and monitoring tools
Hi,
I was looking for Free/open source service (SOA) management and monitoring tools. What tools have you used and is there any tool that you recommend?
Thanks
Manju
2
votes
2answers
54 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
50 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 …
