Search

Clear filter
Question
Vikash Aravindh · May 29, 2020

How to convert existing Http webservice to Https webservice

/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

How can a custom soap header element be signed?

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
Julian Matthews · Apr 1, 2022

Issues with Character Encoding when viewing messages

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
Greg Arnold · Apr 12, 2017

Separate ports for Management Portal vs SOAP/REST Services to block access to Mgmt Portal

, 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
Nicky Zhu · Mar 17, 2021

How to generate SOAP client when there are '/' characters in WSDL type definition

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
Article
Elliott Grey · Mar 7, 2023

Reference for the JSON Web Classes

as defined above: ![JWC flow](/sites/default/files/inline/images/gjwc_flow.png) We'll break down the different pieces further in the next section. # A JWT Dissection A JSON web
Question
Nicki Vallentgoed · Oct 11, 2022

Custom SOAP fault

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">
Question
Duncan Priest · Mar 21, 2019

Is there a global setting in Ensemble that affects the presence (or absence) of SOAP headers

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
Article
Patrick Dunn · Sep 22, 2020

Debugging an HTTP 403 Error when viewing SOAP Catalogs

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
Jenna Poindexter · Jul 19, 2020

Restricting certain SOAP services by IP address

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

Mock REST API or SOAP services on the Internet

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
Question
Tom Philippi · Aug 15, 2017

Adding soap header to imported WSDL

*********************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

How could we use MTOM to send a zip with a csv inside

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

#REST API

546 Posts17 Followers
Article
Istvan Hahn · Sep 30, 2016

Consuming RESTful Web Services

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