Skip to main content

Questions tagged [wsdl]

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag does not refer to any tool named "wsdl", such as WSDL.EXE from Microsoft.

-2 votes
0 answers
20 views

Spring Web Services client to .NET WCF Service PKIX path validation failed: signature check failed [closed]

We are calling a legacy WCF WSDL based Service from Spring Web Services Client. The details we got was a .cer file UserName and Password domain The above file has been imported in the cacerts via ...
user3593025's user avatar
0 votes
1 answer
34 views

java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlNs

I am getting following exceptions in gradle ant.xjc. its working perfectly when it has generate("javax.xml.bind:jaxb-api:2.3.1") as a dependency. Execution failed for task ':createWsdlSource'...
ERK's user avatar
  • 352
-1 votes
0 answers
7 views

Analyze the large number of webservice WSDLs

we have large number of legacy webservices which are SOAP based thus we have 200+ WSDL's. we want to analyze for inconsistent element definitions across the services. Is there any tool available which ...
Imrankhan's user avatar
0 votes
0 answers
24 views

Using Python I am having problems uploading files to Workday via the put_worker_document operation

I have been hitting my head against this for a while now. I am trying to use the put_worker_document operation of workday's staffing endpoint: https://wd2-impl-services1.workday.com/ccx/service//...
BlindWiz's user avatar
0 votes
0 answers
11 views

Generating Stub from WSDL/XML file in nodejs using utility other than Apache CFX

looking for different utility other than Apache CFX to generate stub from WSDL/XML file Currently we are using Apache CFX to generate the stub(.js) from WSDL/XML file. But we are looking for different ...
Jamunasri K's user avatar
0 votes
0 answers
12 views

How to call SOAP Web Service using Spring Boot (parse XMl)?

I have the requirement to call web service [SOAP] from Spring Boot framework as a standalone application. I have the web service point URL, but only have the xml file which is being send as an input. ...
invincibleCoder's user avatar
0 votes
0 answers
52 views

WCF client works with .NET Framework but not with .NET Core:

I have a WSDL file that I tried to import into .NET Framework and .NET Core code. In .NET Framework, it works fine, but in .NET Core, it throws the following error: "The SSL connection could not ...
BilalMr's user avatar
  • 337
0 votes
0 answers
26 views

Axis 1.4 not setting correct type of parameter

i am trying to communicate to an API (an outdated one at that, as you can tell by my use of Axis 1.4), and been having trouble setting the type of the parameter. I am defining and adding it to the ...
extGreenJ's user avatar
0 votes
0 answers
40 views

org.xml.sax.SAXParseException.publicId accessible: module java.xml does not opens org.xml.sax to unnamed module - JDK17

Not sure what is wrong with the Implementation while validating the XML. I am trying to convert the SAX Exception for the fields to json response - And it is failing at return new Gson().toJson(this); ...
Swaraj's user avatar
  • 345
0 votes
0 answers
14 views

NuSOAP PHP Codeigniter did not show elements/attributes of endpoint in Wizdler

I'm generating SOAP Server using NuSOAP with CodeIgniter 3 as framework, while the URL shows like this: http://url/api?wsdl It's perfectly fine and show the proper generated-WSDL, but when I use ...
Ichsan Fathurrochman's user avatar
0 votes
0 answers
20 views

Difficulties in Axis 1 to Axis 2 Migration progress

I'm currently migrating an Axis 1 SOAP request to an Apache Axis2 SOAP request in a Spring project. Previously, I used Axis 1 to convert a WSDL file into Java class files. However, in Axis 2, the ...
julymeltdown's user avatar
0 votes
0 answers
25 views

javax-maven-plugin error due parsing wsdl from url or file

I have problem with parsing wsdl info form url here my dependencies for soap <dependency> <groupId>org.springframework.ws</groupId> <...
Dmitriy Gerassimenko's user avatar
0 votes
1 answer
71 views

problem generating java artifacts from WSDL (from Italian ERP Mago4 by Microarea) using glassfish

I have been using for a few years the webservices exposed by the italian ERP Mago4 by Microarea, from my java programs. I am trying to extend the use, but a WSDL seems to have problems. In detail, ...
Fabio 2022's user avatar
0 votes
0 answers
31 views

Is there a way to take a swagger file and generate like WSDL document

I have a Swagger (OpenAPI) specification file for my REST API, and I need to generate a WSDL document from it. The goal is to provide a WSDL document for clients that expect SOAP services. I ...
saifLAYouni's user avatar
0 votes
0 answers
16 views

How to include a .xsd when we provide a soap webservice via a spring boot app

I followed How to use WSDL with spring-boot? to create a soap webservice in a spring boot app. Here they have used to provide webservice(Note: We already have a wsdl file.) @EnableWs @Configuration ...
h h's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
620