| Time |
S |
Nick |
Message |
| 05:00 |
|
|
df0_ joined ##friendlyjava |
| 05:57 |
|
|
elcmat joined ##friendlyjava |
| 05:57 |
|
|
elcmat joined ##friendlyjava |
| 05:57 |
|
|
elcmat left ##friendlyjava |
| 06:23 |
|
|
mr_lou joined ##friendlyjava |
| 06:39 |
|
|
abba joined ##friendlyjava |
| 11:49 |
|
|
elcmat joined ##friendlyjava |
| 11:49 |
|
|
elcmat joined ##friendlyjava |
| 14:45 |
|
|
f2k joined ##friendlyjava |
| 15:10 |
|
|
df0_ joined ##friendlyjava |
| 20:25 |
|
|
kirua joined ##friendlyjava |
| 20:25 |
|
kirua |
hi |
| 20:25 |
|
kirua |
this is my issue, i'm developing a jax-ws webservice based on the contract first approach, so i generate the classes from the wsdl and xsd, now i have to return in the response a List of Object, the Object is defined in the xsd, so the generated class is in the Target Folder, In the business Logic part of the program, i can not access that class to build a List of those Objects, so what i do now, is i create a similar Object with the same |
| 20:25 |
|
kirua |
attributes, i fill a List of that object, then i copy in the view part of the application, to a List of the actual Object generated from the xsd, do you have an idea on how to do this ? thx for your help, i hope you understand my issue. |
| 20:35 |
|
pdurbin |
This sounds like SOAP stuff, I guess. |
| 20:42 |
|
kirua |
yes indedd |
| 20:42 |
|
kirua |
indeed |
| 20:44 |
|
aditsu |
any suggestions for converting a Reader to an InputStream? ideally without using a 3rd party library |
| 22:53 |
|
aditsu |
I coded something with OutputStreamWriter.. it's kinda shady but it might work |