Hi,
I have the same problem. Should I try the latest nightly build?
I also noticed that the deploy.wsdd file has
<beanMapping qname="myNS:order" xmlns:myNS="urn:BeanService"
languageSpecificType="java:samples.userguide.example5.Order"/>
I tried changing to
<beanMapping qname="ns:order" xmlns:ns="urn:BeanService"
languageSpecificType="java:samples.userguide.example5.Order"/>
because the "myNS" syntax looks incorrect.
It didn't help. Any ideas?
Thanks,
Jake
>Hi,
>
>I tried the example5 and got org.xml.sax.SAXException:
>Deserializing parameter 'arg1': could not find deserializer for type
>urn:BeanService:Order
>
>Anyone knows how to fix it?
>Thanks in advance.
>
> C.C. Liu