I am new to web services and I am trying to use RESTFul webservices. I am trying to pass parameter to RESTFul web server in Java from ajax. Here is what I did index.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8">
We have existing website built in C# and hosted on a shared Windows server. The aim is to build a simple app within existing website that would take in some data, entered by user, and process it using some R scripts (some statistics) and publish the
I am trying to write @POST sync method which will take in 2 String parameters. When I access the 2 links from the browser, I did not get the return String "SUCCESS!". It seems the methods doesn't get called at all? http://localhost:9080/SampleWe
This question already has an answer here: Passing parameters from main report to subreport in Jasper 3 answers I've created master report and I am adding a subreport which uses "Web Service DataSource" according the documentation. I am strugglin
I have an iOS application that sync data from a JSON restful web service. This method is called from an external class (not UI controller). This class has a sync method and It sends and retrieves data without any problem. My problem is how do I pause
From Elixir, I am trying to call a SOAP Web Service with detergentex, which is a wrapper around the Erlang library detergent. I can call the SOAP Web Service in the example on the detergent home page with no problems: http://www.webservicex.net/conve
I know that this is yet another topic with similar subject, but i've searched stackoverflow and i could not find answer to my problem. The situation is as follows: I have a webservice lets call it testservice with many methods. Recently i had to add
Spend two days looking through lots of questions but found nothing or may be I am doing something wrong. Basically, I am accessing an AXIS web service from inside a class library, and library is used by web application and windows service. Service re
Here is my function in DB_Functions.php, i want to get two different values from two different tables in single function only here is the code what i have tried so far but the values are coming null. public function getUserMetvalue($exname,$fname) {
I am trying to create a web service in Symfony. I have looked at these webs, and tried them all, but they do not work for me. http://besim.pl/SoapBundle/soapserver/configuration.html http://barandigoyen.wordpress.com/2012/07/13/como-implementar-un-we
When building simple restful web application we have a web server handling the requests coming from users. If this server is transforming request into messages and posts them in the queue. When processed by the micro-services how is the response gene
I am looking for a web service that displays the html structure of a webpage like a graph. I have seen an app years ago that looked beautiful. The input was a URL and the output was a flash tree with branches acting like springs and nodes had differe
Saving data in windows phone received from WCF/web service . The response may be received after sometime so how to handle this situation. Saving data is no problem but How to handel if data is received lateYou can use this code (show the code from my
I have a java web service which i want to use with an android client for that am using ksoap. My web service gives an answer which look like this : java.util.List : "[
[email protected],
[email protected], mob
iam new to windows phone7. I have 3 web services.from three web services iam fetching data and stored into my local database. iam placing a progress bar in the app which will show the progress of fetching data from these 3 web services. i dont know h
I have an interface that I've exposed as a regular SOAP web service. One method of the interface consists for the client to send a file to the server, then the server processes the file and returns a result file. Processing the file may take some tim
I am trying to find how to issue a call to the following restful service from JMeter: @DELETE @Path("/user") void removeUser(String userId); There are plenty examples on POST, GET, but I cannot find one for delete. Specifically, I cannot find a
Hi I want to implement a web service on a remote application server that will perform write actions to the database. Another application running on another application server will be consuming those web services that are exposed. How would I go about
I was trying to hit a web service using the instructions here: http://help.seeclickfix.com/kb/api/creating-an-issue I came up with the code below: string paramContent = "api_key=afs684eas3ef86saef78s68aef68sae&issue[summary]=abeTest&issue[lat
I'm struggling to design the server-side script that responds to requests from an Ajax application. In its current state, the app is divided into discrete pages (e.g., Orders, Items, Finances, etc.). Only when you switch between these pages does the
i'm working in a little project. The idea is send information from mobile device to a server, then the sever performs some calculations and return a response to de device. I know how to do this using Sockets (directly), ut I was wondering if there we
Hy, I have a c# program that sends emails with GMail SMTP server and I want to make a service or something running behind that sends this emails every 5 minutes. Does anyone have any idea how can I make this with c# and asp.net?Two options that sprin
I'm learning how to develop SOAP web services with Java. So far now I've been following this excellent tutorial http://web.archive.org/web/20120626005333/http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/ It all goes well, I have my web s
I'm using Apache Axis 1.5.1 to code a web service client connecting to a service over SSL. My application is running in Tomcat with SSL configuration setup in JKS. However, when I connect to the server, the connection is failing because the cert from
I'm programmatically starting a service in Axis 2 (1.5), like this: ConfigurationContext context = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); AxisConfiguration cfg = context.getAxisConfiguration(); Map<String, M
I want to know about the different types of web service responses.If you're talking about the response as in "it returns 2 strings and an int" you need to look at the WSDL of the webservice.
Is it possible from a Javascript code to find out "where" it came from? I needed this to provide scripts that could run folder-agnostic, e.g.: http://web1/service-a/script.js http://web2/some-folder/service-b/script.js And they're linked in: htt
I am in the process of setting up the wso2 php web services framework on my ubuntu 8.04 development server. However my webservice is failing. Looking into the wsf_client.log (custom log for the framework) file gives me the error in the question. I be
Are there any good webservices out there that provide good lookup information for Countries and States/Provinces? If so what ones do you use?If you only need US information, the US Postal Service provides a set of web services it calls WebTools for t
Is anyone aware of a (preferablly free) webservice that would accept a SOAP or REST request. This request would contain an IP address, and the service would return an approximation of that IP's location. EDIT: I need resolution down to the city of po