1
vote
2answers
69 views
how one can be a good about web services… [closed]
what basics and what advance things
should be learn to be master in web
services...
1
vote
1answer
11 views
Script to list non-Microsoft Services
Hi guys
Been lookin' for a way to list the non-Microsoft Services to a *.txt file.
Either using vbs or a batch file will be sufficient.
I've tried numerous ways with WMI and the sc.exe command, but …
0
votes
1answer
22 views
Business logic and services
In a three-tier/multitier architecture (UI/Logic/DAO/Domain model), can services be considered as belonging to the business logic layer or are they situated as something separate ?
0
votes
1answer
9 views
Analysis Services Real Time Trace Logs
I'm looking to get the trace logs for AS (same stuff as for SQL server) in real time. I can't find any .net interfaces to this stuff. So far the only realistic solution I can think of is to run it …
0
votes
0answers
13 views
Manage timeouts in the Reporting Services 2005
Hi.
There're some problem. I have a report which is executed long time. When the one hour passes "The page cannot be displayed" error is appear.
I think it's smth. with timeout settings.
This …
0
votes
1answer
8 views
SOAP-ERROR: Parsing WSDl
In my ASP.NET website I am trying to comsume a webserice and I and getting the following error:
SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://usaepay.com/soap/gate/3213EA2A/usaepay.wsdl' : …
1
vote
2answers
9 views
wcf and web service compatiblity
I have a web service that is used by many different clients using many different languages.
I want to switch it to wcf to take advantage of the many different endpoints.
However what has been …
0
votes
0answers
13 views
Any particular services that has to run ? (win32_networkadapterconfiguration)
Hi. I'm having problems with a script that changes the TCP/IP settings of my NICs. The script works as it should on most PCs, but on some it don't. I can't figure why it wont work because both the …
1
vote
1answer
58 views
How can a Windows Service determine its ServiceName?
I've looked and couldn't find what should be a simple question:
How can a Windows Service determine the ServiceName for which it was started?
I know the installation can hack at the registry and add …
0
votes
1answer
35 views
Android bindService / remote services - any basic examples?
As a newbie to Android development, I'm trying to do the basics and build a media player. It works fine in one activity, but I'm now moving the MediaPlayer stuff to a remote service so it can carry on …
0
votes
0answers
21 views
Filtering in Silverlight with RIA Services
I have a small SL application that uses RIA services to display employee data (Northwind database) in a data grid. I have a text filter, that works fine against varchar columns but does not filter …
0
votes
2answers
34 views
web services & php
Hi...
I need help because I don't know about web services using php
somebody help me
I need to create a web services with php and I need some any reference (free)
Thanks for your help
0
votes
3answers
20 views
Creating an SPListItem in a WCF service deployed to SharePoint
Hi all, i have the following method in a WCF service, that has been deployed to SharePoint using Shail Malik's guide:
[OperationContract]
public string AddItem(string itemTitle, Guid? idOfListToUse)
…
0
votes
1answer
10 views
Java Web Service for .NET 2.0 Client on Linux (Fedora)
Hi,
I'm tasked with creating a Java Web Service for a .NET 2.0 client to consume.
What would your suggestions for the implementation be?
The solution doesn't need to be very heavyweight (don't need …
0
votes
0answers
24 views
Unable to stop .NET windows service remotely
Hi
I have developed an app in C# .NET 2005. It is used to Start and Stop .NET windows services
remotely. If i run this app in my local system, it works fine. It stops the windows services in other …
