Tagged Questions
1
vote
0answers
17 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/" ...
0
votes
0answers
11 views
wsimport error duplicate class generation error
I tried to generate classes from wsdl using wsimport command of below from commandline. But, getting the errors.
**C:\Users\Miky\Desktop>wsimport -keep -s generator Awsdl.wsdl ...
0
votes
0answers
34 views
Unable to expose Web Service Impl class through JAX-WS annotations
I am developing a web service provider using JAX-WS. The below steps are followed.
Generated stub classes including SOAPBindingImpl class and stub classes and packed as a JAR file and included the ...
0
votes
1answer
29 views
Is it possible to modify method through reflections before webservice is created?
I have a webservice that uses immutable classes in action parameters (that's because of other devs working on the project) -- which means no public setters. No public setters means that webservice ...
1
vote
0answers
17 views
jaxb binding annotation element from another schema and library
I'm writing a Web service that exchange some signed information as part of the messages (not in the headers) and I would like to know how I should make the binding to avoid that xjc generates classes ...
0
votes
2answers
81 views
I am able to write a javax.jws.WebService successfully. However I do not know exactly how to write a web service client for same in java
I have written Webservice in java which has successfully created WSDL. I am stuck in writing a webservice client for my webservice in java. I would like to use my webservice from some jsp classes. How ...
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 ...
0
votes
2answers
69 views
Java Webservice based on Object
I'm using web services and I want to step it up a notch. I'm using Axis2 with JAX-WS. I'm thinking of transfering objects instead of String[]. After I googled a bit, I found that JAXB is the right ...
0
votes
0answers
33 views
Are JSON related annotations necessary in REST when using Jackson?
I'm using CXF, JAXB, and Jackson in my REST web services. From what I understand, when I annotate a class with JAXB annotations such as @XmlRootElement, and @XmlRootElement, Jackson also uses these ...
0
votes
0answers
50 views
Handling an array of json objects with Javascript serialized by Jettison and JAXB
I'm my model looks like this:
@XmlSeeAlso({Object1.class,Object2.class})
public class Parent{}
@XmlRootElement
public class Object1 extends Parent{}
@XmlRootElement
public class Object2 extends ...
0
votes
1answer
83 views
Consuming REST web service like SOAP
I have an application which simply works as a translator between two web service.
Hence, main goal/operation in my application is transformation from consumer XML to Gate Way XML.
So far we have ...
0
votes
0answers
75 views
Is it possible to ensure valid JAX-WS client marshaling for invalid xml symbols for SOAP binding?
I have java (1.6) client, built over JAX-WS, JAXB, SOAP binding, calling wcf (3.5) service (basicHttpBinding).
When I'm trying to call the server with soap-invalid character (for example, ...
1
vote
1answer
443 views
jersey.api.MessageException message body writer and MIME media type text/xml not found
The data is an object named "QueryResponse" which in turn owns a list of objects called "Todos".
I get this error:
javax.ws.rs.WebApplicationException: com.sun.jersey.api.MessageException: A message ...
0
votes
0answers
183 views
How to make soap invalid (illegal) xml characters to be sent / received successfully between Java client and Wcf Services
I am writing java (1.6) client for wcf (3.5) web service,
Client call the server using SOAP binding (basicHttpBinding on the Server).
Wcf service defined with following binding:
...
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 ...
0
votes
0answers
52 views
Opinions on parsing XML to JSON design
Can any give their opinions on my design?
Write Java web service to:
Call external web service that returns an XML document as a String of 'Car' information.
Search this xml/string object for ...
1
vote
1answer
125 views
Java call to web service not updating boolean properties
Scenario:
I am developing a Swing app which connects to a webservice created by .NET (WCF). Had a few issues, but mostly resolved now. However, I can't seem to update boolean properties. In my entity, ...
0
votes
0answers
132 views
JAXB unmarshalling returns null
I am trying to receive a xml/json based input to my JAX-RS web service.
Here is the method signature:
@POST
@Path("/{param1}/webservice/{param2}")
@Consumes({MediaType.APPLICATION_JSON, ...
1
vote
4answers
312 views
How to compare XMLGregorianCalendar with only the Date portion (day, month, year)?
I'm developing a webservice integrated with spring-struts web application, in XSD there is a XMLGregorianCalendar type property, let's say the property name is trxDate.
In SOAPUI testing ...
1
vote
1answer
113 views
Java-WS: is it possible to use raw XML for one argument and still use JAXB objects for the rest?
I'm writing a Java webservice client that will be running on WebSphere. I created a new "Web Service Client" project in RAD Developer, gave it my WSDL, specified "Top down Java Bean", and it ...
1
vote
1answer
279 views
Java-WS unmarshal error: Unexpected element “xyz. Expected elements are ”"
I've got a Java Web services client talking to a remote .Net SOAP web service. I need to substitute raw XML for one of the arguments, instead of packing and unpacking the corresponding JAXB Java ...
2
votes
2answers
720 views
JAXBException caused by generated code
I am getting the following JAXBException of the form
class SomeClass nor any of its super class is known to this context.
The full stack trace looks like this:
...
1
vote
2answers
137 views
Error while unmarshalling Web Service response
I'm calling a web service using JAX-WS. I want to convert the content into a Java Object.
Here is the content portion of the web service response.
<header xmlns="">
<store>
...
1
vote
2answers
68 views
How to mark a field as not to be expanded by JAXB in JAXRS
I have 2 classes as follows:
@XmlRootElement
@PersistenceCapable(detachable="true")
public class User {
@Persistent(primaryKey="true", valueStrategy=IdGeneratorStrategy.IDENTITY)
private ...
0
votes
0answers
74 views
Adding dynamically new elements to a JAXWS service JAXB context
I'm using CXF to expose a huge model which contains more than 3000 classes.
In most scenarios the customer will use only 100 classes out of the 3000 but I don't know in advance which ones will be ...
0
votes
1answer
71 views
Handling a multi line text incoming into a web service
I am working on a webservice which receives an object "Person". A "Person" will have a field in it called "message" (String). The message can be any text that the client puts into it. It can extend to ...
0
votes
3answers
74 views
Webservice - response to different server
Is it possible for a Java webservice to build and return a response to a different server?
For example, client (A) on domain (A) makes a POST request to a Java webservice (B) on domain (B) which ...
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 ...
1
vote
1answer
72 views
What is the default binding of wsimport?
I used wsimport to generate my client stubs. My code for wsimport is like this:
wsimport -wsdllocation webservice.wsdl -keep webservice.wsdl -B-XautoNameResolution
What binding do I use? Am I using ...
1
vote
2answers
80 views
When marshalling JAXB to XML file
I have an issue with the marshalling on my JAXB and don't quite understand why.
When I marshall out the data and add it to the xml file, all is correct except it imports the XML coding at the top.
...
7
votes
1answer
1k views
Supplying a different version of JAXB for JAX-WS in Java 1.6
I have a third party jar that ships with a jaxb-impl.jar and includes it in its manifest classpath. The problem is, it seems as though supplying your own version of JAXB (regardless of which version ...
1
vote
1answer
137 views
Bean changes not reflect on CXF Restful webservice
I have implemented a CXF restful webservice. There is some object which does not have default constructor are throwing Error while calling webservice.
Error:
WARNING: ...
1
vote
1answer
145 views
Java Web Service and XML
I am sort of new in java programming (less than 2 months) and can you guys please give me some advice of how to achieve this scenario? What and which areas I need to look at and read to understand.
...
4
votes
2answers
572 views
Does JAXB support xsd:restriction?
<xs:element name="age">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="120"/>
...
0
votes
0answers
192 views
JAXB related exception
When I attempt to connect to my web service, which is running on the local machine, I get the following exception:
java.lang.ExceptionInInitializerError
at ...
5
votes
1answer
207 views
How can I deseralize json object in java pojo class?
I have a simple JSON statement which type is very per need. like this
{
actor:{name:"kumar",mbox:"kumar@gmail.com"}
verb :"completed"
}
or
{
...
2
votes
1answer
190 views
Returning JPA entities from Web Service methods using JAXB and Eclipselink Moxy
I am developing a Java EE application to be deployed on a WebSphere application server. In this application, I have a Web Service, through which I would like to transfer JPA entity objects as results ...
1
vote
3answers
151 views
Check if JAXBElement parameter is null
I have the following method, that receives XML and creates a new book in the database:
@PUT
@Path("/{isbn}")
@Consumes(MediaType.APPLICATION_XML)
@Produces(MediaType.APPLICATION_XML)
public ...
1
vote
1answer
514 views
JAXB XmlElement maxOccurs Issue with Array elements
I have used below getter method level XmlElement annotation for generating xsd from Java class.
@XmlElement(type=Integer.class, required=true)
public int [] getTestArrayInt () { .... }
Generated ...
2
votes
5answers
207 views
Serialize a java.util.list in JAX-RS
I have the class book:
@Entity
@Table(name = "books")
@XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType
public class Book {
@Id
@XmlAttribute
private String isbn;
...
0
votes
1answer
178 views
JAXB can't handle Interfaces as parameter and return type
Theres a work around to have jaxb handle interface classes by annotating your service Impl class with:
@XmlSeeAlso ({SomeImplClass.java})
and annotating the interface file with:
...
7
votes
2answers
362 views
First call to JAX-WS web service is too slow
Overview:
currently we have a web application with multiple module in it.
We are using following technology stack
1) JAX-WS
2) Spring framework (except spring MVC)
3) JSF
4) Hibernate
...
9
votes
1answer
592 views
REST services : how to specify annotatedMethod without using annotations
We are trying to take out all the annotations from our classes and configure it in a spring-config.xml.
spring-config.xml looks like
<jaxrs:server id="restServer" address="/rest/">
...
4
votes
1answer
132 views
“minOccurs” and generated type in Java Contract-First web service
I've got problem with contract-first generated web service in Java. In my schema I've got something like this:
<element maxOccurs="1" minOccurs="1" name="GUID" type="xs:long" />
Which ...
0
votes
0answers
104 views
JAXB WebMethod return complext type
I want to make WebMethod which will return complex type list or array but when I return array it is looks like this:
- <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
- ...
0
votes
0answers
23 views
XmlAdapter alternative
The XmlAdapter has methods like unmarshal and marshal, during unmarsal it has the value field, is there any alternative class where i can know the key associated with the value
2
votes
1answer
214 views
How do unmarshalling to different objects depending on the XML received?
I have a web service which receives XML files and does unmarshalling to convert the XML file to an object. The problem is that my web service can receive different XML structures and has to do the ...
0
votes
0answers
49 views
Is there any way to validate only part of the XML structure against the schema server side?
Is there any way to validate only part of the XML structure against the schema server side?
I have an XSD - using this XSD, I can create the XML. If there is no client-side validation then a ...
0
votes
1answer
186 views
Transformation of generic classes to XML Schema for Java web services
In my application I have many tables with pagination, so I created a class to hold the partial list of results and the total number of results for a paginated query:
@XmlRootElement(name = ...
1
vote
2answers
94 views
Request in Apache CXF WS is null
I wrote a WS using Apache CXF and while getting the request data in implenment class, it gives all null values.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...