Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

*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 ...
TheNIK's user avatar
  • 67
0 votes
0 answers
32 views

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. ...
user2919960's user avatar
0 votes
1 answer
75 views

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 ...
garyCobalt's user avatar
-1 votes
1 answer
114 views

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" ...
Guagua77's user avatar
0 votes
1 answer
39 views

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 ...
Nique's user avatar
  • 581
0 votes
0 answers
29 views

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 ...
Bing's user avatar
  • 3,193
1 vote
0 answers
87 views

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 ...
steffie's user avatar
  • 11
0 votes
1 answer
38 views

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 ...
RKh's user avatar
  • 14.2k
1 vote
0 answers
122 views

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 ...
Suresh's user avatar
  • 35
0 votes
2 answers
459 views

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 ...
Isuru Senanayake's user avatar
0 votes
0 answers
250 views

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....
Kumar's user avatar
  • 1,116
0 votes
0 answers
38 views

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

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 ...
hello-there's user avatar
3 votes
2 answers
202 views

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 ...
Carlos Matos's user avatar
0 votes
0 answers
114 views

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 ...
Max's user avatar
  • 1
0 votes
0 answers
58 views

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 ...
Raul Viana Navarro's user avatar
0 votes
0 answers
32 views

I have an API with Spring Boot. This is my endpoint: @Endpoint public class AccountEndpoint { private final AccountService accountService; public AccountEndpoint(AccountService accountService) { ...
Francesco Palopoli's user avatar
0 votes
0 answers
68 views

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 ...
Christof De Backere's user avatar
1 vote
0 answers
28 views

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 ...
Lavanya Yarasu's user avatar
0 votes
0 answers
72 views

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 ...
Anwar's user avatar
  • 1
0 votes
1 answer
52 views

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

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 ...
escee999's user avatar
  • 377
0 votes
0 answers
13 views

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/...
Francesco Palopoli's user avatar
0 votes
0 answers
24 views

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....
Francesco Palopoli's user avatar
0 votes
0 answers
161 views

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/...
Francesco Palopoli's user avatar