A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
0
votes
0answers
4 views
Can you still use .htaccess for setting CGI type/handlers with IIS (like you can with apache)
Simply adding a .htaccess file which sets the type and handler for CGI is enough for apache to let you run CGI files, does IIS differ at all?
0
votes
1answer
13 views
Working with SQLServer 2008, stored procedures and WebService
So I'm trying to invoke an stored procedure from a web service but as soon as I add either the "prepareCall" or the "prepareStatement" my WebService stops working. When I test it it shows some big big ...
0
votes
0answers
22 views
SOAP request in PHP with CURL, wsa-addressing, ws-security
How can I create PHP SOAP request to look like this?
POST http://xxx.com/xxx/ws/test HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ...
0
votes
0answers
6 views
WSO2/WSF linking error - the value of ESP was not properly saved
When incorporating the WSO2/WSF into my project it compiles just fine, but I get this run-time error when actually running the program: "The value of ESP was not properly saved across a function ...
0
votes
0answers
9 views
Circular imports in wsdl - java class generation
There are two wsdls :
svcwsdl which has port type and service definitions
svcwsdl1 which has the binding definitions
svcwsdl refers svcwsdl1 for binding type and svcwsdl1 refers svcwsdl for port ...
0
votes
1answer
9 views
Oracle SOA BPEL Partnerlink strange SSL error
I have a partner link in a BPEL process that simply points to http://www.webservicex.net/stockquote.asmx?WSDL
Clearly this Web Service is not SSL secured. However when I deploy my composite app ...
1
vote
3answers
37 views
Creating Webservice which has child parent concept
I want to create web service as below. i get result as list for 1 people, but i just want common things as it's parent and have many child i.e. Detail in it's child level.
<person>
...
1
vote
1answer
14 views
IoC and Unity, where do I call the method that registers the types
I try to learn and use the IoC together with Unity in web services but I can't figure out how to or what should call the method that calls all the registerType methods.
In pseudo code I will try to ...
0
votes
0answers
15 views
Conditional cache headers not working in JAX-RS
I am trying from a long time to implement Conditional cache headers using JAX-RS but unfortunately the caching is not working, everytime the DB call is made irrespective of whether the caching is done ...
0
votes
0answers
37 views
Communication between PHP and Perl CGI scripts
I have two scripts that carry out different tasks on a server. One is written in Perl (.cgi) the other in PHP.
I am trying to send out a request from the perl CGI script by doing something like this:
...
-1
votes
0answers
7 views
Royal mail (UK) tracking api [closed]
i been searching the web to check whether Royal mail has an API interface for tracking the parcel status using reference no, but couldn't find any. there is a previous qn here but couple of years old. ...
0
votes
3answers
41 views
Java : Deploy restful web service without jersey
Thanks in advance. I am new in web services , when i try to deploy the restful web service using java , it will generate an exception. I am follow the RESTful Java with JAX-RS to learn web services, ...
0
votes
2answers
29 views
How does .net internally call wsdl webservice method?
I'd like to understand the fundamental mechanism : as far as I know .net parse the wsdl (using ServiceDescription class) and generate proxy classes that will make the call.
But how are these proxy ...
1
vote
0answers
18 views
JAX-WS web-service defined by WSDL with abstract global elements
Here is a WSDL containing abstract global element named paramName:
<wsdl:definitions name="AdapterSessionManagerService" targetNamespace="http://companyname.org/" ...
0
votes
0answers
16 views
Internal 500 Error when calling web service from Android Emulator
I'm trying to call a ASP.NET (asmx) web-service from my android application by passing JSON data.
Here's the Web-Service
Web Service.
[WebMethod]
[ScriptMethod(ResponseFormat = ...
0
votes
1answer
31 views
HTML: How to design profile page that is used for different users
I want to make a website for my Android social networking app and need some assistance with a basic concept regarding user profile pages. So right now I have a native Android app where users have ...
0
votes
0answers
13 views
Add product with attributes (color, size) in prestashop using web services
I am using this sample code to add product in prestashop but I don't know how to add product attributes like quantity, color, size with this product. I have array of color and size that I want to add ...
0
votes
0answers
19 views
How can I make a unhandled Objects send over by a Webservice/RMI Interface handled again by Eclipselink?
We have to make the Server for a application that communicates with it's Client over RMI and/or Webservice. We have to use ORM (Eclipselink) to write and read from the databse. So I implemented the ...
1
vote
0answers
69 views
android application unfortunately stopped when running from real device
hi I have made my first android application and it got a webservices to connect to mysql DB in my local PC using XAMPP I can run it perfectly from the Android emulator with no hassle
but I need to ...
0
votes
1answer
52 views
How to deal with slow Web services?
I have created a webserivce using C# on .NET and I'm consuming the same in an android application. At times while testing I notice that the web service is annoyingly slow and does not show results for ...
0
votes
1answer
9 views
issue blackberry app with ksoap library
I need consume web service from blackberry.
But i couldn't run the app with Ksoap library i am using ksoap2-j2me-core-2.1.2.jar.
when i run the app i got this run time issue ...
0
votes
0answers
19 views
IFrame Request with SessionID and Response of Secure Session Token
I have never dealt with session handling to this detail before. And I am stuck.
Request
POST:
URL : blablabla.com
Content: ...
0
votes
2answers
27 views
The maximum message size quota for incoming messages (65536) has been exceeded from form submit
I've been researching this problem for a couple days now and most of the solutions mention altering MaxReceivedMessageSize binding setting in both the app.config file as well as the web.config file. ...
0
votes
0answers
16 views
Removing namespace prefix in the output of Spring WS web service
I have created web service using Spring-WS. When I send a request to the web service, this is the response I get in soap-ui:
enter code here
<SOAP-ENV:Envelope ...
0
votes
1answer
16 views
How to forward request from a typical webserver to internal servers?
Suppose that I have Apache/lighttpd or whatever to receive http requests. Now I want the web servers to act as a proxy for my web services running on internal servers written in Java/Clojure/Erlang?
...
0
votes
1answer
24 views
How to call a URL
In VB.NET how can I call a URL using the POST method?
I am trying to utilize the API of a website but because I have no experience in web services, I don't know how to do this simple code.
If this ...
0
votes
1answer
48 views
How to call an exe from a Web Service in C#
Here is the problem, we need to print some document from a mainframe terminal, but we can only call web services from mainframe. We have a .exe applications the we want the Web Service to call it and ...
0
votes
0answers
12 views
Ant Build Script for Dynamic Web Project with Deployment Assembly to other project
I have a Dynamic Web Project (in this case it is a Web Services).
This project have a lot of customer libraries (Spring, Hibernate, etc).
Also, It have a second project with the "core code" linked ...
0
votes
0answers
14 views
how to ignore asynchronous web service requests in the server with axis2
I am developing some Soap web services in Eclipse, using axis2 java framework and deploying the services under Apache Tomcat. The issue is that I don't need really support for asynchronous web service ...
1
vote
1answer
27 views
how to pass date from android application to .net webservice
I have been working hard to build an android app to send Date to .Net Webservice. The webservice does a simple insert statement to insert the data into the database. I have tried many thing and ...
1
vote
1answer
19 views
PHP - getallheaders() not returning Accept-Encoding header
I see browser (Chrome) send Request header - Accept-Encoding:gzip,deflate,sdch
However when I print out the headers on the server I don't see the Accept-Encoding in there.
...
0
votes
0answers
25 views
Handle SOAP Notification Message C#
I have a notification message coming from third party application, they will post the notification message in SOAP format.
In C#, how do I parse the incoming message, get the body of SOAP and ...
0
votes
3answers
35 views
How to create dynamic external javascript files?
I am thinking about how some online services create dynamic JavaScript files. These files have the .js extension, but their content is not static. I found a sample file here. It seems that this script ...
0
votes
1answer
11 views
HTML5 Cache usage with Querystring
i have a problem with the HTML5 caching. Here is a brief explanation about the thing i'm trying to do:
I have a webpage(.aspx) to create and store a form.
I'm using 2 different webservices in my ...
0
votes
0answers
16 views
WCF x Web Service
What big difference between WCF and Web Service?
I want you to show me a real case in which you acted and thought: 'is! WCF is actually much better than Web Service ', tell me relevant points that ...
-1
votes
0answers
24 views
Wrong algorithm: AES or Rijndael required
I created a web service that accepts signed and encrypted messages. I used NetBeans 7.2 that supports Metro 2.0. I deployed this web service on to a Glassfish 3.1.1 server. Server does not decrypt ...
0
votes
0answers
15 views
Publishing webservice to Godaddy
I have this web service I want to publish on Godaddy. I have already a domain and a web hosting on windows. I created virtual directory in IIS and tested it by browsing to the URL of the directory. ...
-1
votes
1answer
14 views
Building Jersey web services executable
I have developed Jersey web services for the first time. Right now I am running my services on my pc only using eclipse. How can I Make executable file for services so that I can install it on other ...
0
votes
0answers
20 views
choice in wsdl jax-ws web services example
How to make choice in jax-ws web service?
this is code
@XmlElement(required = true)
private String defaultPhone;
@XmlElements(value = { @XmlElement(name="ClientB",type = ClientB.class), ...
0
votes
0answers
15 views
Obspy.read() not working when called from mod_python apache module
I'm trying to make a simple web service which reads an MSEED file and outputs some information on that.
The most reasonable choice seemed to be using python with the excellent obspy module (A Python ...
0
votes
0answers
11 views
Transform response to plain-text using wso2 esb 4.0.6
I'm new to web-service and somehow i'm able to create a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in ...
1
vote
6answers
53 views
Cancel or dismiss android alert dialogue
I am creating / showing a loading in my android view with the following function
public void showDialogue(String Message, String Title){
builder = new AlertDialog.Builder(this);
progress = ...
0
votes
1answer
27 views
Issue in json request response, getting blank response
I am stuck with an issue in simple request response in iOS, I am getting blank response in request a url with one post parameter, where the url as it is perfectly working in android and webbrowser
...
0
votes
0answers
15 views
how to add web reference to eclipse like you do in visual studio
Is there a way to add web reference to Android Application in Eclipse like you add it in Visual Studio? I am trying like the old vay, craeting an envelope and send everything but I am having a ...
0
votes
1answer
19 views
Legacy app made accesible in the same server or via ws
In our system we have a legacy standalone java application which we are trying to made available for new webapps we are developing all together running in a server (f.e. Tomcat)
In order to made ...
1
vote
1answer
15 views
Square brackets with mergJSON in LiveCode - what am I doing wrong?
The web service I'm connecting to returns its JSON in response to a query, thus:
[{
"dob":"25/12/68",
"firstname":"Mary",
"lastmoddate":1368519205101,
"lastname":"Smith",
...
2
votes
0answers
11 views
Web Application using Node in View and Rest API for CRUD operations
We are developing new E-Commerce web application from scratch . After some primary investigation , we wish to develop some prototype with
Node.js in view Layer and
REST api for performing ...
0
votes
1answer
8 views
Inner SecurityException while using XmlSerializer
While creating a custom Sharepoint web service I received an error while attempting to serialise a class for transmission.
There are no errors with my serializable classes. They are structured in a ...
0
votes
0answers
18 views
javax.xml.ws.Service fails in constructor because site has username/password
I want to access a web service and this is what the code looks like:
URL url = new URL("http://localhost:8080/sample?ver_=1.0");
QName qname = new QName("http://webservices.sample.com/sample", ...
1
vote
0answers
9 views
Communications management with PasswordDigest (WSPasswordCallback from WSS4J)
Scenario:
We are developing a Java library to deploy an authentication subsystem, which acts as an intermediary of two end-points: an originator program (which sends us the SOAP message, made by the ...











