Questions tagged [wsdl2java]

WSDL2Java is a JAX-RPC tool that is run against the WSDL file to create Java APIs and deployment descriptor templates according to these specifications.

656 questions
0
votes
2 answers

Can't consume webservice from Java

I created the webservice stubs using axis2-1.5's wsdl2java.bat. This created a src folder with the following structure in it: src/net/mycompany/www/services/SessionIntegrationStub.java The package of the SessionIntegration.java file is: package…
vikasde
  • 5,681
  • 10
  • 45
  • 62
0
votes
2 answers

WSDL2Java Eclipse plugin BigDecimal Issue

I'm attempting to generate Java code from a WSDL file. It generates the code but there seems to be an issue with one of the auto generated setter methods. /** * Auto generated setter method * @param param Curr132 */ public void…
sb89
  • 353
  • 1
  • 6
  • 23
0
votes
1 answer

Apache CXF and Apache Camel: the given SOAPAction does not match an operation

I'm trying to walk through the Camel Report Incident tutorial and am stuck at the end of part 5. When I try to run the unit test it fails with the message The given SOAPAction http://reportincident.example.camel.apache.org/ReportIncident does not…
Matheus Moreira
  • 2,338
  • 4
  • 24
  • 31
0
votes
1 answer

WSDL2JAVA for simple http get on php page?

I have to request a PHP page with 3 Parameters (e.g. www.test.com/index.php?name=mrTest&no=1&id=10001). I'm using WSDL2JAVA for other Services and am now wondering if it is possible to generate a similar Service for this case. This PHP page Returns…
jobe
  • 325
  • 2
  • 14
  • 25
0
votes
1 answer

Is there a way to turn on type sharing between two Axis2 stubs generated using wsdl2java?

We have Axis2 POJO services that are currently consumed by a C# client and we're adding a Java client. Generating equivalent stubs is turning out to be somewhat difficult. We generate the classes using the .NET wsdl tool which has an option to…
Matthew
  • 23
  • 1
  • 4
0
votes
0 answers

Axis2 wsdl2java created stub translating byte[] as DataHandler

I'm tasked with making a Java client for an existing Axis2 1.5.1 webservice that we've been consuming using a c# client. We use byte arrays in a few locations most notably for the session handle and I'm running into an issue creating the stubs. …
Matthew
  • 23
  • 1
  • 4
0
votes
1 answer

Generating client web services from Onvif wsdl file

I'm trying to create the client web services from the Onvif standard wsdl file located here. After I pass through all steps in Eclipse wizard using Apache CFX, I get this output: Loading FrontEnd jaxws ... Loading DataBinding jaxb ... wsdl2java…
artaxerxe
  • 6,281
  • 21
  • 68
  • 106
0
votes
0 answers

Domino: Webservice: Class do not have a property of the name

I have the following Problem. I tried to create a web service a standard cmis Webservice Interface on IBM, Domino with wsdl2java (with cxf). After creating all java classes I tried to get answers from the webservice with the eclipse Java Client. It…
0
votes
0 answers

What to put in default wsdl2java implementation?

I'm trying to implement a SOAP Web Service that generates a SOAP message for managing Address Book entries. The SOAP API is from Blackboard ConnectTxt and provides a single service -"addressbook" to maintain address book entries. This service…
0
votes
1 answer

Filtration for navision web services in android

How to pass filter in navision web services calling from android devices and how to fetch data? I've called the web services using WSDL & ksoap2 with NTML authentication and successfully fetching data, but filter does not work when applied.
The Heist
  • 1,444
  • 1
  • 16
  • 32
0
votes
1 answer

How to create soap request template using java

I want to create soap template for give WSDL(the WSDL will change).I want to create a soap template like SoupUI.Steps I need 1.User will give the give the URL 2.Parse the WSDL 3.Create soap template for soap request 4.for Given WSDL I need to create…
user3157084
  • 159
  • 1
  • 3
  • 8
0
votes
1 answer

WSDL Response with Camel and CXF

Although I've interacted with them for years I'm very new to WSDL design. I have a WSDL that I'm trying to use with Camel & CXF generating the code using wsdl2java. What I'm trying to achieve is a custom response string to the SOAP client and…
bugg_tb
  • 246
  • 1
  • 2
  • 7
0
votes
1 answer

JaxB transforming empty element into null when unmarshalling

I have a WSDl element something like : in the SOAP request if i send empty element for listElement like : Then JaxB is…
remo
  • 487
  • 3
  • 10
  • 22
0
votes
1 answer

Error Invalid content was found starting with element . No child element is expected at this point

I have an error with my web service. The error is : Invalid content was found starting with element 'callerNumber'. No child element is expected at this point. The service send the object RelationCARO contains 3 strings : caName, roName and…
user2007861
  • 407
  • 3
  • 6
  • 17
0
votes
1 answer

from WSDL can we generate java files

I have a WSDL file with me and the service is tactfully not up so i want do a mock service from the WSDL file Can we generate Java files from WSDL file? i tried wsdl2java win CXF but it saying ERROR Fail to create WSDL_definition…
kapil das
  • 2,061
  • 1
  • 28
  • 29