yakoub damak

Greenhorn
+ Follow
since May 12, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by yakoub damak

William,

The Provider is given and i can't change its behaviour.
8 years ago
Radhakrishna,

I used wsimport to generate client source files automatically. The generated files include jaxb annotations like (@XmlType, @XmlElement, ..), so should i add some specific annotations to wrap the arrayList content ?
8 years ago
Hi Radhakrishna,

When i capture the returned xml message, the list is filled with 60 items ans is NOT null. But in java there is no items ! So I think that is a problem of java xml binding of the returned list .. what do you think ?
8 years ago

I am developing a jax-ws client, I am trying to handle an ArrayList returned as a response, but i had always empty list.

Returned list is NOT empty, I am sure that WebService provider is returning data in that list, I checked that using SoapUI.

there is generated client related files:









when i write


"array" is always empty

How can i resolve this problem ??

Please help !
8 years ago
What is the necessary maven dependency to use @WsdlDocumentation annotation from CXF ?
i am generating a WSDL file using Wsgen tool. My code contains @WsdlDocumentation annotation.

I got my WSDL file but without documentation and having this warning in Wsgen run output:



How can i fix that problem ?

Please help !
I will take your advise Ulf and i will succeed :-)
9 years ago
Hi Ulf, thanks for reply,i developed my web service provider (Dynamic web project using Eclipse), i'm pressed with time and i an looking for a suitable and quick solution.

thus creating new project and the various configurations to implement will take me time and i'm not too familiar with Ant so far
9 years ago
I have a dynamic web project developed with Eclipse IDE.
How can i build and generate a web Application Archive ".WAR" in Linux using command prompt or a makefile ?

Please Help !
I have a web service provider created with eclipse. This module is a dynamic web project that have the facets:

CXF 2.x Web Services
Dynamic Web Module
Java
I want now to build this project using makefile in Linux to generate .class files and then i 'll generate the corresponding wsdl file.

Is there a way to do that without using maven or Ant ??

Thanks in advance
9 years ago
I am asked to generate comments or documentation automatically, so editing the file manually will be not accepted.

can i get many documentation lines ??
9 years ago
Hi Ulf Dittmer,

I tried that trick and it doesn't work with "\n".
9 years ago
Thank you K. Tsang !

My purpose is just to make the wsdl file clearer, so i didn't find a way to insert comments in WSDL generated file, so i'm asking about adding multi line documentation.
It's more efficient to insert comments, so if you know how to insert them (without editing manually the wsdl file) using java code or another tool, i will be very grateful to you :-)

9 years ago
I have a WSDL file and i want to add comments to make it clearer. Apache CXF offers the following annotations to insert comments in one line: @WSDLDocumentation and @WSDLDocumentationCollection.

My question is there is a way to add multiple line comments in WSDL file ??

Please Help !
9 years ago