web-services

Recommend a web service that handles location within a specific radius?

We have a client that wants a store locator on their website. I've been asked to find a webservice that will allow us to send a zipcode as a request and have it return locations within x radius. We found this, but it's maintained by a single person, and doesn't look like it gets updated or supported very well. We're looking for something...

What is a good book for saml (Security Access Markup Language) for developers or someone who wants to deploy

Hi I am working on developing single sign on module. I need to use saml but I have looked around internet and haven't been able to find good examples or good book names for it. I am a .net developer and haven't worked on security side a lot so this whole thing is a bit confusing to me. Please advise any good books or links on the topic...

Dynamic web service request in Windows Phone 7

Hello, I'm trying to dynamically send a SOAP request to different webservices. Each webservice has its own ID, so I just basically have to change the ID of the webservice in the URL, E.G.: http://mywebservice.com/ID/servicedosomething Anyway, I don't know how to do this manually. I can't reference the services because I would have to a...

Ruby on Rails 3 and how to make web service

I tried to make this to work, but I got "uninitialized constant ActionWebService" error when I use standard (old) actionwebservice, but if I install datanoise's actionwebservice gem I can't settup project properly to use them (in Gemfile with gem Bundler). There is a alternative? Someone make this think to work? ...

Web-API for shazam or a similar service?

Shazam on my Android phone works great. Now I'm looking for an api for Shazam or a similar service. This service should take a small part of a song and should return the metadata of the song. (title, artist) ...

Difference between stateless and stateful compression?

In the chapter Filters (scroll down ~50%) in an article about the Remote Call Framework are mentioned 2 ways of compression: ZLib stateless compression ZLib stateful compression What is the difference between those? Is it ZLib-related or are these common compression methods? While searching I could only find stateful and stateless w...

Is there a web based SVN viewer that I can just point my broswer to a browse repos?

I don't want to install a single thing. There must be a web based viewer somewhere! I'm having a hard time finding such a thing in google. There must be somewhere online where I can simply paste "svn://nex-3.com/gtk-themes" and it will let me browse the contents. ...

Heroku + Logs Command :: Can Logs Detail can be increased at Heroku.

Is it possible to see the last log of Heroku server. I have used heroku logs to see the last process but it shows limited log. But i want to see more process done at heroku. So what command or what process should I follow to see the logs at Heroku. Thanks in advance. ...

progress web service not working in visual studio

I am trying to add a web refernce to my project but it return me the following error Unable to import binding 'SecurityMgtObj' from namespace 'urn:services-progress-com:Sheffield_wsa'. Web service: http://www.expressway.com.au:8080/wsa/wsa1/wsdl?targetURI=urn:services-progress-com:Sheffield_wsa ...

Deploy ASP.NET Web Services

Hi, I have developed multiple WebServices in my project in ASP.NET. Now I need to deploy them as a single executable file. How can i do that? ...

RESTful Dictionary Service?

Hi all, this is only loosely programming related. I wrote myself a shellscript, that extracts all acronyms from a text and writes them to a file. Now I would like to process that file to add the definitions. My first google hit suggested using curl and the dict:// url scheme. However I am behind a proxy, which does not seem to allow th...

SoapHttpClientProtocol/HttpWebClientProtocol connection status

I have a WebService reference (.NET CF 3.5) based on SoapHttpClientProtocol. My question is - is there a way to determine whether a connection to WebService is established other than calling a web method? Can I check at any time that the underlying connection is established and get its status? Regards ...

Posting xml to a rest api in rails

Hi I need to post some xml info to a restful api can anyone give me a clue of how to do this? I'm using rails. Thanks in advance ...

nested tag in KSOAP

I have a question: How to handle nested tag in KSOAP webservice in android ? ...

Securing WSDLs and Schemas

I work with a group that is very adamant on keeping the wsdl and xsd that are associated with our web services as private as possible, and only distributing them to customers on a need to know basis. My question is this... Is this overkill? I realize that adds anyone layer of obscurity to any potential attacks, but is this really doing ...

How to share data across an organization

What are some good ways for an organization to share key data across many deparments and applications? To give an example, let's say there is one primary application and database to manage customer data. There are ten other applications and databases in the organization that read that data and relate it to their own data. Currently this...

WCF troubleshooting - async and zero results

How do you troubleshoot a WCF Service consumption from the client side (silverlight) when from the server you can tell that you service works (stepping through) and the client gets an ObservableCollection with nothing in it? void client_GetAddressesCompleted(object sender, GetAddressesCompletedEventArgs e) { var x = e.Re...

Clustered Web Services

Is possible to do a clustered web service (with JAX-WS), that each node receives automatically the resources? May be with EJBs? If possible, how to do it? Thanks ...

WebException: Unable to connect to the remote server

I have a client application that uses WebHttpRequest to get response from external server, it works fine but some times I'm getting the following exception .... System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did ...

Testing Weblogic webservices using SOAP UI

We have implemented webservices on Weblogic 10.3. I am trying to test the webservices using the SOAP UI client (soapui.org). but I get following error message: Error 401--Unauthorized Error 401--Unauthorized From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.4.2 401 Unauthorized The request requi...