Hi everyone, The following documentation:
http://xfire.codehaus.org/Testing+Your+XFire+Services Shows the following code snippet that can be used in XFire unit tests: SAXReader reader = new SAXReader(); Document doc = reader.read( getResourceAsStream("/your/app/Message2.xml") ); setNode( doc, "//m:SomeId", m.getId().toString() ); Document response = invokeService("TestService", doc); Unfortunately, there isn't a setNode() method in AbstractXFireTest, nor is there an invokeService() method with the given signature. Does anyone have any ideas? Is there an equivalent way of doing this with some other classes? Thanks, Andrew --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
