Clear filter
Question
Ralf von der Reith · May 12, 2020
matches
05/12/2020 16:11:10 *********************
Output from Web service with SOAP action = ""
<?xml version='1.0' encoding='UTF-8' standalone='no' ?>
<SOAP-ENV:Envelope
Question
Don Rozwick · Feb 3, 2017
is my web app setup in security: Here is the Business Service configuration from the Production class <Item Name="Weather" Category="" ClassName="EnsLib.SOAP.GenericService
Question
Gery Gerena · Dec 11, 2016
, or to the individual SOAP Service. You would configure this in the CSP Application if you had a set of pages/Web Services, and you wanted to control access to them by the same resource
Question
Kurro Lopez · Jun 24, 2019
Hi all,I'm triying to create a SOAP Pass-through acording to Configuring Pass-through Business Services instructions, but I'm not able to run it I'm using the following
Question
Bapu Hirave · Nov 14, 2016
I have a soap webservice extended from %SOAP.WebService classLets say i have web method and have return type of following classes (either one of them)Class ReturnTypeA{ Property
Question
Dénes Paczolay · Dec 17, 2018
;/operation> </binding>Thanks,Dénes Hi Robert,Thanks for your answer.I generated a new SOAP service with the wizard (Caché Studio, File/New... General/Web Service
Question
Guillaume Rongier · Dec 2, 2020
Hi everyone,
I need to call a SOAP service using IRIS Interoperability and this SOAP service returns a Microsoft DataSet with a DiffGrams payload.
Do you know how to handle
Question
Anil Mathew · Sep 12, 2017
I have an xml file that it send over a SOAP client. The following is the soap log.
How do I get rid of the namespace "s0:" from the SOAP Body
<?xml version="1.0" encoding
Question
Orlando Lagman · Jan 16, 2020
I used the soap wizard to create a web client based on the wsdl. I was able to get a valid response back, and now it looks like the error is in decrypting the soap message
Question
Vivek Ranjan · Apr 13, 2018
,proxy.%RequestName,0,0,"","",.stream) To make it more clear, I've a REST service which takes 'SOAP Request' in it's body and forward the request to SOAP endpoint. Now I have
Question
Vikash Aravindh · May 29, 2020
/csp/user/%25SOAP.WebServiceInvoke.cls?CLS=Sample.Test&OP=Add
which runs a soap method called Add. I am not sure how to add https security to the web service calls. I have
Question
Orlando Lagman · Jan 15, 2020
Working on a project to call a web service and the soap header has custom header elements that need to be signed. i reviewed the %soap.inc and didn't see any appropriate macro
Question
Greg Arnold · Apr 12, 2017
, such as REST/SOAP services. At the F5, they can block URL wildcards or specific ports, so those are our options.Since the URLs for the web services are in the same path ([host]/csp
Question
Julian Matthews · Apr 1, 2022
on, but this covers how I went wrong - https://www.i18nqa.com/debug/table-iso8859-1-vs-windows-1252.html Have you checked out Default Char Encoding setting on your Business Service
Question
Nicky Zhu · Mar 17, 2021
Hi guys,
We are connecting to a 3rd party SOAP web service. The wsdl looks like below
Please notice that the portType was defined as /cvpService.
Then when we are trying