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">
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
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
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
Question
Scott Roth · Jun 11

Base64Encode adding to SOAP Request

to pass to the Web Service Class to send outbound to the vendor. The two Parenthesis was a typo, and I was using the $Get(a) to dereference the %Stream to a string
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
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
Question
Thomas Schroyen · Jun 17, 2020

How to create a restful service with a link to java code?

to create the link between my studio and the restful server And does a wizard exist to create the method operation like it exist for the SOAP (SOAP wizard)? The flow is already
Question
Token Ibragimov · Jun 28, 2019

Send soap request

Hello,I have a problem with sending soap request.I get wsdl . The wsdl class bellowClass Data.SOAP.PrinServ.NotificationRequest Extends (%RegisteredObject, %XML.Adaptor
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
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
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
Question
Kurro Lopez · Jun 24, 2019

Create a Pass-through SOAP WebService

Hi all,I'm triying to create a SOAP Pass-through acording to Configuring Pass-through Business Services instructions, but I'm not able to run it I'm using the following