web-services

How can I change the time limit for webClient.UploadData()?

I am using WebClient.UploadData() to do a post on a Java server. How can I extend the time limit? (It times out every time I am trying to do some debugging) ...

How to monitor external web services?

We are developping a web application that uses external web services as the main data source. The web services have been created and are maintained by one of our close partners. Even though they are supposed to work all the time, they are not 100% reliable. From time to time, they stop being reachable or they start throwing exceptions. ...

Calling webservice from C++

Is there a way to call a webservice from C++ code (gcc - not MS)? ...

WebService DataSet Deserialization Error - diffgram

I am using a third party web service that I have no control over. This web service returns a DataSet from one of its methods. When I call the method, I get an error: {"There is an error in XML document (1, 34926)."}. The inner exception is "Column requires a valid DataType". I have used fiddler to actually look at the XML that is being...

Search Server 2008 RecordClick -- How to implement?

Setting up Microsoft Search Server 2008 and going to expose the search functionality to DotNetNuke via the webservice (Search.asmx) but we want to record the clicks in order to tailor search results by creating new Best Bets, etc. The webservice has a method "RecordClick" which is supposed to provide that functionality... problem is I c...

A WebService is only available as http, but I need https. What's the best technique here?

Yeah, so everyone knows WeatherBug, right? They have this URL... http://[apicode].api.wxbug.net/weatherservice.asmx Works great, but they don't supply an https alternative for those on secure connections. What's the best technique to use here? I know I need to create my own page or service and that way it hits "my" service on https in...

How can I use Java WebService to push data to client

I have some CMS. and have a requirement that these CMS can send article together whenever needed. I think I can use WebService to solve my problem by do following: 1/ CMS-01 invoke WS by sending data(article and received CMS(s)) when it want to send an article 2/Webservice receive data and push to other CMS(s) which CMS-01 have selected....

Physical middle-tier separation for Windows Forms apps

I've been designing quite a few Windows Forms applications lately (data-entry apps, office integration, etc), and although I've always designed with logical tiers in mind, the "middle tier" business logic layer has always been hosted on the desktop PC (i.e. physical client-server). As I approach more complex applications, I find myself ...

what is web method attribute in web service?

what is web method attribute in web service? fro example [WebMethod(EnableSession = true)] [ScriptMethod(UseHttpGet = true)] public string GetApplicationDomains(string strParameterList) { } for what purpose this attributes WebMethod and ScriptMethod are used? ...

What is Ws-1 profile in Web service ?

What is Ws-1 profile in Web service ? ...

How can I change <wsdlsoap:address location=""> at runtime

I use Java and Axis to develop my website and WebService and I hava a problem: I have 1 WS module and I have pluged it into some websites run on diferent servers. And I have a program call WebServices, but I want to invoke specific WebService (belong to specific my website), so I nedd to change value of <wsdlsoap:address location=""> a...

"-(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data" not called...

Hi All , Have a look to this code snippet:- -(void)connection:(NSURLConnection *)connection didReceiveResponse:(NSURLResponse *)response { [webData setLength: 0]; } -(void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { NSLog(@"Recieving Data..."); [webData appendData:data]...

Moving webservices to point to on virtual directory.

Hi, Currently we have 5 web services each one configured in IIS with their own virtual directory. We have now moved all the webservices into the same virtual directory folder. Will this have any impact on performance or any other problems? JD. ...

What is web service composition?

What exactly is web service composition? ...

Tool to POST XML string to webservice for testing

Hi. We have developed a RESTful web service which expects an XML string to arrive as "parameter". For QA to test the web service, I am looking for a simple tool (With GUI preferably) which can do a POST to a URL with a XML string and show the resulting XML back. Is there a popular tool for the same? Thanks for the help in advance. Ch...

Random AuthenticationManager CustomTargetNameDictionary exception when calling a WCF service

I Have been receiving this error when making a call to a WCF service from a ASP.Net application: Unhandled Exception: System.InvalidOperationException System.InvalidOperationException: The entry found in AuthenticationManager's CustomTargetNameDictionary for {URL} does not match the requested identity of host/{Hostname}. Server stack ...

xml file in soap

My last question about soap series :) Now, i have xml file which must be send to the soap web service. Do i have to attach it as file to request OR send as method parameter in request? What is the best approach? By the way size of file is variable.it can be reached 10mb sometimes. Thanks ...

How to send HTML form RESTfully?

I have a URI for a collection of resources called 'facts', and URIs for each 'fact' resource in that collection. The form for creating a new 'fact' should be requested with a GET, I believe, but I'm having trouble deciding what URI it should be made to. A GET to the collection URI should return a list of the 'fact' resource URIs. Each ...

Connecting to a WSE 3.0 Web Service From a WCF Client

I'm having difficulty connecting to a 3rd party WSE 3.0 web service from a WCF client. I have implemented the custom binding class as indicated in this KB article: http://msdn.microsoft.com/en-us/library/ms734745.aspx The problem seems to have to do with the security assertion used by the web service - UsernameOverTransport. When I ...

Geolocation web service recommendations

Does anyone have any recommendations on geolocation web services (preferably free!)? Planning on using it in an asp.net app, I'd heard Google might have something. ...