Category "web-services"

Understanding CORS

I've been looking on the web regarding CORS, and I wanted to confirm if whatever I made of it is, what it actually is. Mentioned below is a totally fictional s

How to add source files generated in target folder as library in Intellij Idea

I'm trying to checkout a maven project from SubVersion. In the pom.xml file it's specified to generate web service proxy classes in the target folder. Here's th

Could not get WSDL contract error when deploying web service in WildFly

I am trying to deploy my web service in WildFly server, but I am getting following exception: 6:44:06,265 ERROR [org.jboss.msc.service.fail] (MSC service threa

Adding username and password to soap header in Java by using PasswordText Type and axis2

I want to add username and password to soap header in java by using PasswordText Type and axis2. Code snippet I use public static void WSSPasswordAuthenticati

How to compress web service response json in ajax call

I am using asmx web service and calling it through ajax as $.ajax({ url: 'xxxxxxx.asmx/Getxxxxxxxx', method: 'post', contentT

calling server using nusoap with complextype

i am calling a client in a browser, and sending an array of arrays as a parameter to a server function, it return mein first key value pair that fine, but it on

VBA Calling WSDL simple method with 1 parameter XMLHTTP

I need some help Calling a wsdl web service function. The WSDL have one function named "Bye" that is waiting for 1 parameter of a type String. Then it gives bac

How to get weather data from a weather station?

I've been looking around how to get a historical data for a weather station. There are two ID's for a station : - ISD (ex 074969) see http://www.ncdc.noaa.gov

org.springframework.ws.soap.client.SoapFaultClientException: 400200

I was trying to develop a webservice client using spring webservicetemplate. I am newbee to both spring and webservices. I am badly struck with this error.

wsimport fail with maven

I'm trying to create an ssl webservice client using maven and netbeans(7.2). The webservice is perfectly working and I test it using an ant project. When I try

wsimport fail with maven

I'm trying to create an ssl webservice client using maven and netbeans(7.2). The webservice is perfectly working and I test it using an ant project. When I try

What is P99 latency?

What does P99 latency represent? I keep hearing about this in discussions about an application's performance but couldn't find a resource online that would talk

How to perform periodic task with Flask in Python

I've been using Flask to provide a simple web API for my k8055 USB interface board; fairly standard getters and putters, and Flask really made my life a lot eas

passing an array to web-service php nusoap

i have a problem with passing an array to a web-service function that i created with php and nusoap. the problem is that i guess i'm doing something wrong.. i s

How to set headers in Soap Request Java

I am facing issue in forming a SOAP request. In that request i am supposed to add username , password and some other info in header part not the part of payloa

WCF + Xml-Rpc don't work

I have a classic WCF webservice. Few weeks ago, in order to answer to a client demand, I added Rest management to my webservice. But, at the beginning of the w

how to use Service,ServiceLocator,portType,porttypeProxy and stub to create a java client

i have used axis web service client wizard + develop client slider for generating files as : Mage_Api_Model_Server_HandlerBindingStub Mage_Api_Model_Server_

How can I make Spring WebServices log all SOAP requests?

I need all SOAP requests logged in the CommonLogFormat (see http://en.wikipedia.org/wiki/Common_Log_Format), plus the duration (the amount of time it takes to p

Developing a Spring REST service with OData interface

I'm developing a RESTful service using the spring framework. This service has a few different controllers. Some of the controllers allow the user to query data

Request format is unrecognized for URL unexpectedly ending

hi experts i am having a problem when i try my web service on a local machine it works fine but after i uploaded it and run on a hosted server windows server