Article:
 |
 |
A Dive Into the Generated Client Code in Axis2
|
| Subject: |
exception while running the generated code |
| Date: |
2006-10-17 05:44:28 |
| From: |
ajithranabahu |
|
Response to: exception while running the generated code
|

|
The first error seems to be something related to XMLBeans 'bean' not populated properly. (Yes - XMLBeans should be throwing some meaningful exception but all it will do is throw up a NPE) You can do the following to see where the error is
1. Check the skeleton implementations. I have a hunch it could be the place since the exception popped up in the message receiver
2. Use TCPMon to see where the error is.
3. You can also debug your web service if you are using an IDE like Eclipse. This might be useful.
Also it is useful to direct questions such as these to the Axis mailing lists (prefixed with [Axis2]) |