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

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 ...
Bechou's user avatar
  • 11
-1 votes
0 answers
119 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
-1 votes
0 answers
94 views

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 ...
Hal-Emmerich's user avatar
0 votes
0 answers
52 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
1 vote
0 answers
30 views

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(...
user19045506's user avatar
0 votes
1 answer
48 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
26 views

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 ...
user2132124's user avatar
0 votes
0 answers
80 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
0 answers
37 views

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 ...
user31601259's user avatar
1 vote
1 answer
78 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
2 votes
0 answers
131 views

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/...
Raúl Ramírez'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
0 votes
2 answers
83 views

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 ...
Heemanshu Bhalla's user avatar
-4 votes
1 answer
72 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,279
2 votes
0 answers
48 views

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 ...
bugbugsme's user avatar
0 votes
0 answers
85 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
75 views

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)] ...
Maksim SD's user avatar
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
0 answers
38 views

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 ...
user3360058's user avatar
0 votes
1 answer
56 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
1 vote
2 answers
107 views

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 ...
Olivier's user avatar
  • 11
0 votes
0 answers
36 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
50 views

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 ...
Paul Absmanner's user avatar
0 votes
1 answer
85 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
1 vote
1 answer
77 views

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 ( '...
Diego's user avatar
  • 69
0 votes
1 answer
88 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
71 views

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 ...
Kaltarus's user avatar
0 votes
0 answers
85 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
68 views

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 ...
Balaji211's user avatar
  • 307
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
1 vote
1 answer
97 views

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'...
Garcia's user avatar
  • 13
2 votes
0 answers
71 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
62 views

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

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 <...
yeen's user avatar
  • 1
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
1 vote
1 answer
111 views

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://...
Diego's user avatar
  • 69
0 votes
0 answers
45 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
-1 votes
1 answer
39 views

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 ...
Neophyte's user avatar
2 votes
1 answer
36 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
86 views

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....
Taras's user avatar
  • 77
0 votes
1 answer
83 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
2 answers
93 views

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 ...
Mahi's user avatar
  • 3
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
31 views

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 &...
userRR's user avatar
  • 339
0 votes
0 answers
22 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
54 views

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 ...
Heemanshu Bhalla's user avatar
0 votes
1 answer
143 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
1 vote
0 answers
53 views

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 ...
Mohamed Assedmer's user avatar
0 votes
0 answers
32 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