A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.

learn more… | top users | synonyms (3)

0
votes
1answer
7 views

How to return xml data from webservice to jquery ajax call from a webform

This is my JQuery AJAX call. This is inside the document.ready() function. This is supposedly the one that will read the xml data returned by the webmethod in my webservice: $.ajax({ ...
0
votes
0answers
9 views

Display Windows icons for file extensions in browser

Is it possible to show the icon of a given file extension in a browser? Essentially, I am allowing users to browse a "virtual" file system. You can think of it like a SharePoint site, and I want to ...
0
votes
1answer
16 views

Advice on exception handling in webservice

I need some advice on a good exception handling strategy in my webservice. My web service methods are doing the standard CRUD operations against an Oracle database. Therefore, I have some methods ...
0
votes
1answer
11 views

Authentication Error while retrieving html code c#

I am trying to retrieve the source code of a site by using the built in webclient class. I can not find a work around for the problem I am getting: error 407: proxy authentication Required When ...
0
votes
0answers
5 views

GlassFish: after importing SSL cert, how do people address the certificate expiring?

I'm using GlassFish 3.1.2 behind an Apache Web server to interface between java logic on the application server and client web app. I want a java method to create and send an email using Apache ...
0
votes
0answers
13 views

How to catch JAX-RS exceptions in JBoss EAP 5 when XML is unparsable?

I have a web service application (using JAX-RS) running on JBoss EAP 5 with Apache in front of it. My class that XML is being marshaled to looks like this: @XmlRootElement(name = "newRequest") public ...
0
votes
0answers
7 views

Step by step procedure to create webservice in spring

I am new to spring web service. I am creating one project in which I have to move the Login service alone to seperate project and invoke the login service from different project. Please provide me ...
-2
votes
0answers
10 views

Can't use certain ServiceStack classes on Console Application

I've been trying to create the web service demos provided in Servicestack's site, and they do work, but when I create a console application and add the references to servicestack through nuget, I just ...
0
votes
0answers
13 views

SOAP web service/database access

I have a SOAP web service implemented in java using netbeans. @WebService(serviceName = "Books_API") @Stateless() public class Books_API { ...
0
votes
2answers
23 views

Download bunch of files from server

I am trying to download a bunch of files from a php server and store them on an sdcard but when I download the files I get the following error: java.util.concurrent.RejectedExecutionException: Task ...
-1
votes
0answers
13 views

First Time REST to SOAP Conversion [on hold]

Ok - so I've been tasked with converting an XML in REST format to SOAP and I need a bit of help getting started. I've found a few tutorials: ...
0
votes
1answer
6 views

How jetty server can be integrated with apache server?

I am developing an web application where some existing part is written already in php and for that apache server is being used. But now i have to complete rest of module in Java using jetty web ...
0
votes
0answers
9 views

XML did not load, root element is missing? (concurrent calls to a webservice from a webapp)

I have a web application calling a webservice which is calling into a class that performs calculations. Within the class the performs calculations, it is essentially doing a. : Dim MyDoc As ...
0
votes
0answers
6 views

Not creating 'generated sources' folder by creating java webservice client using wsdl in netbeans

I created web service client using wsdl in java web project. But it is not automatically creating generated source files from wsdl. Is it possible to generate source files using Apache CXF? If yes ...
-3
votes
0answers
45 views

How to connect to the web service? [on hold]

I want to connect to web service which is on this adress: https://webapp2.rzzo.rs/rzzo/RzzoService?wsdl I add service reference to it in my .net 4.0 C# app. And here is my code which I used to connect ...

1 2 3 4 5 1974
15 30 50 per page