Question
SOAP based JAVA Object in CF
Hello,
I am currently developing a JAVA based object to be accessed using <cfobject>. The Java object is using the RPC web service based on Java WSDP 2.0. The class that the cfobject is creating can function properly when it is executed as a standalone object through a Java based application but as an object in Cold Fusion it gives errors. I have placed all the appropriate libraries in the correct folder, "...wwwroot\WEB-INF\lib".
When my page attempts to access the method in the object that performs an RPC call then it throws the following error:
Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl; nested exception is:
Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl
Can anyone give me some input as to what this error means and if anyone has seen it before in a ColdFusion environment (specifically using JWSDP)? If you need the code then i'll post it but i have to censor out some static info. Just need some leads for now...
Thank you!
I am currently developing a JAVA based object to be accessed using <cfobject>. The Java object is using the RPC web service based on Java WSDP 2.0. The class that the cfobject is creating can function properly when it is executed as a standalone object through a Java based application but as an object in Cold Fusion it gives errors. I have placed all the appropriate libraries in the correct folder, "...wwwroot\WEB-INF\lib".
When my page attempts to access the method in the object that performs an RPC call then it throws the following error:
Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl; nested exception is:
Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message factory for SOAP: org.apache.axis.soap.MessageFactoryImpl
Can anyone give me some input as to what this error means and if anyone has seen it before in a ColdFusion environment (specifically using JWSDP)? If you need the code then i'll post it but i have to censor out some static info. Just need some leads for now...
Thank you!
