Search

Clear filter
Article
Claudio Devecchi · Nov 26, 2020

How to quickly publish Restful APIs in OAS 3.0 using the IRIS ApiPub tool

rules** (Web Methods), abstracting and automating other aspects related to service **documentation, exposure, execution and monitoring**. ![](/sites/default/files/inline/images
Question
Bapu Hirave · Nov 14, 2016

Soap Response performance

I have a soap webservice extended from %SOAP.WebService classLets say i have web method and have return type of following classes (either one of them)Class ReturnTypeA{ Property
Question
Guillaume Rongier · Dec 2, 2020

SOAP DataSet with DiffGrams

Hi everyone, I need to call a SOAP service using IRIS Interoperability and this SOAP service returns a Microsoft DataSet with a DiffGrams payload. Do you know how to handle
Question
Orlando Lagman · Jan 16, 2020

debugging web client

I used the soap wizard to create a web client based on the wsdl. I was able to get a valid response back, and now it looks like the error is in decrypting the soap message
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
Yone Moreno · Oct 14, 2021

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

, replies and help We have been developing the Web Service following the official documentation: Using MTOM for Attachments. Webclient Specifically we have followed an example
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
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
Question
Jose-Tomas Salvador · Feb 18, 2019

Charset or encoding to access Caché terminal through Powershell

? (Note that modifying locales/defaults can be potentially application-breaking change so do it only if you know what you're doing) zn "%SYS" do ^NLS 1) Display current locale
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