I've encountered a rather maddening error while attempting to consume a web service. The error is as follows:
Could not perform web service invocation "login". Here is the fault returned when invoking the web service operation:<br> <pre> org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XML11Configuration could not be instantiated: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.</pre> <br>The error occurred on line 13. I have tried calling the web service straight up by doing the following: <cfobject name="jws" webservice="http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl"> <cfdump var="#jws#> This on its own appears to work fine. CF generates the stub objects without problems and the available methods are dumped out on the screen. However, when I attempt to call a specific method, the above error is thrown. Based on what I know thus far, it appears to choke when a soap request is sent and it doesn't seem to be a CF specific problem. Has anyone else encountered a similar issue and, if so, any ideas how it can be resolved? The system specs are as follows: Server: JBoss on Windows 2000 CF: ColdFusion MX 7 JDK: 1.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281159 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

