Clear filter
Article
Luis Angel Pérez Ramos · May 25, 2023
by the Web Gateway installation:
This configuration is redirecting all calls received by port 80 (the port Apache Server listens on by default) with the /csp route to our Web
Article
Lorenzo Scalese · Nov 10, 2022
"install config-api"
```
By default, installing Config-API does not expose the REST services so we need to create the web application "/config-api". A ready-to-use script
Article
Istvan Hahn · Oct 12, 2016
as WSDL for SOAP Web Services. Pity. Is not it?Never mind. Anyhow, first we need to understand what an API is documenting.What an API is made of?What are the core attributes
Article
Alessandra Carena · Feb 4
of RESTful web services in a standardized way. Therefore, an OpenAPI document represents a formal description of the API, useful both for developers who need to use it and for tools
Question
Chris Paraskiv · Mar 20, 2017
v4 signing for the authorisation header, I just removed this from the list to sign (while still passing it in the actual HTTP request) so I could retain the default charset
Article
Mihoko Iijima · Feb 23, 2024
information about the endpoint to the service.
Bot knows the endpoint.
(4) The service asks the user's request to the endpoint.
The endpoint is a web application
Question
david clifte · Oct 31, 2016
not be presented when trying to view the WSDL.Best, Patrick Hello David,Yes this is the correct location to view and edit a Web Application Definition. Are you able to view the Web Application Definition that your web service is associated with?Best,Patrick
Announcement
Anastasia Dyubaylo · Aug 28, 2020
Hi Community,
Enjoy watching the new Global Summit 2019 video on InterSystems Developers YouTube Channel:
⏯ Building Data-Driven Web Apps
It's easier than ever
Article
Sean Connelly · Aug 21, 2017
there are some negatives to doing this, such as data inflation, there are some positives to working with Base64 images inside the browser.Let's say you have an image placeholder on a web
Question
Eduard Lebedyuk · May 29, 2019
}
/// This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
Method OnInit() As %Status
{
$$$TRACE("INIT")
set sc = ..SendRequestAsync(...)
quit sc
}
Question
Token Ibragimov · Sep 6, 2018
Hello!I'm sending http resuest to the web service :Set httpRequest=##class(%Net.HttpRequest).%New()Set httpRequest.Server="177.127.120.10"Set httpRequest.ContentType="text/xml
Question
Florence Cureau · Aug 26, 2016
the 'outside' world. We use Soap Sonar, SoapUI and Cache services to just do that. Sorry for the confusion: I'm talking about integration tests. I'd like to test the logic
Question
Jukka Pitkänen · May 4, 2021
have a business service (EnsLib.EDI.XML.Service.FileService (charset=binary)) which reads XML-files from the server and transmits those to the business process. BP request class
Article
Jenna Poindexter · Nov 9, 2015
The attached code package provides a simple implementation of a web service client that utilizes the USPS Shipping API to normalize an address.This code requires the developer
Question
Pierre LaFay · Aug 11, 2023
Hi,For a REST application, when a user connects, I have to write a message in an application log.The login is processed by the /login routine by default.
How can I add a process