Skip to main content
Filter by
Sorted by
Tagged with
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
51 views

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

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

So I had this wsdl type <xsd:element name="studentMarks" minOccurs="0" maxOccurs="1"> <xsd:simpleType> ...
noddermon's user avatar
0 votes
1 answer
38 views

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 {...
Steve's user avatar
  • 21
0 votes
0 answers
35 views

xsd contents is as below <xsd:element name="Tag" minOccurs="1" maxOccurs="1"> <xsd:simpleType> <xsd:restriction base=&...
Akhil M V'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
35 views

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 ...
Genry's user avatar
  • 301
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
0 votes
1 answer
356 views

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....
ola_olus's user avatar
0 votes
0 answers
70 views

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 ...
user3041176's user avatar
0 votes
0 answers
33 views

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 ...
Sophie78's user avatar
0 votes
0 answers
42 views

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 ...
InteXX's user avatar
  • 6,537
0 votes
0 answers
90 views

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 ...
Nicolas's user avatar
0 votes
0 answers
38 views

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:...
Barakath Beham's user avatar
0 votes
0 answers
35 views

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 ...
Chris Brown's user avatar
0 votes
1 answer
31 views

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 ...
Steve Farmer's user avatar
1 vote
0 answers
49 views

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

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
  • 406
0 votes
0 answers
93 views

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
  • 335
-1 votes
1 answer
476 views

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&...
Chris's user avatar
  • 1,187
1 vote
0 answers
1k views

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 ...
xxestter's user avatar
  • 519
1 vote
0 answers
67 views

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

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 ...
Ada's user avatar
  • 21
0 votes
0 answers
28 views

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 ...
SAHashemi's user avatar

1
2 3 4 5
184