Search

Clear filter
Question
Ryan Hulslander · May 21

How to override the port used on a SOAP operation

. I see with a normal web operation that uses %Net.HttpRequest overriding the port property is easily done - but no animal seems to exist for any generated SOAP Operation class
Question
Stefan Blank · May 18, 2018

REST service works only via VPN

://community.intersystems.com/post/fixedcall-rest-service-csp-gateway-server) that IIS needs an additional file type mapping (*) for REST services. In our system under "Default Web Site
Question
Jenna Poindexter · Jan 31, 2017

Configuring IIS Web Server to Serve RESTful Web Services

gateway. a second server that has Cache installed on it.I have configured a web application using the Cache System Management Portal for the web services that has a dispatch

#Web Gateway

83 Posts0 Followers
Article
Eduard Lebedyuk · Jun 7, 2017

Debugging Web - Part 2

= ""); /// Character set this request was send in, if not specified in the HTTP headers /// it defaults to the character set of the page it is being submitted to. Property charSet As %String(MAXLEN
Question
Joao Palma · Nov 6, 2019

Missing XML node in SOAP request to Webservice

Hi There I've created a new WebClient using Studio Addon-s Soap Wizard. I've tried to send a soap request using InvokeMethod. However the Body comes empty <soapenv:Body
Question
Emilien Miossec · Apr 12, 2017

Errror SOAPACTION value when I call a webservice

::SoapHeader($wsseNamespace, 'Security', $security, false); }}// Key parameters for connecting to the web service:$location = "http://IP:PORT/csp/dsa-cla-prd
Question
p rd · Jan 4, 2018

Convert complex XML to Cache Object

I use SoapUI 5.4.0 test Cache development web service, the parameters I need to send through SoapUI is as follows: <soapenv:Envelope xmlns:soapenv="http
Question
Krishnamuthu Venkatachalam · Apr 9, 2019

What is the preferred / best way of logging the Request and Response of REST calls in Intersystems Cache

I want to log the input request and response to the REST call. There is an option for SOAP web service ^ISCSOAP("Log"). Is there anything similar for REST services in Cache
Announcement
Sourabh Sethi · Aug 4, 2019

Online Learning - Informative and Fast WEB API VIA ObjectScript and Ensemble/HealthShare

,to be informative and fast. In this session we are going to discuss about - "Informative and Fast WEB API VIA ObjectScript and Ensemble/HealthShare" Web API can be REST or SOAP
Question
Edrian Golob · Dec 23, 2020

Global ^Errors growing fast

identified in the application log that it is giving an Illegal web request error, from a SOAP class that exists in the namespace.Probably someone is insistently calling this class
Question
Mohan Kumar · Feb 21, 2018

How to send workflow TaskResponse in Ensemble

Hi All, I'm trying to send workflow TaskResponse, in my interface.Steps:Create SOAP Service and send process raise <call> workflow sync task.How can to achieve
Announcement
vignesh A A · Mar 4, 2024

InterSystems Developer Job opportunity at Virtusa

and guidance to business analysts to help with analysis and story formulation -Building web services (SOAP and REST) and clients -Participating and providing input for technical
Question
Manoj K · Apr 1, 2017

How to enable CORS in Cache Rest Services

HiI tried to access one server to another server in Cache Rest Service, I tried Parameter HandleCorsRequest = 1;and<Route Url="/data/:first/:second" Method="GET" Call="GetData
Question
Timothy Leavitt · Apr 25, 2022

Serving .woff/.woff2 over CSP

If nothing is defined then for character files we use the default charset associated with the file device in InterSystems IRIS. However, I can't seem to get this to work