Please join us at the new JavaWorld Q&A Forums. Your existing login will work there. The discussions here are now read-only.
Ramesh.narayanan
Unregistered
|
|
Theer is a typo in web.xml file for this setup to work properly. The XFire servlet is wrongly coded. This is the wrong typo version. <servlet-class>org.codehaus.xfire.transport.http.XfireConfigurableServlet </servlet-class>
The corrected web.xml should be like this :
<servlet-class>org.codehaus.xfire.transport.http.XFireConfigurableServlet </servlet-class>
Basically the servlet class is wrongly typed as XfireConfigurableServlet. It should be XFireConfigurableServlet
Once I corrected this typo, I really enjoyed doing this cool stuff. I have worked with apache Axis and even though it was a pioneer in its own right, but still this one beats it. Thanks Ramesh
|
Shahid Ahmed
Unregistered
|
|
Thanks a lot, Ramesh. It's great to see you trying the steps and correcting them as needed. I appreciate your invaluable feedback.
Shahid
|
|
0 registered and 1 anonymous users are browsing this forum.
Moderator:
Print Topic
|
Forum Permissions
You cannot start new topics
You cannot reply to topics
HTML is disabled
UBBCode is enabled
|
Rating:
Topic views: 4577
|
|
|
|
|
|
Powered by UBB.threads™ 6.5.5