wsdl Questions

9

Hi I'm trying to use the wsdl api to get shipping cost calculated for my website. I'm using opencart and this module (http://www.opencart.com/index.php?route=extension/extension/info&extension_...
Biting asked 28/9, 2011 at 9:19

4

Solved

There is a specific WSDL for which the ServiceContractGenerator keeps on generating message contracts (request/response wrapper objects), which I do not want (I want straight parameters). Other WSD...
Hist asked 8/12, 2014 at 12:35

4

Solved

I want to switch my Maven2 build file to gradle. Generating the java classes from WSDL + XSDs with gradle seems to be not documented further there is no gradle plugin for this. I use the following ...
Telethon asked 16/11, 2011 at 20:47

7

Solved

I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here. For xsd like this: <xs:e...
Since asked 30/12, 2015 at 8:21

2

I'm able to use generate classes with a relative wsdlLocation when I specify each file, such as <wsdlOptions> <wsdlOption> <wsdl>${basedir}/src/main/resources/sample.wsdl</w...
Fleabane asked 4/10, 2016 at 23:0

3

How to configure node-soap client set namespace for array not only for objects? My params for 'sendPatient' method: params = { patientCard: { patient: { firstName: 'test', lastName: 'test' }...
Captivity asked 9/6, 2015 at 18:50

4

Solved

I'm trying to set up a Soap client with the following code: <?php $wsdl = 'https://domain.com/?wsdl'; $endpoint = 'https://domain.com'; $certificate = dirname(__FILE__) . '/CertWithKey.pem'; $p...
Solidarity asked 21/11, 2014 at 13:34

9

Im trying to generate sources from a wsdl file, but I keep running into an error on my pom.xml that I believe might be my issue? Below is the error that I get from my pom, and my pom file. Also I c...
Rapier asked 13/2, 2015 at 14:9

4

Solved

I am using the Netsuite web services (SuiteTalk) api but keep getting a Invalid login attempt error when using a tokenPassport. As the token authentication seems quite complex I will include all th...
Delirium asked 4/7, 2018 at 9:22

10

Solved

I have a problem creating and connecting a Java client to a running Web Service. I use the following code: Service myService = null; URL wsdlLocation = new URL("http://myservice?wsdl"); QName ser...
Plurality asked 12/9, 2013 at 10:20

11

Solved

I am new at web-services. I am trying to generate the stubs using this command: wsimport -d ./build -s ./src -p com.ECS.client.jax http://webservices.amazon.com/AWSECommerceService/AWSECommerceSe...
Popish asked 4/1, 2014 at 11:59

4

Solved

I've built and API in nodejs with the library "soap" that consumes a wsdl project. I'm trying to do a post and in the response body I'm getting this error: The server cannot service the ...
Neukam asked 29/11, 2019 at 18:22

5

Solved

I want to get the WSDL file for a webservice and the only thing I have is its URL (like webservice.example/foo). If I use the URL directly only an error response is delivered.
Quintile asked 23/12, 2013 at 11:27

2

I have one set of Java classes generated from a WSDL that work fine; I'm adding another WSDL to the project for another webservice I'm using, but I get no @XmlRootElement annotations in the generat...
Ebonieebonite asked 3/3, 2017 at 15:19

3

Solved

I want call a .net SOAP web service from java. .net Service has ws-security module and I used apache CXF for setting username and password (and maybe later X.509 certificate). The code I used is: ...
Swashbuckler asked 17/5, 2015 at 7:21

2

Solved

Imagine this scenario. I have a wsdl file with namespace a/b/c and it imports another wsdl whose namespace is m/n/o. Unfortunately, both of them have same ComplexTypes XYZ defined in them. Now, wh...
Peru asked 26/9, 2012 at 15:36

0

NOT A DUPLICATE BECAUSE I have tried many solutions from the stackoverflow like adding the @XmlRootElement(name="Generic") And also tried wrapping the request and response objects in java...
Lederhosen asked 5/5, 2023 at 4:35

6

I am working on an application in which we give call to Third Party SAP system using files generated through wsdl using Spring webservices. One of the file generated using wsdl through ws import h...
Harriettharrietta asked 11/11, 2016 at 13:57

6

Is there any way by which I can generate xsd from wsdl. Any link or tool will also do. What is the simplest way to do this?
Tillery asked 23/4, 2014 at 8:26

1

First of all, I found this link which was a HUGE help to get this working. https://medium.com/@benwmills/using-the-netsuite-suitetalk-api-with-net-core-net-standard-40f1a4464da1 But wanted to...
Mitrewort asked 8/2, 2022 at 20:39

13

I'm trying to run a web service using PHP & SOAP, but all I'm getting so far is this: (SoapFault)[2] message which states: 'SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/MyR...
Ipoh asked 13/10, 2012 at 17:53

9

Solved

I am trying to create a simple web service using Apache CXF 2.6 runtime in Tomcat v7 using Java in Eclipse. I am following this tutorial http://www.youtube.com/watch?v=o2Vjs8ylmFM&feature=autop...
Sarchet asked 3/6, 2012 at 5:41

13

Solved

I don't think this is possible, but if is then I need it :) I have a auto-generated proxy file from the wsdl.exe command line tool by Visual Studio 2008. The proxy output is partial classes. I wa...
Monogamy asked 29/10, 2008 at 18:2

5

Solved

I have a cxf service running at https://localhost:8443/services/MyService?wsdl with client certificate required. The WSDL is not important here. I am able to invoke the service when I remove t...
Pastoralize asked 2/4, 2013 at 2:54

16

Solved

I keep having some weird problems. The main one is that I keep getting the following error when trying to add a WSDL to a new project: Error loading [https://.../token?wsdl]: java.lang.Exception: ...
Squire asked 18/6, 2012 at 18:4

© 2022 - 2024 — McMap. All rights reserved.