web-services

what is RESTful Web Services?

Possible Duplicate: What exactly is RESTful programming? what is RESTful Web Services? can some one please provide example of it ? What is difference between the asmx webservices and wcf restfull service ? ...

WCF webservice: HTTP/1.1 400 Bad Request while sending large input

I am connecting to a WCF based webservice. For certain methods, the input contains a list of objects/structures. When the number of items in this list increases beyond a certain number, the service fails with HTTP/1.1 400 Bad Request when I try to test the same using SOAPUI. I tried changing the web.config file with the following changes...

Publishing multiple ports with one service using JAX-WS 2.0 and @WebService

I want to create a SOAP service with multiple port types exposed, where each port type has a separate interface. I'm trying to do this using JAX-WS 2.0. Example: interface A: ObjectA get(String name); interface B: ObjectB get(String name); Service: port A get port B get The problem I'm having is ...

What is the best book about single sign -on implementation ?.

I need a book about single sign-on implementation, management and application integration. Besides Enterprise single sign-on and Common Single Sign-On Configurations explanations. Any suggestions ?. Thanks in Advance !!!. ...

Error Handling CRM 4 Webservice

What is the best way to trap errors/exceptions with the CRM 4 Web service. Is there a way to get more detailed error messages from the web service? There is a custom application that creates orders and when the get a error message from the web service it is not very details or useful. Is there a better way to get more detailed message...

any suggestions for getting the data for the web portal?

I have launched a new Movie Based web portal, I have completed the programming part and Made the site dynamic. My Question, How can i get the data about the Movies from different languages For example: www.imdb.com has a huge database collection. Is there any web crwaling methodology where we can get it? Or dirty method of Complete Data ...

Automatic text translation

What tools or web services are available for machine text translation. For example ENGLISH TEXT > SERVER or LIB > GERMAN TEXT Libraries are also acceptable. Is Google language API the only one ? ...

web service call in php4.

I did this code for my own server in php5, but when I tried to deploy it, I found that the test and production server are php4 (my fault!). So I need to now who to convert this to run it in php4. The following code works OK on php5: <?php $wsdl = 'http://blahblah:8081/services/LoginWebService?wsdl'; $client = new SoapClient($wsdl); ...

Creating a Website Widget / API

Hi all, I recently created a website for a friend (asp.net/sql server), the website includes news of his company and he and his team update this frequently. The question has been asked if i could now create a widget / api of some sort that visitors of the website could now include the news on there own website should they wish too. I f...

web service for "fake" cross domain requests?

does there exist a service that will let me fetch the contents of another page and return it in some ways i can console via javascript? i need to make a cross domain request, and i am trying to find a way to do so without writing my own web service ...

How can we publish a WebService in Visual Studio 2008 ?

I've created a WebService in VS2008, How Can I publish it with VS2008 ? ...

Why is RPC over HTTP a secutity problem?

I am currently reading on Web Services. There is a SOAP tutorial at http://www.w3schools.com/soap/soap_intro.asp . The following paragraph is from that page: "Today's applications communicate using Remote Procedure Calls (RPC) between objects like DCOM and CORBA, but HTTP was not designed for this. RPC represents a compatibility and ...

VIP WCF, Only My Application can see but no else can see any reference at all

There is a WCF I created on the server, running. And I built an application that connects this url. This is an exe that can be run in every PC. The thing that I want, only this app can see this WCF, and can use its utilities, the others can see nothing, no url , no reference, no wsdl of the web service. How can I create this environmen...

Call to .NET web service timed out (Android dev using KSOAP2)

I'm getting a Java Socket Exception "Operation timed out" when trying to call a .NET web service method. I've followed the many examples out there on the web to get my android to call a .net web service. I'm running the web service using VS2010 in debug mode. The web method I'm calling is very simple -> "string GetVersion()" I've rea...

Webservice throws internal server error when webbrowser control is used

I have a web service, created using C#. For some reason, it seems to throw a 500 internal server error whenever I invoke my exposed method. I set some breakpoints and found the following line is what does it: m_Browser = new WebBrowser(); Any idea why this line would cause my service to crash? The WebBrowser control is in the System.W...

How to improve blending performance to make smooth scrolling?

Fast intro Edit: I have 9 cells. All 9 cells contain bundle image. 7 bundle images have some kind of transparency (in file, not as a blending option in code) to load images from web underneath them. The scrolling problem affects the table view when both bundle and web images are loaded into arrays as UIImage objects. If I disable draw...

ORMs for WebServices DataSources?

There seems to be lots of great Object Relational Mappers out there - several of which I have used myself (LLBLGen being one I like a lot). Does anyone know of any .Net tools out there to help build a rich Data Access layer when the DataSource is not a database - or more specifically, where the datasource is multiple, highly granular, we...

Web service bug in .NET

Hi all, I have the following web service method (.ASMX file): [WebMethod(EnableSession = true)] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public GetTruckBasicReturnedObject GetPollBasic(ulong truckId) { return new GetTruckBasicReturnedObject(); } Any time I uncomment this method, when I try to get to the service test pa...

I need to know the predefined point is in the sea or on the land

Hi, I have a system where users put some coordinates (latitude/longitude), I need to check if specified coordinates are in the sea or not. Is there any service that could give me the answer. Or is it possible to do this using google maps. thank you in advance. ...

Web service URL rewrite on Godaddy Linux account

I have a Godaddy shared Linux hosting account. I assume that for this issue I'll need to rewrite URLs, but my Apache knowledge is quite limited, so please excuse me in advance if the question is too noob-ish :). for domain xxx.com, I call my PHP web service like this: http://service.xxx.com/catalog.php?action=getcatalog&amp;catalogid=7...