Clear filter
Article
Jonathan Schulman · Sep 14, 2016
A “Dummy” SOAP Web Service
When dealing with SOAP in Caché, it is sometimes necessary to debug errors by directly accessing (and sometimes editing) the XML which is sent, i.e
Question
Scott Roth · Oct 6, 2016
maybe I am not looking in the correct spots, but how should one handle an Exception from a SOAP web service within the Business Process Language? For example I am sending
Question
Mohan Sujay · Nov 7, 2016
hi,
I have created a asp web service and it is hosted in our internal server. How can i consume that web service in cache class method? It is a soap web service with xml input
Question
Omar Ali Ateen · Jan 25, 2023
Dear Friends
I create a soap web api but return 403 forbidden, please check image below.
Your help is highly appreciated.
Check your application's roles. I had to add %DB_USER to mine for it to work. But it's not a production service so it doesn't matter
Question
Sabarinathan M · Oct 4, 2017
Hi All, I need some clarification on web service (Soap Service). For each Soap request, system consuming 1 license and it is not releasing until CSP session timeout and extra
Question
Bernard Buhagiar · Jun 28, 2019
Hello everyone,Anyone can help me please. We use SOAP web service with public methods and have many instances of these classes, all work fine. We would like to create a new SOAP
Question
George Hodder · Jul 17, 2017
Hi,I am new to coding web services and trying to connect to an API that returns its format in xml or json.I have a class as follows.. when I run I get back a 6059 in my status
Question
Rubens Silva · Nov 12, 2019
Pretty straight forward.I'm tempted to hard-code ISO-8859-1 inside my VSCode extension when working with CSP because this seems to be the encoding used by default, but I need
Question
Mike Kadow · Mar 21, 2016
architecture.A service is an application that typically has a client and a server side component. Common types of web services are SOAP web services and RESTful web services
Question
Fiona Griffiths · Mar 25, 2019
We're moving an Ensemble production from Ensemble 2010 to Ensemble 2017 and in it we have a ebXML SOAP Service. It extends EnsLib.ebXML.Service.SOAPService and just contains one
Question
Вячеслав Панченко · Feb 22, 2019
Have any idea for add default page to web application in csp menu&? For what situation(s) should a user go to this page? For login? After login? When they've been timed out
Question
prashanth ponugoti · Nov 25, 2022
Hi Friends,
I have created and exposed a web service for the given WSDL.
daily 500+ requests are processed via this SOAP service in live.
after 2 days live server got stopped
Question
Pravin Barton · Aug 11, 2022
I have a SOAP web service on an IRIS system. From within the code of the WebMethod I would like to log the remote IP address of the client. Is there any way to get access
Question
Tom Philippi · Apr 20, 2017
(Apache 2.4) and enabled SSL over the default port 57772. However, we now get an error when sending a soap message to the web service (it used to work over http). Specifically the CSP
Question
Stella Ticker · May 12, 2023
Has anyone had success with passing in a collections property within a SOAP request to a Soap Service in Ensemble? Please reply with how you set up that collections property. I