Quantcast
Channel: Adobe Community : Discussion List - ColdFusion
Viewing all articles
Browse latest Browse all 6243

CF 10 - Remote service error

$
0
0

I am hosting a web service on my production server.  I have been unable to call it remotely.  So I tried calling it from the Prod server via url instead of component, and it fails.

 

<cfinvoke

                     component="xcom.xcomServices"

                     method="couponProcess"

                     returnvariable="coupRet">

                    

                     <cfinvokeargument name="theCouponSource" value="normal">

                     <cfinvokeargument name="theCouponCode" value="9879879799">

</cfinvoke>

 

Sucessful Response!

 

<cfdump var="#coupRet#">

 

 

<cfinvoke

                     component="xcom.xcomServices"

                     method="sequenceLookUp"

                     returnvariable="sequenceRet">

                    

                     <cfinvokeargument name="sequenceNumber" value="999992627">

 

</cfinvoke>

 

 

 

<cfdump var="#sequenceRet#">

 

Successful Response!

 

<cfinvoke

                     webservice="http://usdc1-cldappc01.nw.x.com/xcom/xcomServices.cfc?wsdl"

                     method="couponProcess"

                     returnvariable="coupRet2">

                    

                     <cfinvokeargument name="theCouponSource" value="normal">

                     <cfinvokeargument name="theCouponCode" value="9879879799">

</cfinvoke>

 

 

<cfdump var="#coupRet2#">

 

Fails!

coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 system error: *** Semantic Error: The input file "C:/ColdFusion10/cfusion/stubs/WS427444836_1/com/comServices.java" was not found. .

 

 

<cfinvoke

                     webserivce="http://usdc1-cldappc01.nw.x.com/xcom/xcomServices.cfc?wsdl"

                     method="sequenceLookUp"

                     returnvariable="sequenceRet2">

                    

                     <cfinvokeargument name="sequenceNumber" value="999992627">

 

</cfinvoke>

 

 

<cfdump var="#sequenceRet2#">

 

Fails!

coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 system error: *** Semantic Error: The input file "C:/ColdFusion10/cfusion/stubs/WS427444836_1/com/comServices.java" was not found. .

 

I'm up to date on all fixes. 

 

I receive the same exact error response when calling it from any of my remote servers, SoapUI, and when watching Wireshark traffic.

 

* NOTE - I changed the domain and directory information in the URL's.


Viewing all articles
Browse latest Browse all 6243

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>