Take a look at the wsdl-first demo that ships with M2 or latest svn head.
You can start from the WSDL and generate the POJOs using jaxws.

Cheers,
Guillaume Nodet

On 7/27/06, Tak <[EMAIL PROTECTED]> wrote:


I will try this, but this is just for WSDL generation, correct?
Does "wsdlResource" attribute stop returning extra nexted <out> element in
the SOAP response?

I need to do topdown POJO based development.
So far, jsr181 looked good, but this issue is very serious,
because caller cannot unmarshal the XML data to Java POJO model due to the
extra <out> element.
Is there other or better component but jsr181 for the topdown POJO based
development?

Tak


gnodet wrote:
>
>>This is a known problem, but I'm not sure why this happen.
>>If you want to do WSDL first developement, you should deploy
>>the WSDL along with the POJOs on the jsr181 component
>>and use it instead of relying on wsdl generation.
>>This can be done using the wsdlResource attribute on the
>><jsr181:endpoint/> element.
>>
>>Cheers,
>>Guillaume Nodet
>
--
View this message in context:
http://www.nabble.com/Strange-WSDL-was-generated-tf2006941.html#a5519591
Sent from the ServiceMix - User forum at Nabble.com.




--
Cheers,
Guillaume Nodet

Reply via email to