On man, 2002-03-25 at 09:34, Craig Johannsen wrote: > An Active Server Page can make a SOAP RPC call using the new .NET stuff, > which calls a network service. JBoss can expose EJBs as network services > using JBoss.net (see http://www.jboss.org/developers/jboss-net.jsp). It is > still alpha code, so you might not want to use it in production status yet. > Try it out and see what you think. > > --- Original Message --- > From: Marius Kotsbak <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: 25 Mar 2002 00:12:46 +0100 > Subject: [JBoss-user] accessing EJBs from ASP > > Are there any easy ways to access EJBs from a asp (M$ Active Server > Pages), as many of our customers/partners unfortunatelly use ASP > webscript (probably in Visual Basic). > > Can the EJBs be exported as .NET as it can as CORBA? > > I found a ActiveX to EJB bridge here: > http://www-3.ibm.com/software/webservers/appserv/doc/v40/aee/wasee_content/x > jb/concepts/cxjbovw.htm, > but it is for "WebSphere". Does something like this exist for JBoss > also? > > Marius K > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user
Another bug in this module: I get this one even after i have placed the .jar-file with this class in $JBOSS_HOME/lib and deploy. Maybe a classloader issue? Maybe it should be referenced in the sar-file for jboss.net? <h2>AXIS error</h2> <p>Sorry, something seems to have gone wrong... here are the details:</p> <pre>java.lang.NoClassDefFoundError: javax/wsdl/extensions/soap/SOAPBinding </pre> Is the JBoss.NET really supposed to work now? Before the beta is released, it should deploy itself into the deploy-dir, and config into conf. I had to copy into lib several dependent .jars to even get the service deployed. Maybe they should be placed inside the .sar? _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
