I am attempting to use Apache ver 2.2 SOAP to call a stateless EJB deployed
in JBOSS ver 2.2.2. The error I get back from Apache is:
Fault Code = SOAP-ENV:Server
Fault String = Error in connecting to EJB
The JBOSS log shows this:
[EmbeddedTomcatSX] In TemplateProvider.locate()
[Embed
Hi,
My question is not directly related to Apache SOAP, but more related to
Xerces, so I hope someone here could help me out. I am trying to use Xerces
1.4.3 to validate WSDL and SOAP evenlopes, and it appears that the
validating parsers has problems with the SOAP and WSDL schemas, partly
bec
The classpath that SOAP is on doesn't contain the EJB classes, so it's not
finding the home interface class to load and invoke. You need to add your
EJB jar to the classpaht SAOP sees, I believe.
-- Jared
"Cook, Martin" <[EMAIL PROTECTED]> on 08/28/2001 11:51:51 AM
Please respond to [EMAIL PR
http://www.oreilly.com/catalog/javaxml2/chapter/ch12.html
- Sam Ruby
duftler 01/08/28 13:37:27
Modified:java/docs/install index.html
Log:
Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295
Submitted by: [EMAIL PROTECTED]
Reviewed by: Matthew J. Duftler
Revision ChangesPath
1.24 +1 -1 xml-soap/java/docs/
duftler 01/08/28 13:38:09
Modified:java/docs/guide rpcclient.html
Log:
Fixed a typo. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3295
Submitted by: [EMAIL PROTECTED]
Reviewed by: Matthew J. Duftler
Revision ChangesPath
1.9 +1 -1 xml-soap/java/doc
Professional XML Web Services
Authors:
Patrick Cauldwell, Rajesh Chawla, Vivek Chopra
Gary Damschen, Chris Dix, Sander Duivestein
Tony Hong, Francis Norton, Uche Ogbuji
Glenn Olander, Marco Remmerde, Mark A Richman
Kristy Saunders, Zoran Zaev
Paperback - 1000 pages 1st edition (Sept 20
Hope someone is smarter than me on this one - I'm stuck!
I'm using a StatelessEJBProvider for SOAP 2.2 on WebLogic 6.1, and trying to
throw a SOAPException in a provider class method (easier than creating new
exception type and registering it, or so I thought). In System.out, I see
'Exception Ca