Clear filter
Question
Vivek Ranjan · Apr 13, 2018
,proxy.%RequestName,0,0,"","",.stream) To make it more clear, I've a REST service which takes 'SOAP Request' in it's body and forward the request to SOAP endpoint. Now I have
Question
Vikash Aravindh · May 29, 2020
/csp/user/%25SOAP.WebServiceInvoke.cls?CLS=Sample.Test&OP=Add
which runs a soap method called Add. I am not sure how to add https security to the web service calls. I have
Question
Orlando Lagman · Jan 15, 2020
Working on a project to call a web service and the soap header has custom header elements that need to be signed. i reviewed the %soap.inc and didn't see any appropriate macro
Question
Greg Arnold · Apr 12, 2017
, such as REST/SOAP services. At the F5, they can block URL wildcards or specific ports, so those are our options.Since the URLs for the web services are in the same path ([host]/csp
Question
Julian Matthews · Apr 1, 2022
on, but this covers how I went wrong - https://www.i18nqa.com/debug/table-iso8859-1-vs-windows-1252.html Have you checked out Default Char Encoding setting on your Business Service
Question
Nicky Zhu · Mar 17, 2021
Hi guys,
We are connecting to a 3rd party SOAP web service. The wsdl looks like below
Please notice that the portType was defined as /cvpService.
Then when we are trying
Question
Nicki Vallentgoed · Oct 11, 2022
I am creating a soap service according to a wsdl that the client has already coded against.In their operation they have a fault element Exception:
<operation name="query">
Article
Elliott Grey · Mar 7, 2023
as defined above:

We'll break down the different pieces further in the next section.
# A JWT Dissection
A JSON web
Question
Duncan Priest · Mar 21, 2019
to encounter this particular issue. All web clients making SOAP requests to a particular external web service are receiving a fault that states:The SOAP action specified on the message
Question
Jenna Poindexter · Jul 19, 2020
Hi
What would be the best way to restrict use of a set of SOAP services so that they could only be called from specific white-listed IPs?
Thanks You could do this at the Apache level using mod_security:https://www.liquidweb.com/kb/whitelisting-in-modsec/
Article
Yuri Marx · Jan 5, 2021
Hi Community,
The Mockable.io (https://www.mockable.io/) is an online service to deploy REST API or SOAP services in seconds. This is useful to test the consumption of an API
Article
Patrick Dunn · Sep 22, 2020
are trying to create new SOAP Web Services in InterSystems IRIS. When you go to view the SOAP Catalog for what you have created so far you encounter the following error in your
Question
Tom Philippi · Aug 15, 2017
*********************Output from Web client with SOAP action = <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope
Question
Yone Moreno · Oct 14, 2021
encoded, the target system also responds:
09/28/2021 16:56:43 *********************
Input to Web client with SOAP action = http://ws.regvacuWs.ms.es/FicheroVacu/cargarFichero
Article
Istvan Hahn · Sep 30, 2016
The article is a step by step guide for beginners to learn how to build a RESTful web service consumer (or client) in Ensemble. The provider can be any RESTful service