[JBossWS] - Re: please help; could not find deserializer
by itrahulsoni
Hi
I have the same problem
I have done that using the wstools ant task and
not able to foung how to add this mapping and package up it in the war file
so my deserialize error is removed.
so what to do please help me out.
Tools I am using : JBoss 4.0.5 GA and wstools for the same version
JDK1.5.06
Ant 1.6.5
My Ant file is following :
<ws2tools dest="${base}/WEB-INF" config="${base}/wstools-config.xml" includes="${base}/service/classes" classpathref="lib.path" >
</ws2tools>
when i supplied the needed wstools-config.xml and web.xml the Ant task will generate the needed jax-rpc_mapping.xml and webservices.xml and wsdl file for the service
When I run the client it will work fine for the operaion that not returns the value means void and If i use the operation that will return value means String than it will give no deserializer found error so likely the same problem you have.
So please help me to come out of that spend several days to for the solution.
Regards,
Rahul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085345#4085345
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085345
17 years, 3 months
WS-eventing sample
by hpvpl
Hi,
I'm looking for an example of WS-eventing to implement Event
(Subscribe/Notification) mechanism in jboss-WS.
I've downloaded the latest GA 2.0.1 but can't find any example.
Examples presents in previous versions (SysmonTestCase) Seems to have
disappeared
A task [JBWS-798 <http://jira.jboss.com/jira/browse/JBWS-798>] of the
Jbossws 2.1.1 seems to address this issue (sample). But where can I get this
sample and the 2.1.1 early access ?
Thanks for your help
Cheers
17 years, 3 months
multiples POJOs questions
by hpvpl
Hi,
I have currently a java API (class, inheritance etc …) that I would like to
expose through Web-Services using the latest Jboss-Ws
I would like to create a unique Web-Service which would provide access to
the API.
I'm wondering if, through this unique Web-Service, the Client will access
the different Object of my API.
Example
In my java API, I have 2 Objects. In Object1, I have a method (method1)
which returns Object2.
Object2 Object1.method1();
I'm wondering if Jboss-WS supports WS client for such case ?
Thanks for your support
Cheers
vpl
17 years, 3 months