Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
86 views

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 ...
aserra's user avatar
  • 127
0 votes
0 answers
43 views

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-...
Hank Mason's user avatar
0 votes
1 answer
40 views

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&...
Jeff McKay's user avatar
0 votes
0 answers
76 views

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 ...
Neko's user avatar
  • 21
1 vote
1 answer
71 views

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 ...
un1nvited's user avatar
0 votes
0 answers
19 views

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 ...
Ali Tanha's user avatar
-4 votes
1 answer
66 views

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:"...
user149408's user avatar
  • 6,269
0 votes
0 answers
82 views

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 ...
Markus's user avatar
  • 185
0 votes
0 answers
41 views

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 ...
antidote's user avatar
  • 127
0 votes
1 answer
53 views

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&...
Cynthia Coleman's user avatar
0 votes
0 answers
30 views

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:...
Matthew Caughman's user avatar
0 votes
1 answer
83 views

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(...
IrealCreation's user avatar
0 votes
1 answer
86 views

The WSDL requires the following parameters: <soapenv:Body> <cai3:Set> <cai3:MOId> <gsm:param1>?</gsm:param1> </cai3:MOId> <cai3:...
Diego's user avatar
  • 69
0 votes
0 answers
83 views

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 ...
Gehan's user avatar
  • 456
0 votes
0 answers
38 views

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 ...
Kyle Mann's user avatar
2 votes
0 answers
69 views

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 ...
Russell Rozenbaum's user avatar
0 votes
0 answers
33 views

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 ...
user2919960's user avatar
1 vote
1 answer
103 views

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 ...
Shahriar chandon's user avatar
0 votes
0 answers
41 views

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://...
Mahnoor Fatima's user avatar
2 votes
1 answer
35 views

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 = ...
Paul Russell's user avatar
0 votes
1 answer
76 views

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 ...
p23he's user avatar
  • 163
0 votes
0 answers
59 views

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 ...
Heemanshu Bhalla's user avatar
0 votes
0 answers
17 views

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 ...
Macrus's user avatar
  • 63
0 votes
1 answer
131 views

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 ...
Sébastien AOURA's user avatar
0 votes
0 answers
28 views

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 ...
Muhammet YILMAZ's user avatar

1
2 3 4 5
543