DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33616>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33616 Summary: soap logicsheet doesn't work (xscriptManager component cannot be resolved) Product: Cocoon 2 Version: Current SVN 2.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: blocks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Running a xsp using the soap logicsheet will result in the following compile error: // start error (lines 80-80) "Component cannot be resolved or is not a type" manager.release((Component)xscriptManager); // end error This is my xsp, which worked without problems on cocoon 2.1.6: <?xml version="1.0"?> <xsp:page language="java" xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:xscript="http://apache.org/xsp/xscript/1.0" xmlns:soap="http://apache.org/xsp/soap/3.0"> <page> <html> <head> <title>SOAP Test</title> </head> <body> <h1>Cocoon SOAP Test</h1> <p> <soap:call url="http://localhost:9090/SOLICY_SOAP/services/HelloWorld"> <ns:hello xmlns:ns="http://soap.solicy.foo.com"/> </soap:call> </p> </body> </html> </page> </xsp:page> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
