9,190 questions
0
votes
0
answers
41
views
SAP SoapFault without details
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 ...
0
votes
0
answers
51
views
How can the classes generated from schema and wsdl files be used in other .NET projects?
I am working on a .NET 3.5 framework project with a WCF service. I generated classes from klm.xsd and abc.wsdl files using the xsd.exe and wsdl.exe tools respectively.
These tools generated the ...
0
votes
1
answer
154
views
JAXB-maven-plugin Skipping Executions Past Beyond First
Stumbled onto some odd behavior with the org.jvnet.jaxb:jaxb-maven-plugin:4.0.8 plugin, related to multiple executions to generate classes for multiple WSDLs. Each individual WSDL generates classes ...
1
vote
1
answer
94
views
How to convert this WSDL requirement to an OpenAPI schema definition
So I had this wsdl type
<xsd:element name="studentMarks" minOccurs="0"
maxOccurs="1">
<xsd:simpleType>
...
0
votes
1
answer
38
views
Problem trying to upgrade AXIS2 to CXF process for creating java objects from WSDL
Trying up upgrade our procedure of generating jar file from wsdl.
We were using AXIS2 and would like to start using CXF with then upgrading of Java on our system.
Using the command line: Caused by {...
0
votes
0
answers
35
views
Soap Input validation failure to be reported to host application
xsd contents is as below
<xsd:element name="Tag" minOccurs="1" maxOccurs="1">
<xsd:simpleType>
<xsd:restriction base=&...
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
35
views
How to change the configuration elementFormDefault and attributeFormDefault fields in Python spyne SOAP wsdl service
Thank you in advance for your help and for reading my question.
I have a WSDL file, for which I want to disable the explicit relation of the transmitted data to the namespace.
The service is written ...
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 ...
0
votes
1
answer
356
views
How to generate specific request using soapcore in .NET Core
I have tried multiple examples online to generate my soap client request to look like this
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:isw="http://tech....
0
votes
0
answers
70
views
How to create SOAP Service with WSDL File using springboot java
I am using one SOAP Service In my application.
I want to mock that SOAP Service such a way that
if i come with x input i should get the outputX
if i come with y input i should get the outputY
most of ...
0
votes
0
answers
33
views
How to set schemaLocation in wsdl from external library
I have application which had few modules, one of them has schemas xsd. I have webservices and in my xsd and wsdl files I had schemaLocation refer to this module. Now I have one module and another ...
0
votes
0
answers
42
views
How to enable DISCO for a CoreWCF service?
As we see in this answer, DISCO is a sub-service for discovering the WSDL URL for a given SOAP service.
Indeed, when we examine the HTML source of the Help page returned by a WCF service, we can see ...
0
votes
0
answers
90
views
Using jaxws-maven-plugin with multiple wsdl files with the same portType
I use com.sun.xml.ws:jaxws-maven-plugin plugin in a spring project, the configuration specifies only links to wsdl files
I process several wsdl files, two of them use the same targetNamespace and ...
0
votes
0
answers
38
views
Java Unmarshalling error, namespace issue. Package-info changes
I have created a SOAP client request to consume a web service. The web service hosting team is expecting a request something like this with the below namespace.
<revisionRequest xmlns = "urn:...
0
votes
0
answers
35
views
Overriding xsd complex type with simple String in jaxb bindings
I am having a WSDL which I must use and not modify.
In the WSDL there is a type 'TextType' defined without any elements. This 'TextType' is actually meant as simple String (which is only described in ...
0
votes
1
answer
31
views
SOAP XML WSDL with different input and output names in wsdl
I am implementing the OTA_ReadRQ / OTA_ResRetrieveRS message pair and I have hit a problem. All the other messages I have implemented as paired messages EG: OTA_HotelAvailRQ / OTA_HotelAvailRS
I have ...
1
vote
0
answers
49
views
Change namespace definition location in SoapServer response
I'm building a web service with soapserver and in the response it shows me the namespace definitions in the envelope section, but the person consuming the web service says that the namespace ...
0
votes
1
answer
79
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'...
0
votes
0
answers
93
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 ...
-1
votes
1
answer
476
views
Getting The prefix "jxb" for element "jxb:bindings" is not bound exception after migrating to jaxb3/java21
While migrating a service to java21 and jaxb3.0, the class generation for xjb file from a wsdl is giving a 'org.xml.sax.SAXParseException; XXX The prefix "jxb" for element "jxb:bindings&...
1
vote
0
answers
1k
views
SOAP WSDL to OpenAPI Swagger
Anyone tried to convert WSDL into OpenAPI format, Swagger?
Previously I tried to use https://github.com/wso2/soap-to-rest to convert and managed to do it. But as my requirements get complex, I am not ...
1
vote
0
answers
67
views
Generation of Reactive WebClients from WSDL files using WebFlux
I have a WSDL file defining a SOAP service, and I'm looking to generate a Reactive (WebFlux) client from it.
In the past, I've successfully generated Reactive WebClients for JSON REST services using ...
0
votes
1
answer
31
views
soap xml response xsi:type value changed
Our tomcat webservice response is soap xml format.
The xsi:type change from xsi:type="ax235:SearchOutput"> to xsi:type="ax239:SearchOutput">
one day suddenly.
The ns return ...
0
votes
0
answers
28
views
Get Details of wsdl elements - C#
There is a WSDL service and I want to get every operation, their parameters and their request address (I mean messages, types, bindings and ...).
How can I do that in C# ? I want to show them in a ...