Category "web-services"

Best practice: WebLogic SOAP service -- should WSDL be visible?

I am going to deploy a SOAP web service on a WebLogic server. The endpoint of the service is something like: http://myserver.mycompany.com:1234/MyService-0.0.

javax.xml.ws.WebServiceException when invoking WSDL service

I was looking to use the Travelport Universal API to develop a Flight Booking System, so i have used this Travelport Developers official link as reference: Get

Spring Boot Actuator endpoints unreachable in a SOAP web service

I've created a SOAP web service using Spring Boot, based on this tuto : https://spring.io/guides/gs/producing-web-service/#scratch. The web service works great

Prestashop webservice API creating cart rules

Have been trying to create a cart rule using Prestashop web-service with no luck. Tried this https://github.com/PrestaShop/PrestaShop-webservice-lib/blob/mast

Why am I getting this FedEx API error 'The given grant_type is not supported. Please modify your request and try again'

I'm using this PHP code: $service_url = 'https://apis-sandbox.fedex.com/oauth/token'; $curl = curl_init($service_url); $curl_post_data = array( "co

Handling Deadlocks via, RESTFUL API?

Goal is to improve code. The ASP.NET MVC client Application makes the HTTP request to the service Layer. This is a C# REST API, where we are transferring larg

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