1
vote
0answers
10 views

JAX-WS web-service defined by WSDL with abstract global elements

Here is a WSDL containing abstract global element named paramName: <wsdl:definitions name="AdapterSessionManagerService" targetNamespace="http://companyname.org/" ...
5
votes
2answers
154 views

JAX-WS duplicates complex type when generating wsdl

I'm developing a web service with several methods taking as input identical complex data types. The data types have JAXB annotations and setters and getters, and the web service class has JAX-WS ...
2
votes
1answer
194 views

Cycle is detected in the object graph this will cause infinitely deep xml

enter code hereHi Guys me and some classmates are working on a project for school and are stuck with this error: a cycle is detected in the object graph this will cause infinitely deep xml. This is ...
1
vote
0answers
31 views

Is there a General Binding Rule to resolve severals : Two declarations cause a collision in the ObjectFactory class

I'm working to generate java class from a WSDL and several XSD files. One of the XSD contain more than 1000 complexType/element that causing the error: Two declarations cause a collision in the ...
0
votes
1answer
86 views

jaxb binding customization without having xsd

I've a wsdl (I dont have the .xsd file) and I want to generate the classes from it. Using wsimport I get a tree of classes that is the standard mapping of the webservice schemas itself and of its ...
1
vote
1answer
160 views

wsimport: multiple wsdl overwrite ObjectFactory

I have multiple (let's say 2, A and B) webservices and I need to generate a client to use them togheter. In Netbeans I use the wizard "new Web Service Client" passing the two wsdl, looking at the ...
0
votes
0answers
72 views

SOAP Header update with xsd in java

My app is a client to a SOAP webservice via soap/jms and have been given a wsdl for same by provider. WSDL essentially refers to 3 xsd and my soap request is suppose to look as below: soap-env ...
1
vote
0answers
98 views

java.util.Date property rendered as xs:string in xsd using JAX-WS (Apache CXF / Metro)

I generated some model classes based on a WSDL using apache cxf. I then added a jaxb bindingfile to convert all xs:dateTime and xs:date elements to java.util.date (instead of the default ...
0
votes
1answer
101 views

SAXParseException in JAXB during CXF WebService test

I am new to JAXB. I was provided a wsdl file, I used apache-cxf utility wsdl2java to gain a number of java classes, from which I implemented my webservice. But when I start client server test on my ...
0
votes
1answer
62 views

cxf does not generate the expected type in WSDL

I have an exception: public class MyException extends Exception { public MyException() { } public MyException(String message) { super(message); } ...
1
vote
1answer
109 views

Add default namespace to an element within soap body

I have generated a web-service client (JAX-WS) and model from wsdl and xsd. I have problem with namespaces within soap body. Lets assume we have two classes: @XmlRootElement(namespace="aNamespace") ...
0
votes
0answers
63 views

Type (namespace) of returned object is different from expected - auto generated classes in web service client contain duplicate of class

I work in NetBeans 7.2. I created class Laptop from xml using JAXB binding, then I made jar from this project and added it to Web Service libraries - I wanted to use functions from Laptop class as ...
1
vote
1answer
95 views

How to generate xsd from custom Java class which extends from java.util.Date by JAXB Schemagen

I have a custom java class "CustomDate1" extends java.util.Date, and I want to generate XSD file for it by Schemagen. but seems the in XSD file, the "customDate1" doesn't with the extension item, I ...
0
votes
0answers
93 views

Webservices / dynamic class generation / flow

My question probably sounds all wrong since I'm not sure what to ask exactly. I'm very new to web services in general but get a very high level idea. I'm looking at some code where the classes/methods ...
0
votes
1answer
200 views

cxf-java2ws-plugin and jaxb annotated classes

I'm trying to generate wsdl from java. The plugin generates schema information for those classes included in the same project but seems not for classes in dependency packages. <xs:element ...
0
votes
0answers
97 views

Generating JAXB classes from WSDL with SBT

We have a simple application that generates JAXB java classes from a remote WSDL using the CXF plugin. (http://cxf.apache.org) We need to migrate it from Maven to Sbt, but unfortunately as I ...
2
votes
0answers
279 views

JAXB - change package - working with embedding JAXB binding declaration but not with external file

I would like to change the package name of all the classes that are in a schema. Unfortunately I cannot use the element of jaxws-maven-plugin as I have got a WSDL and more schemas in it. ...
1
vote
1answer
131 views

wsgen fails to ignore JAXB annotations

I've been using Metro and have come across a problem whereby wsgen seems to ignore any JAXB annotation that I put on web method response classes. I'm trying to return a set of entity classes that I ...
4
votes
2answers
1k views

JAX-WS error on WSDL file: “Error resolving component 's:schema'”

The Error I am using wsimport in a Java project to generate sources for three SOAP web services. The first two work fine: I use the JAX-WS Maven plugin to grab the WSDL file and generate ...
4
votes
2answers
407 views

Generating C# client code from a JAXB WSDL with a binding file

I have a WSDL with dozens of XSD and I need to generate client code from the WSDL to consume a Web Service. The owner of the web service uses Java and generated the WSDL/XSD using JAXB. JAXB specifies ...
1
vote
1answer
256 views

JAXB generateElementProperty code location

I'm a C# developer, but recently I had to rewrite a version of my app in Java. The C# app works with a WCF host/client transmitting custom objects. Since Java is not my specialty I struggled a little ...
1
vote
0answers
142 views

HyperJAXB and ID/IDREF

Has there been any update on using IDs and IDREFs for JAXB 2.x in HyperJAXB3? HyperJAXB and IDREFs I've added a baseType binding to my IDREF element and the correct type is generated on the owner ...
1
vote
1answer
147 views

Current directory 'dot slash' (./) in WSDL (XSD path)

The xsd in the wsdl I'm working with is referenced with a path beginning with 'dot slash' (./). <xsd:schema> <xsd:import namespace="urn:my.name.space.be" ...
0
votes
3answers
88 views

How to retrieve values sent from webservice

I have a question about retrieving data values which are sent from a web service. I have a web service which receives data from a client and then does something with it. It worked all perfectly. But ...
0
votes
2answers
203 views

Generating java classes from wsdl

I have an wsdl, from it i generated server stubs using apache cxf. The problem is new wsdl which i deploy differs from initial one, so soap requests for old one do not work for the new one. I test it ...
0
votes
1answer
120 views

Why does axis2 1.6.2 java2wdsl.sh ignore class members of complex type

Let's say I have a ClassA which contains some members of type String and 1 member of an array of ClassB which in turn contains just a String member. Something like this: public class ClassB{ ...
1
vote
3answers
253 views

WSDL is changed after publishing

When I publish a web service created from a WSDL, the WSDL which is created after publishing is different than the original one. The difference is that WSDL/XSD created after publishing had additional ...
1
vote
1answer
374 views

jaxb-generate classes from wsdl ,each schema classes should go to corrsponding package

i have one wsdl file which have schhemas included in it, i want to generate java classes for each schema in different package,please help me. i have used following code,its generating classes ...
0
votes
1answer
414 views

Error while creating JAXB classes from WSDL

First of all,I have just started working on web services and I am stuck in the first step i.e creating the java classes from the provided wsdl/xsd . I am running the following ant task to create java ...
0
votes
0answers
142 views

How to prevent JAX-WS generated code?

In JAXB, it is possible to prevent the generation of classes by adding a custom binding such as the following: <jaxb:bindings schemaLocation="mySchema.xsd" node="/xsd:schema"> ...
1
vote
0answers
168 views

How to put all WSDL complextypes in one package and simpletypes in another package using CXF WSDL2JAVA JAXB external binding file approach?

Requirement : generating java artifacts(classes) & packaging all complextypes to one package and all simple types to other package from wsdl using CXF WSDL2JAVA JAXB external binding file ...
0
votes
0answers
103 views

import xsd in wsdl by defining in jaxb object

i have a jaxb element which is simple type and the defination is in the xsd which is in a remote location, so I have created the object with the help of the xsd local copy bt i dont want to ...
0
votes
1answer
485 views

Parsing XML schema java

I need to parse XML schema (source can be wsdl file or xsd ) and extract all the complex types and their constituent elements with their types.. I have used JAXB (xjc)but it does not return me a list ...
6
votes
1answer
314 views

WSDL2Java. Apache CXF. ArrayOf{Type} to List<Type>

How to generate List<Type> instead ArrayOf{Type} ? For example method return [WebMethod] public List<long> GetSimple() WSDL2Java will generate: public ru.test.ws.ArrayOfLong ...
0
votes
0answers
104 views

JAXBvalidation error: 'Invalid index -1' with abstract complexType

After enabling validation of incoming XML on JAXB web service, I'm getting error message, when I send in request the Invalid index -1. I've checked when this error occures. I'm sending the object, ...
0
votes
1answer
1k views

jaxws import. binding file being ignored

I am trying to generate my java classes using jaxws. The problem is that my binding files are being ignored. I have two binding files in the bindingDirectory. Maybe someone could help ? ...
0
votes
0answers
198 views

Put integers and strings into wsdl2java generated List of JAXBElement

Somehow wsdl2java generated this piece of code for a client (consuming a web-service). The four fields are to be provided in SOAP message, so I expected them to be Strings and Integers, but instead I ...
0
votes
2answers
67 views

Mapping Requests to a Nonstandard Webservice

I'm writing a bridge between two old application on our network. One has a webservice that takes URL encoded parameters (GET) and returns an XML document. Like this: ...
2
votes
1answer
2k views

JAXB Bindings in embedded XSD

I have a wsdl with an embedded xsd. <wsdl:definitions name="AcmeService" targetNamespace="http://www.acme.com/services/Acme/WcfService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" ...
1
vote
2answers
1k views

How to extract JAX-WS @RequestWrapper attribute (or full bean)

Is it possible to extract an attribute (as in XML attribute value) from a RequestWrapper object? In my implementation, I'd like to use the value of the attribute, but can't reference it with ...
2
votes
1answer
663 views

XJC superinterface and superclass only for all classes?

I'm trying to automatically implement an interface in one java class generated from a xsd file. This looks as if it could do that, but it will only add implements SomeInterface to all classes, which ...
2
votes
2answers
889 views

JAXB: Unmarshaller tries to instantiate abstract class (ignoring xsi:type)

I struggle with a strange problem since several days. A customer provides a Webservice and a WSDL. I imported the WSDL by using wsimport and some jaxb customization. All Java classes are generated ...
3
votes
4answers
5k views

What's the purpose of minOccurs, nillable and restriction?

Documentation for required says: If required() is true, then Javabean property is mapped to an XML schema element declaration with minOccurs="1". maxOccurs is "1" for a single valued ...
2
votes
1answer
457 views

How can we have minOccurs=“1” for a String?

I am using Apache CXF for Web service development . We have written Java code and the WSDL will be automatically generated by the CXF Engine I have a String named xmlMessage which must have ...
0
votes
1answer
139 views

JAXB customisation for a specifc class

Is it possible to apply a JAXB custom binding to one (or a set) of specific classes from the WSDL? From what I gather, going through the globalBidings element applies the customisation to all classes ...
2
votes
1answer
2k views

Generation of JAXB based WebService Client(Stub) from WSDL

We have a requirement where we need to develop a webservice client based upon JAXB. We have only the WSDL url with us. Is there any such tool exist which can do this for us ? As of now we are ...
3
votes
1answer
116 views

JAXB - Map Java interface to 3rd-party library implementation in a Web service context

I try to expose the following method as a web service public void validate(Foo foo) throws javax.validation.ConstraintViolationException; The problem is ConstraintViolationException embeds a Set of ...
0
votes
1answer
2k views

Web Service Response returns <item xsi:nil=“true” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”/>

I am very new to Web Services. I am creating Apache CXF (apache-cxf-2.5.0) SOAP based Web Services. It creates WSDL from Java class (Java first approach). Following is my Java class: package ...
2
votes
1answer
125 views

JAXB - Customizing a generated class name, but configuring for not generating it

I have multiple WSDL/XSD files and using JAXB I'm generating it's clients. But there are some common classes among them all, that I have in a separate project. I'm able to customize the whole ...
0
votes
1answer
310 views

CXF/JAXB Code-first service: modify XMLSchemaType of inputs

I am working on a CXF/JAXB code-first web service. I would like to be able to modify the WSDL definitions of some of the inputs. For example, given the following interface snippet: @WebMethod public ...

1 2