27,123 questions
0
votes
0
answers
47
views
c# SOAP logging problem : applyclientbehavior not called (net472, net8)
*We are currently seeking to enhance our C# application's diagnostic capabilities through the implementation of comprehensive SOAP logging. During this process, we have encountered a challenge ...
0
votes
0
answers
32
views
WebService automated testing - consuming service in Visual Studio yields auth problem for one endpoint
I have been tasked with automating tests for a webservice. Pretty straight forward. What I did was:
Add service reference in my project.
Write code to execute tests with MSTest unit test framework. ...
0
votes
1
answer
75
views
Using alternative http server within Camel
I have a Camel application for which the underlying http server is Undertow. This application is expected to ingest SOAP messages with large attachments. The host http server has an imposed limit to ...
-1
votes
1
answer
114
views
How do I extract JSON array from SOAP reply in Azure Datafactory
I'm trying to get the JSON-array that in the reply I get from a SOAP service into a JSON file. But i'm having very little success.
The original reply I get is this:
<?xml version="1.0" ...
0
votes
1
answer
39
views
Getting node-soap to work with tradetracker soap api
I'm trying to make the SOAP api of tradetracker to use with typescript node-soap. Thus far, I only managed to connect and authenticate using their authenticate method. But as soon as the second ...
0
votes
0
answers
29
views
Why does simplexml_load_string fail on complex (but valid) SOAP XML? [duplicate]
I have some SOAP XML that is being sent to me and I'm trying to parse it with this function I wrote:
function soapXmlToJson($soapXml) {
libxml_use_internal_errors(true);
// Load XML ...
1
vote
0
answers
87
views
Twinfield API request periods with SessionID
Recently, I have built a connection with Twinfields API with a combination of VBA and Python. Twinfield is an accounting program, and I want to extract some data from it and use it in Excel. What I ...
0
votes
1
answer
38
views
SOAP request issue and difference in envelop
I have an old WSDL with SOAP structure as below:
The above one works fine from .NET as it is accepting Request object.
A new endpoint was provided to me which is throwing error in .NET when trying ...
1
vote
0
answers
122
views
Apache CXF throwing SoapFault instead custom checked exceptions
I am working on project upgrading from JDK 11 to JDK 17 and spring boot 3.3 and to consume soap web services, started using below Apache cxf dependency however custom checked exceptions that are ...
0
votes
2
answers
459
views
Replace deprecated no.nils.wsdl2java Plugin in Gradle 7+ for WSDL class generation?
updating a Java application from Java 11 to 17, and as part of the upgrade I updated Gradle from version 6.8.3 to 8.0.2. The application uses Spring Boot version 2.7.18.
The application previously ...
0
votes
0
answers
250
views
CFX Code Gen 4.1.0 JDK 21 And Maven Generating Classes from WSDL but without @Valid
I am trying the develop a Spring Boot Project using cxf-spring-boot-starter-jaxws 4.1.0. I have WSDL in place. For security reason I am not providing the WSDL, but I will do with some schema code here....
0
votes
0
answers
38
views
Why does Axis2 throw "An invalid request URI was provided" when connecting to an .asmx SOAP endpoint?
I am using Axis2 to consume a SOAP web service hosted at an endpoint that looks like this:
https://example.com/car.asmx?wsdl
However, when I make a request, I get the following error:
An invalid ...
1
vote
1
answer
113
views
ASP.NET ASMX WebService custom namespace prefix; Building a dotnet service that communicates with both SOAP and REST services
I need to build a service capable of receiving SOAP messages and re-route those to a REST microservice.
The message sender cannot be modified but my service can (and it must I guess):
I decided to ...
3
votes
2
answers
202
views
Is there any way to force TLS 1.2 on Delphi 10.2.3 THTTPRIO component?
I'm using a THTTPRIO component in Delphi 10.2.3 Tokyo to consume a webservice. I must have Internet Options settings configured for TLS 1.2/1.3 so that I can do the connection.
Is it possible to force ...
0
votes
0
answers
114
views
How can I filter with a datetime a Sage X3 Soap Webservice export?
I'm doing data export with a Sage X3 SOAP Webservice. I can add "I_TCRITERE" into my request and I'd like to export only recently updated rows, but I'm not able to find the right X3 syntax ...
0
votes
0
answers
58
views
.NET 8 set System.Net.Security.ProtectionLevel
I have a problem, I am developing an application in .NET 8 based on an existing one in Visual Basic that used a web service of type SOAP. To be able to use this web service I pass it a certificate and ...
0
votes
0
answers
32
views
No endpoint mapping found: 404
I have an API with Spring Boot.
This is my endpoint:
@Endpoint
public class AccountEndpoint {
private final AccountService accountService;
public AccountEndpoint(AccountService accountService) {
...
0
votes
0
answers
68
views
Power query performance (SOAP connector) very low on migrating from Excel to Power BI Desktop
I am designing a first Power BI config, using SOAP api connector to retrieve data using custom Power Query M scripts.
In order to do the trial and error (since first), I started to implement in 'my ...
1
vote
0
answers
28
views
How to dynamically pass multiple inputs and store SOAP API response in Karate Xplorer?
I am currently exploring Karate Xplorer for testing a SOAP API. Here's some requirements were listed which i wanted to know can we achieve these using karate xplorer.
I am testing a SOAP API where ...
0
votes
0
answers
72
views
Unable to Retrieve Field Types Using SOAP API in Polarion Integration
I am currently working on integrating Polarion with my application using the SOAP API. As part of this integration, I need to retrieve the fields and their types from Polarion.
I have already assigned ...
0
votes
1
answer
52
views
SOAP service testing in C# empty date yielding error
So I am writing tests for a legacy web service. I have a Visual Studio (c#) project. I have added the correct service reference. There is a method for adding a contact. When I do so, everything works ...
-1
votes
1
answer
123
views
Not all .xsd files are generated after JDK 17 upgrade
I've just upgraded an old web service from java 11, spring boot 2.7.x to Java 17 and spring boot 3.4.x. Finally got the WSDL to come up. However, I noticed that the content of the WSDL was not ...
0
votes
0
answers
13
views
No endpoint mapping found for [SaajSoapMessage {http://example.com/accounts}GetAccountRequest]
I have created an API Soap and I receive this error: No endpoint mapping found for [SaajSoapMessage {http://example.com/accounts}GetAccountRequest]
I do a request test on Postman at url localhost:8082/...
0
votes
0
answers
24
views
Could not create message from InputStream: Invalid Content-Type:application/xml [duplicate]
I created a soap API at endpoint:localhost:8082/ws and when I text it on Postman I get this error:
Error occurred during jwt authentication: Request processing failed: org.springframework.ws.soap....
0
votes
0
answers
161
views
Dependecies build gradle duplicate
I'm creating a spring boot project with API soap and I'm using two dependencies that have a duplication conflict with each other.
Error log message:
Execution failed for task ':war'.
Entry WEB-INF/...