Search

Clear filter
Question
shobha rani · May 17, 2017

Soap Wizard

cannot be obtained . Thanks, Shobha What are you trying to do? Where/when are you getting the error? -Fab Hi, I am using SOAP Wizard to create Web client and Services , I
Question
Leon Duveen · Mar 16, 2017

Help creating Web Methods for a SOAP HL7 Receiver

I am configuring a SOAP HL7 Receiver to handle HL7 Query messages.I have set up a new class based on EnsLib.SOAP.Service and configured (correctly I hope) the parameters needed
Question
Yone Moreno · Feb 10, 2020

How could we debug a web service?‽

"; /// This is the SOAP version supported by the service. Parameter SOAPVERSION = 1.1; /// Non-default elementFormQualified for types XML namespace. Parameter ELEMENTQUALIFIED
Question
Everardo Cunha · Apr 19, 2017

Variable number of arguments in web service method

service to make the call to the cache class. I get a compile error on the web service with error#5130.Here is the cache class class method GenerateFileFromSQL(file As %String
Question
p rd · Mar 26, 2018

Web service how to return json data

webServiceServer.webclient.webServiceServerSoap Extends %SOAP.WebClient [ ProcedureBlock ] { /// This is the URL used to access the web service. Parameter LOCATION = "http://localhost:57772/dthealth/web
Question
Peter Monteiro · Feb 9, 2022

Inbound SOAP Service WSDL - incorrect portType name

For our WSDL the portType value is being suffixed with "Soap" at the end. When i update the the SERVICENAME parameter. in the Service I can update the start of the portType value
Question
Yone Moreno · Jun 3, 2022

SOAP Service: Managing ER7 returns HTTP 500

it in the ITB.info.cls file): Parameter VERSION = 3.4; Our need is the following: Why in PREproduction do we get an http 500 when invoking a SOAP service that makes use
Question
prashanth ponugoti · Jan 11, 2022

SOAP BUSINESS Service giving security exception in ensemble

checked in the Web application? I did not create any web application. Just I have created cls to act as soap service and created business service using that cls. Regardless
Question
Tom Philippi · May 18, 2017

ERROR #5002: Cache error in Ensemble Soap Service

I am getting an ERROR #5002 in a soap service defined in ensemble. Odd thing is that I allready have a functioning business service running as a soap service, but we needed
Question
Michael Lundberg · Sep 1, 2021

Change Content-Type in webservice call

Hello! I call a Java-based web service from HC and get an error message back: "ERROR # 6243: HTTP request to SOAP WebService returned response with unexpected CONTENT-TYPE: text
Question
Punit Shah · Apr 14, 2023

Simple example of SOAP service to transfer files between systems

I'm trying to create a SOAP service between two systems (one client and one server) to transfer files from the client to the server. I'm reading through the documentation
Question
Kristina Roberts · Sep 16, 2019

Adding a new field to a web service API call

Currently one of our applications, coded in Cache, performs web service API calls out to one of our vendors. We now need to be able to send a Client ID in the portion
Article
Timothy Leavitt · Mar 9, 2016

Example: Connecting to a Caché web service from PHP

There have been a few use cases recently within InterSystems where we've needed to connect to Caché-based web services from PHP. The first of these was actually the Developer
Question
Adam Skurek · Jun 13, 2018

Ensemble Web Service - accept HTTP Basic authentication

Hi guys,is there any way to configure Ensemle Web Service ( EnsLib.SOAP.Service ) to accept HTTP Basic authentication instead of SOAP security headers?Thanks. I do not know
Question
Tom Philippi · Aug 16, 2017

Ensemble soap client misses soapaction http header

So I have an ensemble soap client which I use to send a message. The target web service is, however, giving a soapfault stating that my message misses the "SoapAction http header