Search

Clear filter
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">
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
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 Pereira Gomes · 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
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

#REST API

573 Posts17 Followers
Question
Ilmija Asani · Feb 18, 2020

Create a SOAP Envelope

from an InterSystems product, you would get a WSDL from the SOAP service endpoint and use our SOAP Wizard to generate client classes. Then those client classes can be used
Question
Padmaja Konduru · Mar 29

How to convert UTF8 special characters to the actual character

tried to configure the "Default Char Encoding" setting in the Business Service to "utf-8"? If the incoming HL7 message is actually/really encoded using utf-8 and MSH:18 contains
Article
Istvan Hahn · Oct 20, 2016

Creating an Ensemble MicroService using RESTful Web Services

Switching to PayPal and payn Finalizing the booking, releasing the temporary blockWhen the task is to develop a back end using SOAP Web Services, the most common architecture would
Article
Rob Tweed · Jul 25, 2016

ewd-feder8: New EWD 3 module for federation / integration of Web Service and REST end-points

and what's it for? It's all about federating and integrating multiple web or REST service end-points. At its simplest you can use it as a proxy server in front of a remote web
Question
Jess Farmer · Mar 6, 2019

Jr Developer attempting to connect to Service with Java and export to Java with Operation

production from JAVA or for that matter any other language, you would need to build a Webservice in that production. You can create both SOAP and REST web services in ensemble. This can