27,119 questions
-1
votes
0
answers
28
views
Mondial Relay SOAP API "Invalid XML" error with Unexpected close tag despite correct XML in Node/React
I am integrating Mondial Relay’s SOAP API in a Node.js application using the soap npm package.
I am trying to create a shipment with the WSI2_CreationExpedition method and then generate the shipping ...
-1
votes
0
answers
119
views
VeriFactu AEAT Sandbox always returns Error 1207 "Error interno en el servidor" even with official signed XML example
I'm trying to integrate with the Spanish AEAT VeriFactu system for electronic invoice registration. I'm consistently getting an error
Error 1207 "Error interno en el servidor
from the sandbox ...
-1
votes
0
answers
94
views
How do I use Python's Zeep library to communicate with a secure SOAP API which requires encryption of specific tags in the body and header?
I am looking for help in using Zeep to generate an XML message that includes BinarySecurityTokens and Encrypts specific parts of the message (namely: UsernameToken and Body)
The Scenario:
The project ...
0
votes
0
answers
52
views
Fixing "Incorrect reference digest value" in SOAP XML WS-Security with node-soap
Fixing "Incorrect reference digest value" in SOAP XML WS-Security with node-soap
Problem
I'm experiencing an intermittent issue with SOAP XML requests to an external service using the node-...
1
vote
0
answers
30
views
C# Setting MessageContractAttribute WrapperNamespace from appsettings
I have a soap service reference file that has MessageContractAttribute. I need to set the WrapperNamespace from appsettings depending on the environment.
[System.ServiceModel.MessageContractAttribute(...
0
votes
1
answer
48
views
Zimbra SOAP API download calendar attachments
The question I have is how to download binary attachment data from Zimbra calendar events, using their SOAP API.
I obtain the data for a single event by calling the API "GetAppointmentRequest&...
0
votes
0
answers
26
views
Graphql Mesh - How to store to DB rather physical location
By using Graphql Mesh I am able to convert soap, rest, rpc into graphql queries/schemas but it is storing everything in yml file and schema files.
If I have 500 sources, saving all sources into yml ...
0
votes
0
answers
80
views
I'm calling a SOAP service from postman and it works fine. Any idea why I get 401 when I call it from visual code?
I have a SOAP service that I need to call it. When I use postman, it works just fine. But when I'm calling it from the visual code I always get 401. Firstly, I thought that I did something wrong, and ...
1
vote
0
answers
37
views
Trying to marshall a `Double` into `<Value xsi:type="xsd:double">12.34</Value>` with JAXB
First of all, I am pretty new to Java so most of what I am trying to do is likely to be wrong and I dont understand a lot of the stuff I am dealing with. I have been trying to solve this exact problem ...
1
vote
1
answer
78
views
c# client server certificate is not configured properly with HTTP.SYS in the HTTPS case - Server 2016
We are trying to make a soap request to a specific remote web service (https://example.com) from two server 2016 machines with c# client. Server A can get response. But server B can't. Server A and B ...
2
votes
0
answers
131
views
Request to Sharepoint sign-in endpoint ?wa=wsignin1.0 returns 403
Until 2 weeks ago, I could retrieve from multiple Sharepoint lists data using SOAP API instead of REST.
To do that, I use the following URL and Body:
url = "https://login.microsoftonline.com/...
0
votes
0
answers
19
views
Response of msmdpump.dll has not xml formttedd inside
I have .net 8 program docker base and in that I cant call SSAS , based on microsoft document I run IIs and host msmdpump.dll and from my app call it but problem is in that response , that is not ...
0
votes
2
answers
83
views
Unable to add FOP Remark in Sabre Booking via AddRemarRQ
I am trying to add FOP Remark in my Sabre Air Booking so that we can know in remark text about the Form of Payment ( FOP ) of booking on BLUE SCREEN OF SABRE WITH SABRE COMMANDS.
I've treid below ...
-4
votes
1
answer
72
views
Is this SOAP envelope valid?
I am using JAXB to process XML input wrapped in a SOAP 1.2. However, I am getting an exception during unmarshaling:
javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"...
2
votes
0
answers
48
views
does ordering matters in SOAP API?
i've been working on BSEStar API. If you look the SIP and XSIP order entry api, they almost look the same, except for XSIP we need a mandateId. I've generalized the common fields into a separate ...
0
votes
0
answers
85
views
How to use WSS with Elytron
I'm trying to secure a webservice application (running in Wildfly 36) with WSS (username + password digest). Elytron has to be used for security. My problem is, that there is no information available ...
0
votes
0
answers
75
views
How to remove wrapper element in the SOAP request body?
How can I remove the <request> wrapper element in the SOAP request body when using a method that accepts a complex type parameter in SoapCore?
I'm using a [MessageContract(IsWrapped = false)] ...
0
votes
0
answers
41
views
SAP SoapFault without details
a java client send SOAP requests to SAP (ABAP).
In case a field does not match WSDL, the error looks like this:
org.apache.cxf.binding.soap.SoapFault
(UTC-timestamp xxxx; Transaction-ID ...
0
votes
0
answers
38
views
Apache CXF: how to change a SOAP Header value programatically?
I have to change the value of "To" element of the soap:Header, like this:
<To xmlns="http://www.w3.org/2005/08/addressing">https://MY_NEW_SERVER_URL</To>
I created an ...
0
votes
1
answer
56
views
parameterizing an xml soap request with embedding Json in python
I am trying to parameterize my soap request envelope.
The envelope is written in xml, but it has embedded json for the query data.
ex:
parameter1_value = "2025/06/18 00:00:00-2025/06/18 23:59:59&...
1
vote
2
answers
107
views
C# SOAP Call for Kelio Service Authentication issue
I need to connect Bodet KELIO SOAP Service from a C# application.
The documentation for connecting the service is here :
https://kelio.help.kelio.io/V5.1P5/fr-FR/webservices/index.html
Test queries ...
0
votes
0
answers
36
views
Savon wsdl inclusion breaking Workday SOAP calls
I noticed after updating from savon 2.12.1 -> 2.15.1 that suddenly we started to hit namespace errors, specifically.
(SOAP-ENV:Client.validationError) Validation error occurred. Namespace not found:...
0
votes
1
answer
50
views
Zeep SOAP Client: Fields Missing in Response of SOAP API
Short summary:
I'm using Zeep pip package to parse the National Rail SOAP API, and some fields (like the operator name/code) are showing up as None in the parsed response. The raw XML response clearly ...
0
votes
1
answer
85
views
SOAP request through a HTTP proxy in PHP
I am trying to send an API call through SoapClient in PHP. Everything works perfectly in my local dev environment, but when I try to do it on the production server, I get the following error:
object(...
1
vote
1
answer
77
views
Extra characters on php soapclient request XML
Yet another problem with PHP soapclient, I hope someone can show me the correct way of doing this:
Here is a portion of the parameter array to keep things simple:
$params = array (
'...
0
votes
1
answer
88
views
PHP SoapClient using white spaces [duplicate]
The WSDL requires the following parameters:
<soapenv:Body>
<cai3:Set>
<cai3:MOId>
<gsm:param1>?</gsm:param1>
</cai3:MOId>
<cai3:...
0
votes
0
answers
71
views
In a SOAP service in C#, the SoapCore library adds an extra root XML node, just before <soap:Envelope>
I created a SOAP service using
ASP.NET Core 8.0
SoapCore 1.2.1.8
The problem: when I get a request and response with an XML structured data, the API adds some root nodes that should be INSIDE the ...
0
votes
0
answers
85
views
All requests made to Spring Boot SOAP web service fail
I have developed a Spring Boot SOAP web service program. It builds and deploys without error. But attempting to send a request to this program always returns an error, and the program logs also do not ...
0
votes
0
answers
68
views
SOAP service with CXF 4.0.6 and Java11 - Upgrade Failed
I have below build.gradle file in my application. And my application has already Generated Java classes with cxf 3.5.4 and application is running fine for more than a year. Now I need to upgrade the ...
0
votes
0
answers
38
views
BizTalk SOAP send port -> WCF
I'm trying to change an existing and working SOAP send port to a WCF one, doesn't matter which WCF, whichever one works, I've tried to use the 'Consume WCF Service' wizard by giving it the wsdl of the ...
1
vote
1
answer
97
views
IBM DB2 HTTP_POST for SOAP request, SOAPAction Header invalid
Just trying to get a response from the appropriate place, but I am getting an error related to the header "SOAPAction" (website changed);
values QSYS2.http_post(
'https://portal.website.asmx'...
2
votes
0
answers
71
views
How to Authenticate Zeep SOAP Client with Certificate from Windows Certificate Store?
I've looked quite deep into this but have had no success. I've tried a ton of methods. Basically, I have a .pfx file which I convert to a .pem file (since that's what zeep requires). I then pass the ...
0
votes
0
answers
62
views
Maven Fails to Generate JAXB Classes from XSD in Spring Boot SOAP Web Service
I am attempting to build a simple Spring Boot SOAP Web Service Application based on the Maven build tool.
Java Version - jdk-17.0.4
Maven Version - Apache-maven-3.9.6
When attempting to build ...
0
votes
0
answers
33
views
Deserialize SOAP response when segment is variably included (c#) [duplicate]
I do not see this in any other post in my similar questions. I am writing automated tests for a web service. In one of my responses, I have a segment like:
... some stuff
... some ...
0
votes
2
answers
70
views
PHP SoapClient doesn't receive all SoapFault data
When I send a request to a Webservice using SoapUI, it will occassionally throw various SoapFault errors, i.e. when the searched for customer doesn't exist. In the XML these usually include a <...
1
vote
1
answer
103
views
.NET 8 C# Soap client not working after upgrading Soap server to use TLS 1.2
I have a soap-client application that is throwing an error possibly due to the soap-server started to use TLS 1.2.
The error:
Exception in REDACTED The message could not be processed.
This is most ...
1
vote
1
answer
111
views
remove XML from SOAP responses
I am trying to deploy a non-wsdl php soapserver, the code as follows is minimal:
function notify($string) {
return null;
}
$server = new SoapServer(
null, array('uri' => "http://...
0
votes
0
answers
45
views
JaxB databinding Error in publishing endpoint using cxf
When I keep my return type of account webservice as string everything goes well. But when I have a custom datatype i.e. GetResponseType, it gives me this error.
[enter image description here](https://...
-1
votes
1
answer
39
views
Is it possible to separate and wrap variables with <arr:int> in Postman?
Attempting to POST a SOAP request in Postman. If a list of collection variables is provided, is it possible to separate the variables and wrap them in arr:int using JavaScript?
For example:
In ...
2
votes
1
answer
36
views
How do you return a more complex data type in PHP / nusoap?
I am using PHP / nusoap to build an API and have seen a number of ways to return complex data types. These generally refer to either a mixed data type or an array. An example is returning:
$aInvoice =
...
0
votes
1
answer
86
views
Flutter Dart SOAP service: UK NationalRail OpenLDBWS envelope generation
Please excuse my shallow knowledge of WSDL and SOAP, this is the first time I'm working with it. I'm trying to send a query to UK's National Rail live train timetable (https://realtime.nationalrail.co....
0
votes
1
answer
83
views
Java 21 Uplift - Apache Camel XSD XML entity/resource not found
I'm trying to update a Spring based module to Java 21 from Java 8. In particular it relies on Apache Camel. I had earlier removed org.apache.camel:camel-cxf in lieu of other dependencies, since its ...
0
votes
2
answers
93
views
Excel Macro pushing data to mulitple name column using SOAP XML
I've been writing a (surprisingly) simple VBA macro for my Excel file to add and upload data to an item on a SharePoint list. Everything works fine but I cannot, for the life of me, figure out what ...
0
votes
0
answers
59
views
Unable to create envelop : class com.sun.xml.messaging.saaj.soap.dom4j.ElementImpl cannot be cast to class com.sun.xml.messaging.saaj.soap.Envelope
I'm trying to POST SOAP request to sabre in c# console application but it gives an error. I have checked error details it says i may be having some special characters before soap body or in soap body ...
0
votes
0
answers
31
views
AWS S3 Select, can do the query with CLI but not via API Endpoint, same settings error: "OverMaxRecordSize"
Via this AWS CLI command I can get the results of a query to JSON
aws s3api select-object-content \
--bucket daily-movers-data-xxx \
--key daily_movers_data_2025-04-10.csv \
--expression &...
0
votes
0
answers
22
views
IICS API Service Connection as Text
I have a service connection in IICS that connects to an API with SOAP (was originally a regular REST connection that worked fine). The goal is to take the payload as text and write it to a file. I get ...
0
votes
1
answer
54
views
Unable to create envelope from given source Sabre GetElectronicDocumentRQ Request
I am trying to make a SOAP client for GetElectronicDocumentRQ Sabre.
Edit :
Request works in postman
This is the C# code I'm trying to use:
try
{
// No more boilerplate needed with top level ...
0
votes
1
answer
143
views
Can't find the request for Observer , Apache CXF Tomcat 10
I am in the process of migrating my Jboss Java 8 application to Tomcat Java 17.
I have already converted all my sources to Jakarta.
I have an issue migrating the service part of my application; I get ...
1
vote
0
answers
53
views
WSO2 Micro Integrator: Base64 SOAP Response to JSON Causes AxisFault "Error getting GZIP output stream"
I have a WSO2 Micro Integrator proxy that calls a WSDL endpoint. The response is a SOAP envelope containing a list of documents, each with a contents field that holds a Base64-encoded file. I extract ...
0
votes
0
answers
32
views
Remove namespace on request variables
Use spyne for create soap server. Create models and services. The request message of the sendDocument method is formed as follows. How to remove "efat" ns prefix from
variables in ...