27,123 questions
-1
votes
0
answers
86
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 ...
0
votes
0
answers
43
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-...
0
votes
1
answer
40
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
76
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
1
answer
71
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 ...
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 ...
-4
votes
1
answer
66
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:"...
0
votes
0
answers
82
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
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
1
answer
53
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&...
0
votes
0
answers
30
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
83
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(...
0
votes
1
answer
86
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
83
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
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 ...
2
votes
0
answers
69
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
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 ...
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 ...
0
votes
0
answers
41
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://...
2
votes
1
answer
35
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
76
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
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
17
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
131
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 ...
0
votes
0
answers
28
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 ...