0
votes
0answers
6 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
7 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
26 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
0answers
18 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 …
4
votes
3answers
81 views
What does Crosscutting Requirements/Concerns mean in Programming?
These I come across this term a lot "crosscutting requirements/concerns" in programming world.
Although I think I have an idea what it means still I do not have a clear idea. I hear it a lot in web …
0
votes
2answers
76 views
Matrix Reporting Services Problem
I have a matrix with rows indicating a name (Ex Store name) and I have data pertaining to that in the DATA cells. I also have another date field in this format (MM/DD/YYYY). I would like to use a …
0
votes
1answer
20 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
2answers
32 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
19 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
7 views
Request on Soa, SoapUI, SaaS and Web services
Hi all,
I recently moved south to Bangalore and I am working for a large software integrator mainly testing. My project team is working on web service project. We plan to use an open source software …
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
22 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 …
0
votes
0answers
10 views
Infopath 2003: Enabled browser forms
Hi all,
I was wondering whether forms designed through infopath 2003 have the capability to be opened and fille out through a browser (using infopath forms services). While looking at the Tools --> …
1
vote
1answer
22 views
Sending form data to web service + call request
I am in the process of creating a system that sends specific user data to a web service. Basically, the user enters his name, telephone number and reference number. He then selects whether he is …
