Hi Guys - I'm fairly new to the OBD world but so far am very impressed with the product. I've been trying to get a web services project working with it, however, and have had no luck. Here's my environment and what I've done:
OS: Windows 7 Version downloaded from: http://openbd.viviotech.net/downloader.cfm/id/96/file/openbd-1.2-latest-windows-installer.exe Java JDK included: "1.6.0_16" - build 1.6.0_16-b01 Copied "tools.jar" FROM c:\openbd\jdk\lib TO c:\openbd\tomcat\lib After each error declaring that a requested file couldn't be found I did the following: Copied files FROM C:\openbd\lib TO c:\openbd\tomcat\webapps\host- manager\WEB-INF\lib jaxrpc.jar saaj.jar webservices.jar wsdl4j.jar After this was complete I got the following error: Unrecognized error code: Failed to compile web service generated client classes for https://rtm4.responsys.net/tmws/services/TriggeredMessageWS?wsdl. The compiler error messages follow: Note: sun.tools.javac.Main has been deprecated. C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws\CheckMessageResult.java: 10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.CheckMessageResult not found. public class CheckMessageResult implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\EmailFormat.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum of class com.rsys.tmws.EmailFormat not found. public class EmailFormat implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum { ^ C:\openbd \bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \fault\ApiFault.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.fault.ApiFault not found. public class ApiFault extends org.apache.axis.AxisFault implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\fault\AccountFault.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.fault.AccountFault not found. public class AccountFault extends com.rsys.tmws.fault.ApiFault implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\fault\ExceptionCode.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum of class com.rsys.tmws.fault.ExceptionCode not found. public class ExceptionCode implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum { ^ C:\openbd \bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \fault\TriggeredMessageFault.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.fault.TriggeredMessageFault not found. public class TriggeredMessageFault extends com.rsys.tmws.fault.ApiFault implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\fault\UnexpectedErrorFault.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.fault.UnexpectedErrorFault not found. public class UnexpectedErrorFault extends com.rsys.tmws.fault.ApiFault implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\LoginResult.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.LoginResult not found. public class LoginResult implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\PersonalizationData.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.PersonalizationData not found. public class PersonalizationData implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\RecipientData.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.RecipientData not found. public class RecipientData implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\SessionHeader.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.SessionHeader not found. public class SessionHeader implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\Status.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum of class com.rsys.tmws.Status not found. public class Status implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IEnum { ^ C:\openbd \bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageResult.java:10: Interface com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject of class com.rsys.tmws.TriggeredMessageResult not found. public class TriggeredMessageResult implements java.io.Serializable, com.naryx.tagfusion.cfm.xml.ws.encoding.ser.IComplexObject { ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessagePort.java:15: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.LoginResult login(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:15: class com.rsys.tmws.fault.AccountFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.LoginResult login(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:20: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public boolean logout() throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:20: class com.rsys.tmws.fault.AccountFault in throws clause must be a subclass of class java.lang.Throwable. public boolean logout() throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:25: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.TriggeredMessageResult[] sendTriggeredMessages(java.lang.String campaignName, com.rsys.tmws.RecipientData[] recipientData) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault; ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:25: class com.rsys.tmws.fault.TriggeredMessageFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.TriggeredMessageResult[] sendTriggeredMessages(java.lang.String campaignName, com.rsys.tmws.RecipientData[] recipientData) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault; ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:31: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.CheckMessageResult[] checkTriggeredMessages(java.lang.String[] tmIDs) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault; ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessagePort.java:31: class com.rsys.tmws.fault.TriggeredMessageFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.CheckMessageResult[] checkTriggeredMessages(java.lang.String[] tmIDs) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault; ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:308: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.LoginResult login(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault { ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:308: class com.rsys.tmws.fault.AccountFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.LoginResult login(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault { ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:332: Invalid cast from java.lang.Object to com.rsys.tmws.LoginResult. return (com.rsys.tmws.LoginResult) _resp; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:334: Invalid cast from java.lang.Object to com.rsys.tmws.LoginResult. return (com.rsys.tmws.LoginResult) org.apache.axis.utils.JavaUtils.convert(_resp, com.rsys.tmws.LoginResult.class); ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:342: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.UnexpectedErrorFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.UnexpectedErrorFault) { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:343: Can't throw class com.rsys.tmws.fault.UnexpectedErrorFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:343: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.UnexpectedErrorFault. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:345: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.AccountFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.AccountFault) { ^ C:\openbd\bluedragon \work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:346: Can't throw class com.rsys.tmws.fault.AccountFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.AccountFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:346: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.AccountFault. throw (com.rsys.tmws.fault.AccountFault) axisFaultException.detail; ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:353: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public boolean logout() throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault { ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:353: class com.rsys.tmws.fault.AccountFault in throws clause must be a subclass of class java.lang.Throwable. public boolean logout() throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.AccountFault { ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:387: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.UnexpectedErrorFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.UnexpectedErrorFault) { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:388: Can't throw class com.rsys.tmws.fault.UnexpectedErrorFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:388: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.UnexpectedErrorFault. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:390: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.AccountFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.AccountFault) { ^ C:\openbd\bluedragon \work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:391: Can't throw class com.rsys.tmws.fault.AccountFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.AccountFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:391: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.AccountFault. throw (com.rsys.tmws.fault.AccountFault) axisFaultException.detail; ^ C: \openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:398: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.TriggeredMessageResult[] sendTriggeredMessages(java.lang.String campaignName, com.rsys.tmws.RecipientData[] recipientData) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:398: class com.rsys.tmws.fault.TriggeredMessageFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.TriggeredMessageResult[] sendTriggeredMessages(java.lang.String campaignName, com.rsys.tmws.RecipientData[] recipientData) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:432: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.UnexpectedErrorFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.UnexpectedErrorFault) { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:433: Can't throw class com.rsys.tmws.fault.UnexpectedErrorFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:433: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.UnexpectedErrorFault. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:435: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.TriggeredMessageFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.TriggeredMessageFault) { ^ C:\openbd\bluedragon \work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:436: Can't throw class com.rsys.tmws.fault.TriggeredMessageFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.TriggeredMessageFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:436: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.TriggeredMessageFault. throw (com.rsys.tmws.fault.TriggeredMessageFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws \90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:443: class com.rsys.tmws.fault.UnexpectedErrorFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.CheckMessageResult[] checkTriggeredMessages(java.lang.String[] tmIDs) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:443: class com.rsys.tmws.fault.TriggeredMessageFault in throws clause must be a subclass of class java.lang.Throwable. public com.rsys.tmws.CheckMessageResult[] checkTriggeredMessages(java.lang.String[] tmIDs) throws java.rmi.RemoteException, com.rsys.tmws.fault.UnexpectedErrorFault, com.rsys.tmws.fault.TriggeredMessageFault { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:477: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.UnexpectedErrorFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.UnexpectedErrorFault) { ^ C:\openbd\bluedragon\work \temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:478: Can't throw class com.rsys.tmws.fault.UnexpectedErrorFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:478: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.UnexpectedErrorFault. throw (com.rsys.tmws.fault.UnexpectedErrorFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:480: Impossible for java.lang.Throwable to be instance of com.rsys.tmws.fault.TriggeredMessageFault. if (axisFaultException.detail instanceof com.rsys.tmws.fault.TriggeredMessageFault) { ^ C:\openbd\bluedragon \work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com\rsys\tmws \TriggeredMessageSoapBindingStub.java:481: Can't throw class com.rsys.tmws.fault.TriggeredMessageFault; it must be a subclass of class java.lang.Throwable. throw (com.rsys.tmws.fault.TriggeredMessageFault) axisFaultException.detail; ^ C:\openbd\bluedragon\work\temp\ws\90\QzkonVQrrozJvMxdppYZpw_61_61\com \rsys\tmws\TriggeredMessageSoapBindingStub.java:481: Invalid cast from java.lang.Throwable to com.rsys.tmws.fault.TriggeredMessageFault. throw (com.rsys.tmws.fault.TriggeredMessageFault) axisFaultException.detail; ^ 55 errors, 1 warning Tag Context CFOUTPUT (C:/openbd/tomcat/webapps/ROOT/rtmTest3.cfm, Line=1, Column=1) | +-- CFOBJECT (C:/openbd/tomcat/webapps/ROOT/rtmTest3.cfm, Line=27, Column=1) Source 25: <cfset testText = ""> 26: 27: <cfobject name="ws" webservice="#WSUrl#" type="webservice"> 28: ^ Snippet from underlying CFML source I'm not a Java guy (I know just enough to survive) and setting up Java is really outside my experience. I've been struggling with this all weekend and yesterday but have decided to give up unless someone can provide some additional insight (Starcraft II is out and we all have priorities, dontchaknow?). Thanks, Eric Johnson -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon online manual: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
