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
du yong · Aug 4, 2020
at SQL / DDL level
You can set the default collation for all globals in a database.
or specific for an individual global before using it.
The available collations have to be added here
Question
alex chang · Sep 10, 2020
charset is GB18030 So that's reason
How to change the charset to UTF-8?
Tks.
Check the value stored in ^%SYS("CSP","DefaultFileCharset"), if there is no value or there is something different to utf-8, try to change it there. Tks ,It worked,
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
Rubens Silva · Nov 12, 2019
)
}
```
seems to mean that the RAW TranslateTable is used when none is located. Which charset does RAW defaults to?
EDIT: I checked your answer because you already gave me a lead. Also
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
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