web-services

Communication Error in webservices

Hai Friends I am using webservice for validating the Email in the Online Its is Working fine in only one system where there is no restricts for some websites.In our office in some system i cant access any websites regarding the "Email".if the word email comes it says "it is a restricted site".if run that Application in some system it s...

How to create tree using web service?

Hi, I want to create tree structure using web service. I have used bottom up web service technique for creation of simple arithmatic operation. I can not understand, how to build a tree using web services. Is there is way to achieve this? ...

Web reference proxy is field specified

I have a WCF service. And in my mobile application I generated a Web References. I notice that for some fields it also generates a myFieldSpecified bool. For example, i have a class Quantity that contains an int quantity. on the mobile side it also generates a bool quantitySpecified. What is the purpose of this specified field? ...

Objective c webservice error

Hi, I have an error when calling a .NET webservice from objective c This is my code: -(IBAction)buttonClicked:(id)sender { NSString *postString =[NSString stringWithFormat:question]; NSLog(postString); NSURL *url = [NSURL URLWithString: address+@"?op=execute"]; NSMutableURLRequest *req = [NSMutableURLRequest requestWithURL:url]; NSS...

Suds Performance - client.factory.create() takes more than 2 minutes

I'm using Suds to send/receive SOAP messages in Python. It is taking an insanely long time to create an object to send via the soap envelope. client = Client(wsdldict['Contact'], faults=True, headers=session) #takes ~5 seconds lq1=client.factory.create("ns1:ListOfContactQuery") #takes ~130 seconds The WSDL file is fairly large (1MB) ...

.NET: Custom format for web service documentation?

For a web service created in .NET, navigating to the service in a browser results in a somewhat brief listing of methods in the service and any description that is provided. Is there any way to customize the format of the documentation for .NET web services? Customization might include something as simple as customizing the styles on...

Exception (Invalid HTTP server response [400] - Bad Request) When Invoking Web Service from Within JBoss

I am trying to invoke a web service from within a Java application deployed to JBoss 4.2.3. When I exercise the code that is invoking the web service from within Eclipse, I get no problems. When I exercise the code in a standalone application outside of JBoss, I get no problems. When I deploy that code though I get the exception below...

Database and web service models

I'm watching the 2010 Google I/O video on this topic and I have a few questions to make sure I understand properly. Google I/O 2010 - Android REST client applications Please note I also have a very limited understanding of CursorAdapters Right now my application just has a UI layer. I've created an object called DbAdapter using some ...

.NET NamedPipes client server communication issues web service

I'm trying to make a client/server talk back and forth in a project i'm working on. It seems to work OK when talking between 2 windows services (so far). But it seems to run into some problems when i put the client side in a web service. It works fine at first until lots of requests hit it in quick succession at which point the web se...

Authenticating call to WCF / Web Service from ASP.Net MVC

Hi everyone, Basic question here (I think), I was hoping someone could point me in the right direction. I don't know much about WCF but I'd like to create a web service to be called from an ASP.Net MVC application. The goal is to make sure only authorized ASP.Net users (we're using forms authentication) can call the web service, not j...

iPhone - Accessing MySql Server??

I am basically trying to retrieve some data from a MySql server, and display them on my iphone Let's say i have a table named "car" and i need to send 10 rows of my table to my iphone. 1- Is there any possible way to send an actual array of objects "cars" to my iphone. Or does it have to be a string. 2- If it has to be a string, what i...

A website offering (R)DBMS as service?

Couple of days ago I came across a website that offered (R)DBMS as a service. I did not find it useful at that moment. Now I might have changed my mind and I just can't find that website anywhere in the browser history. I recall that it only required an email address to send you the db/account info to. And there was the line "yes, that'...

Image resize (client side)

Hello, I own web photo print service, main problem is that pictures users upload are twice in size (megabytes) than those I need to print them in standard photo size. Bandwidth and disk space is not a problem, what IS a problem is time it takes to upload them (for user). If photo from camera is 2-3MB I wish to resize them somehow in ha...

Posting to ASMX Service and returning Object for jQuery

I am using fluent NHibernate with WebForms and I am trying to build a page where I allow a user to post a status update on their profile page and I a using a .asmx WebService to post the data to the database and then returnig a StatusUpdate instance to the page to be used by jQuery. I have a couple problems. 1) First off when I return a...

How do I get constants defined in my service using JAX-WS?

I have a webservice that I'm using JAX-WS annotations to generate the WSDL & associated client code (writing both ends, just using JAX-WS for the transport). I've got a method that can have different return values depending on the state of the request, @WebMethod public int uploadResults( @WebParam(name="authentication") Ser...

ASP.NET - Heavy connection problem with AJAX/JQUERY

I've written an updatescript that updates a few div's every second with serverside info. Now the problem is it seems kinda heavy usage, in google chrome my mouseanimation even keeps loading. I hope somebody can tell me how to better this script or maybe got an other solution. Here is my aspx page: <%@ Page Language="C#" AutoEventWireu...

Is there a WSDL-like mechanism for JSON?

My company is using SOAP for web services. Despite my efforts to convince my peers to use JSON, we still ended up using SOAP. WSDL was one of the main reasons (another is their unfamiliarity with JSON). That kind of annoyed me. I love JSON for its simplicity and lightweight, but I also like WSDL which provides the description of the dat...

Download Content From External URL and save in db with Ruby

This isn't webservices. I want to pass a url to a controller and then have it fetch the html from that page. Then store the information in a db. What do you think? How can I accomplish this? ...

How do I configure my web.xml to use Spring with noelios Restlets?

There is a lot of information and examples out there for combining Spring with Restlets, and it is somewhat confusing. Can anyone provide a simple web.xml and *-servlet.xml to demonstrate how I would combine Spring with Restlets? Specifically, I want the restlets to be created by Spring, and I want to use annotations for injecting res...

SDO XML DAS Avilibility in Shared PHP Hosting

What % of Shared Hosting Package Provide SDO XML DAS Extension installed. or has the capability to install it for the User. i.e. If my Application makes use of SDO XML DAS would I be able to work with it on any Shared Hoisted Server ? ...