Hi all, I'm running into a problem when my web service tries to
return a bean that extends Struts' ActionForm. To verify that
this is the root issue, I tried returning the bean without
extending ActionForm and had no problems.
This is is in the soap I get back:
<soapenv:Fault>
<faultcode>soapenv:Server</faultcode>
<faultstring>unknown</faultstring>
<detail/>
</soapenv:Fault>
This is the error from the server log:
Caused by: java.lang.NullPointerException
at
org.apache.axis2.databinding.utils.BeanUtil.getPullParser(BeanUtil.java:279)
at
org.apache.axis2.rpc.receivers.RPCUtil.processResponse(RPCUtil.java:97)
at
org.apache.axis2.rpc.receivers.RPCUtil.processResponseAsDocLitWrapped(RPCUtil.java:437)
at
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:138)
I'm wondering if this is a known issue with a workaround, or what
the best solution might be. If any more info would help diagnose,
please let me know.
Thanks!
Ken
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]