XFire with XMLBEANS Maps to only default operation
--------------------------------------------------
Key: XFIRE-950
URL: http://jira.codehaus.org/browse/XFIRE-950
Project: XFire
Issue Type: Bug
Environment: Jboss on windows xp
Reporter: vzw
Assignee: Dan Diephouse
Priority: Blocker
Attachments: XmlbeansWebService.xml
When I run the service it 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 foo() {
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email