Search

Clear filter
Question
Marco den Hartog · Jan 6, 2017

NTLM authorization via Ensemble

communication. Can you please share your solution? Thanks! You can use the WSDL of NTLM based SOAP Service, and use SOAP Wizard to create the web service client.http
Question
Don Rozwick · Mar 20, 2017

How to pass SOAP response back to Sender

I have an XML I am sending to an operation from a BPL. This is a query for Patient information from Epic using a web service. I created the operation using the add-in in Studio
Question
MohanaPriya Vijayan · Jun 9, 2020

Cache Object Script AS2 EDI File Transfer

to use Ensemble) 2) Build SOAP-based or REST-based Web Service that can receive http requests with attachments. If you can do all of the authentication on the Web Server, this Web
Question
Armin Gayl · Feb 9, 2024

Content Type change in IIS

://stackoverflow.com/questions/53106327/web-config-error-handler-for-a-content-type-json Thank you very much, that was the right hint.As it is a Rest Service that does not contain a CSP
Article
Ward De Backer · Jun 23, 2016

Returning custom responses from Web Services and REST services using Node.js and EWD 3

As Rob explained in an earlier post, Caché's Node.js interface allows you to create Web Services and REST Services using the very modular EWD 3 framework. These services
Question
Mohan Sujay · Oct 12, 2016

parsing xml to list of object issue

you are talking about web service, therefore I created simple Caché WebService classes: Class tv.party Extends (%RegisteredObject, %XML.Adaptor){Property to As list Of tv.to
Question
Murali krishnan · Apr 13, 2017

Calling Java program from intersystems cache IDE

/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GBJJ3. Consume a web service using the Cache soap wizard...https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY
Question
Menno Voerman · Oct 15, 2021

Ignore bearer token in unauthenticated web application

Hi All, Hopefully someone can help me with this question. I've got a FHIR adapter service defined as described here: FHIR Interoperability Adapter The web application
Question
Jose-Tomas Salvador · Feb 18, 2019

Charset or encoding to access Caché terminal through Powershell

? (Note that modifying locales/defaults can be potentially application-breaking change so do it only if you know what you're doing) zn "%SYS" do ^NLS 1) Display current locale
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
Article
Sean Connelly · Aug 21, 2017

Handling images with Caché & JSON, and why 57 is a magic number

If you want to dynamically serve images as a property of JSON then there is no perfect encoding solution. One method used frequently is to Base64 encode the image. Whilst

#Web Gateway

83 Posts0 Followers
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