xml beans with xfire - binds to only one method
Hello
When I run it from net beans 5 client - the service seems to be bound to only one method. If I remove one of the methods everything works fine.
What might be the issue.
Please help.
1> I have a simple service with 2 methods:
public String ping() {
LOGGER.info("Being Pinged");
return "i am here";
}
public String ping1() {
LOGGER.info("Being Pinged1");
return "i am here1";
}
2> service.xml
<service>
<name>XmlbeansWebService</name>
<namespace>http://www.verizonwireless.com/wadg/smartflyer</namespace>
<serviceClass>com.verizonwireless.wadg.webservicesxfire.action.XmlbeansWebServiceImpl</serviceClass>
<serviceFactory>org.codehaus.xfire.xmlbeans.XmlBeansServiceFactory</serviceFactory>
<properties>
<property key="xmlbeans-namespace-hack">true</property>
</properties>
</service>
Venkatesh Saripalli
Verizon Wireless -West Area IT
West Area Application Development Group
(949) 286-7354 (Desk) | (949) 923-8490 (Cell)
The information contained in this message and any attachment may be
proprietary, confidential, and privileged or subject to the work
product doctrine and thus protected from disclosure. If the reader
of this message is not the intended recipient, or an employee or
agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify me
immediately by replying to this message and deleting it and all
copies and backups thereof. Thank you.