Questions tagged [xfire]

Questions regarding Codehaus XFire framework

(from http://xfire.codehaus.org/) Codehaus XFire is a next-generation java SOAP framework. Codehaus XFire makes service oriented development approachable through its easy to use API and support for standards. It is also highly performant since it is built on a low memory StAX based model.

XFire is now CXF

User's looking to use XFire on a new project, should use CXF instead. CXF is a continuation of the XFire project and is considered XFire 2.0. It has many new features, a ton of bug fixes, and is now JAX-WS compliant! XFire will continue to be maintained through bug fix releases, but most development will occur on CXF now.

41 questions
0
votes
1 answer

org.xml.sax.SAXParseException; lineNumber: 10; columnNumber: 24; Attribute "singleton" must be declared for element type "bean"

I'm updating an old Web Project with the most recent available libraries, like Spring (from version 3.2.4.FINAL to version 4.3.11.FINAL). One of the errors when I try to run the project in Tomcat 6…
Leonel Sanches da Silva
  • 6,972
  • 9
  • 46
  • 66
0
votes
1 answer

Flex portlets calling web service

Flex portlet is calling a webservice and I am intercepting the calls to check the session credentials using XFire AbstractHandler method implementation. But I am not getting the same httpsession value that is used for login in to the application. I…
Vishal G
  • 171
  • 3
  • 11
0
votes
1 answer

want to replace xfire for developing web service

I am using XFIRE to develop soap services . what is the other best alternative to XFIRE . I want to replace XFIRE code from other best approach beca
Prashant Gautam
  • 589
  • 8
  • 10
0
votes
1 answer

xfire: Intercepting Webservice header information

I have some webservices exposed through xfire and want to have security around those webservice calls. How can I add security without changing anything inside the web services? Basically I want to intercept these webservice calls before it is…
Vishal G
  • 171
  • 3
  • 11
0
votes
1 answer

Not able to install XFire plugin in eclipse Luna

I am trying to install XFire plugin in eclipse Luna, but it is throwing the below error "Cannot complete the install because one or more required items could not be found. Software being installed: XFire IDE 1.0.2.xfire125…
0
votes
1 answer

Web service Response processing taking too much time

I am consumeing a web service which is based on soap over HTTP on one of my Servlet/JSP base web Application on Tomcat 7. I am using Codehaus XFire eclispe plugin which generate client stub from WSDL and insert depending libraries for me. Code are…
Jafar Ali
  • 1,084
  • 3
  • 16
  • 39
0
votes
2 answers

Calling axis2 web service from xfire client: The endpoint reference (EPR) for the Operation not found

I need to call axis2 web service with ws-security (username token) from xfire client over https. I could do the exercise via xfire dynamic client, but no luck with wsdl base client (i.e. generate java stub from wsdl). Could anybody point me out what…
FoxyBOA
  • 5,788
  • 8
  • 48
  • 82
0
votes
1 answer

XFire NamespaceURI cannot be null with Maven Assembly Plugin

I'm trying to use library which intensively uses XML data and so on. I've tried to compile my project into one uber-JAR with Maven Assembly, but after running and some actions I've got following error. org.codehaus.xfire.XFireRuntimeException: Could…
skayred
  • 10,603
  • 10
  • 52
  • 94
0
votes
1 answer

Unable to Access http://svn.xfire.codehaus.org/

In Eclipse Plugin, while trying to add - xfire - http://svn.xfire.codehaus.org/ - as provided in the steps given at http://xfire.codehaus.org/Eclipse+Plugin getting the below Error . Network connection problems encountered during search. Unable…
user2104391
  • 413
  • 4
  • 9
  • 18
0
votes
1 answer

JBoss AS 7.1 dependency conflicts due the xfire-1.2.6 dependencies wss4j-1.5.1 and xmlsec 1.3.0

I'm trying to deploy legacy code on JBoss AS 7.1 but I'm struggling with conflicting dependencies due wss4j and xmlsec I've created a jboss-deployment-structure.xml
Stijn Vanpoucke
  • 1,425
  • 3
  • 17
  • 30
0
votes
1 answer

Disable @Webservice loading during start up

How to disable @Webservice loading during start up to save some loading time in xfire? I have a bunch of services with @Webservice annotation. They are all being loaded during the startup and causing a slow startup. I don't want to load these if I…
Bala
  • 4,427
  • 6
  • 26
  • 29
1 2
3