macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Problem with SOAP call in CFMX

Subject: Problem with SOAP call in CFMX
From: "MatWeber"
Date: Mon, 2 Jul 2007 16:00:32 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

Hi,

 we use CFMX 6.1 (Build 6,1,0,hf59825_611) and JVM 1.4.2 on Win2003.

 If we want to call a special web service of a third party tool for newsletter 
services we get the following error:

 Error Occurred While Processing Request  
 []coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: 
Found 1 semantic error compiling 
"C:/CFusionMX/stubs/WS-561498559/de/broadmail/api/WebserviceException.java": 
24. public java.lang.Object getCause() { <--------> *** Error: The return type 
of method "java.lang.Object getCause();" does not match the return type of 
method "java.lang.Throwable getCause();" inherited from type 
"java/rmi/RemoteException". .  

 Otherwise: The Babelfish web service runs perfectly.

 Thank you very much for any help!

 Best regards

 Mathias Weber
 AP Design GmbH



 <cfinvoke
   webservice="http://api.broadmail.de/soap11/RpcSession?wsdl";
   method="login"
 >
   <cfinvokeargument name="mandatorId" value="XXX">
   <cfinvokeargument name="username" value="XXX">
   <cfinvokeargument name="password" value="XXX">
 </cfinvoke>


<Prev in Thread] Current Thread [Next in Thread>