Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Steven Ross
Is that jar in the cf8 instance? On Thu, Feb 28, 2008 at 10:46 AM, Mitchell McCoy <[EMAIL PROTECTED]> wrote: > Our class is calling the standard Sun SOAP classes. > > *System.setProperty("javax.xml.soap.SOAPConnectionFactory", " > org.apache.axis.soap.SOAPConnectionFactoryImpl"); > System.setPro

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Mitchell McCoy
Our class is calling the standard Sun SOAP classes. System.setProperty("javax.xml.soap.SOAPConnectionFactory", "org.apache.axis.soap.SOAPConnectionFactoryImpl"); System.setProperty("javax.xml.soap.MessageFactory", "org.apache.axis.soap.MessageFactoryImpl"); System.setProperty("javax.xml.soap.SO

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Mitchell McCoy
We removed the saaj.jar from the classpath and it started working. I'm sure removing that jar file has broken other things though. Mitch McCoy Synovus Financial Corp., insite Portal Team Phone: 706-644-3700 Email:[EMAIL PROTECTED] Fax: 706-644-2600 >>> "Steven Ross" <[EMAI

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Steven Ross
wait this is a custom java object, no? com.synovus.webservices.SYNWebSVC thats not some standard package. Thats why I was asking about the jar/class On Thu, Feb 28, 2008 at 10:17 AM, Steven Ross <[EMAIL PROTECTED]> wrote: > I thought you were trying to use someone elses lib when you mentioned >

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Steven Ross
I thought you were trying to use someone elses lib when you mentioned adding stuff to the classpath. It could be that the version of the axis is different in CF8 I didn't think they were going to update it but, clearly something changed. On Thu, Feb 28, 2008 at 9:59 AM, Mitchell McCoy <[EMAIL PROT

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Mitchell McCoy
It's already there. Part of the default CF install. Mitch McCoy Synovus Financial Corp., insite Portal Team Phone: 706-644-3700 Email:[EMAIL PROTECTED] Fax: 706-644-2600 >>> "Steven Ross" <[EMAIL PROTECTED]> 2/28/2008 9:43 AM >>> Did you add the class or jar into the coldfusion l

Re: [ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Steven Ross
Did you add the class or jar into the coldfusion lib directory? On Thu, Feb 28, 2008 at 9:26 AM, Mitchell McCoy <[EMAIL PROTECTED]> wrote: > Hi, > When we try to create an instance of SOAPConnectionFactory its throwing in > error. > We are calling the Java Object from Coldfusion 7.1. > > Here is

[ACFUG Discuss] Problem with Coldfusion When Creating Instance of SOAPConnection Factory

2008-02-28 Thread Mitchell McCoy
Hi, When we try to create an instance of SOAPConnectionFactory its throwing in error. We are calling the Java Object from Coldfusion 7.1. Here is the Java code that throws the error: System.setProperty("javax.xml.soap.SOAPConnectionFactory", "org.apache.axis..soap.SOAPConnectionFactoryImpl"); S