services

WCF Service Application or WCF Service Library?

Hi there guys, I am really new to WCF and one of the things that are confusing me right now is the type of projects that we can create with Visual Studio when it comes to Web services. I would like to know the difference between a WCF Service Application and WCF Service Library, and when to use each. Throw into the mix the WCF Data ...

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 called immediately or at a specific time. This information that is sent is then added to a dialler system and the calls back are generated fr...

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 like soapUI now. Are you able to point me to online and offline resources/trainings that can help me and friends get up to speed with this ...

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 --> Form Options, I could not find any related 'browser-enabled' check box. Can this be possible? ...

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 system. The same application i put in Server and tried to stop services in another server. It is failing. The app is able to ping the other s...

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 a full Java EE container I believe) but what do you think is the best solution for this? I have thought about using Glassfish v2 with JAX-...

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) { using (var portal = new SPSite(SPContext.Current.Site.Url, SPContext.Current.Site.SystemAccount.UserToken)) { using (var web = po...

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 ...

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 against a nullable int column. Here is the xaml: <UserControl xmlns:riaControls="clr-namespace:System.Windows.Controls;assembly=System.Window...

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 after the activity is destroy. I've moved the necessary code to the service, left comments in the activity where I'll need to call service...

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 a command line argument, but logically that seems like it should be unnecessary, hence this question. I'm hoping to run multiple copies o...

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 working systems and the non working systems have .NET 3.5 SP1 installed... The weird thing is that I have no problems getting the current TCP...

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 stopping me is that I am afraid that the clients will have to use a special sdk to connect (if they are using java or php or some other language)...

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' : failed to load external entity "https://usaepay.com/soap/gate/3213EA2A/usaepay.wsdl" Any idea on how to resolve it. Thanks, Pinaz. ...

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 permanently and have it dump to a new table which I listen to on updates via triggers. Does anyone know of a better way of doing this? This ...

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 ? ...

i want to pass the array of request to web service at once...it it possible?

I am working with some web services and I want to pass the array of request to the web service at once and the output should be returned once for the whole array of request. For example, let's say I am requesting the city details by city name. I want to build the array of city names and pass it to the web service and get all the detail...

Implementing an async WCF service

I have a WPF application which I'm currently working on separating into a client and server side - using WCF. I did not like the mess I initially got with the straight forward solution, so now I'm restructuring following the recommendations in the screencast of Miguel Castro, WCF Extreme. If you're not familiar with the video he basicall...

WCF RIA Services Silverlight 3.0

Hi, I have downloaded WCF RIA Services Beta from the following website: WCF RIA Services Beta for Visual Studio 2008 SP1 http://www.microsoft.com/downloads/details.aspx?FamilyID=76bb3a07-3846-4564-b0c3-27972bcaabce&amp;displaylang=en#filelist But I am unable to add a reference to the following assembly : system.Windows.Ria.Data I se...

php connecting to MediaWiki API and retrieve data

Hi guys, I noticed there was a question somewhat similar to mine, only with c#:link text. Let me explain: I'm very new to the whole web-services implementation and so i'm experiencing some difficulty understanding (especially due to the vague mediawiki api manual). I want to retrieve the entire page as a string in PHP (xml file) and the...