-2
votes
3answers
177 views
Why do Programmers love Google? [closed]
Google's strategy to woo developers seems to be: "give anybody API access to pretty much every service we run", Search, Maps, etc. While this seems to motivate a lot of small time …
0
votes
0answers
73 views
Why do you love Google? [closed]
Google's strategy to woo developers seems to be: "give anybody API access to pretty much every service we run", Search, Maps, etc. While this seems to motivate a lot of small time …
-2
votes
0answers
26 views
web services information needed
how can we implement web services in a mobile and an iphone?are api same as web services?what are j2me and ajax used for.what other technologies can be used for web services?totall …
0
votes
1answer
11 views
Drupal node.save and JSONP
I am having an issue with call Drupal node.save using MooTool's JSONP. Here is an example.
Here is my request:
callback Request.JSONP.request_map.request_1
method node.save
sessi …
1
vote
1answer
51 views
Why does my WCF service method only work once I’ve called MessageBox.Show()?
I have a WCF service which provides a method that creates a file. Sometimes it takes a little while for this file to appear, and other methods which are relying on that file's exis …
0
votes
0answers
11 views
Query Regarding XML
How To call Xml File into Our Xcode Application…
I want to do application like Photo Gallery , I need to download the XML file over internet and it store it in my MAIN BUNDL …
0
votes
3answers
58 views
Best Practices Server Side Scripting or Web Services
Hello,
Let me start off by stating that I am a novice developer, so please excuse the elementary nature of my question(s).
I am currently working on a Flex Application, and am …
0
votes
2answers
46 views
Grails: How do you unit test a command object with a service injected into it
I am trying to test a Controller
that has a Command object with data binding.
The Command Object has a Service injected into it.
But When I try test the command object the inject …
0
votes
0answers
14 views
Illegal Instruction in service using SCM in VC++
Hi guys,
I have issue in service created using VC++ code.
as my ServiceMain function ends. it returns following error in End of the function(in release it crashes.)
Unhandled ex …
0
votes
5answers
32 views
Mac OS X app/service and stdin?
I'm debugging a service I'm developing, which basically will open my .app and pass it some data to stdin. But it doesn't seem like it's possible to something like:
open -a myapp.a …
0
votes
2answers
32 views
“Correct” location for Windows service data?
Since a Windows service doesn't run within a user context, what is the "correct" place to put writable data? Is there such a location that is version-independent (I'm thinking Vis …
1
vote
3answers
47 views
Should we create local web services within an Asp.Net application which are called by the application itself?
Hi,
I've moved to a new project team and while going over the codebase, found that the team have created a number of local web services which then get called by server code in oth …
0
votes
1answer
29 views
WCF: Enforce equal DataContracts on both sides
Hi all,
I'm wondering if it is possible to have WCF make sure that the DataContracts on both sides of a connection are exactly the same (and throw an exception when trying to conn …
0
votes
0answers
18 views
what is the best way of developing the web services and deploying them into a web application?
what is the best way of developing the web services and deploying them into a web application?
0
votes
1answer
22 views
Windows Service cannot start a Thread in Win 2003 Server
Hi,
My Windows service is able to launch threads (suing the ThreadStart delegate) in Win XP, but in Win 2003 Server it cant, it is not throwing an exception too ... the thread is s …
