Search

Clear filter
Question
Yone Moreno · Jan 22, 2024

SOAP Service default encoding

search=SOAP+web+service+default+charset&type=all&recipient=&recipient-blocks=&sort=0 We have searched for "SOAP web service default encoding" and "SOAP web service
Question
Yone Moreno · Feb 10, 2020

How could we debug a web service?‽

searched for UTF-8 inside SOAP.InboundAdaptar and we find it here: Set tCT=$S(tCST:"binary/CST; charset=UTF-8", ""'=tCT:tCT, 0=tLen:"", tSOAP12:"application/soap+xml", 1:"text/xml
Article
Claudio Devecchi · Nov 26, 2020

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

"; Parameter SERVICEURL = "http://localhost:52776/apipub"; Parameter TITLE As %String = "REST to SOAP APIs"; Parameter DESCRIPTION As %String = "APIs to Proxy SOAP Web Services
Article
Lorenzo Scalese · Feb 1, 2023

OpenAPI Suite - Part 1

You can see on the schema below, all packages have been developed, and libraries and web services used: Note: In case of a problem using public REST services, it’s possible to start
Article
Jonathan Schulman · Sep 14, 2016

Creating a Dummy SOAP Web Service

Take all the defaults (though you can specify a Package name.)Look at the SOAP log, and cut-and-paste the web service response XML (‘Input to Web client’) to a file:<soapenv:Envelope
Question
Stella Ticker · Aug 16, 2023

Web client from SOAP Service

I created a web service and used the Studio SOAP Wizard to generate a client from the WSDL file of the service.
Question
alex chang · Sep 10, 2020

How to change default html file charset ?

But when I access this file througn browser, It show incorrectly I checked http response header, It content-type charset is GB18030 So that's reason How to change the charset to
Article
Daniel Kutac · Feb 11, 2019

Using Oauth2 with SOAP (Web)Services

the access token to a Web Service client.
Question
Rubens Silva · Nov 12, 2019

What's the default charset encoding used for CSP files?

Which charset does RAW defaults to? EDIT: I checked your answer because you already gave me a lead. Also, looks like ISO-8859-1 is indeed RAW.
Question
Omar Ali Ateen · Jan 25, 2023

Soap Web API

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.
Question
du yong · Aug 4, 2020

How to set default charset for cache table?

I'm not aware that this is available at SQL / DDL level You can set the default collation for all globals in a database.
Question
Scott Roth · Oct 6, 2016

SOAP Client Web Service Exception Handling

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?
Question
Colin Brough · Jun 26, 2025

Struggling with SOAP web-service permissions/plumbing

I am attempting to follow the tutorial at Publishing Web Services Using Caché | Caché Web Services QuickStart Tutorial | Caché & Ensemble 2018.1.4 – 2018.1.11 to build a toy SOAP
Question
Norman W. Freeman · Dec 24, 2020

Is there a way to automatically remove some specific characters from the response of a web service ?

from it.- To implement a custom %XML.Writer and give it to the web service.