thangapandyan
Member since Nov 10, 2010
- Profile: /members/7253-thangapandyan.htm
- URL: http://www.oconnordata.com
- Comments: 5
Recent Blog Comments By thangapandyan
-
My First ColdFusion Web Service
Posted on Jan 10, 2012 at 10:47 PM
@Minns, here i am showing one example of how to access the webservice function usnig cfscript method with array <cfscript> stUser = structNew(); stUser.variable1 =value1; stUser.variable2 =value2; ws = createObject("webservice", " http://x.com?wsdl" ); myReturnVarMultip... read more »
-
My First ColdFusion Web Service
Posted on Nov 11, 2010 at 5:43 AM
Unable to read WSDL from URL: http://thoughtdeep/FetchDetailedImages/DisplayImage.asmx?wsdl. Error: 401 Unauthorized.... read more »
-
My First ColdFusion Web Service
Posted on Nov 10, 2010 at 10:46 PM
@Ben, Hi thanks for your comments still i am getting error ,the error details are Unable to read WSDL from URL: http://localhost:1648/DisplayImage.asmx?wsdl. Error: java.net.ConnectException: Connection refused: connect.... read more »
-
My First ColdFusion Web Service
Posted on Nov 10, 2010 at 7:18 AM
I am using the webservice for retrieving the image from server,That was an object format ,i need to convert into image format ,please do needful... read more »
-
My First ColdFusion Web Service
Posted on Nov 10, 2010 at 6:53 AM
I was trying to read the image From webservice which was developed in .net but i was getting the error, Here By i have attached My code and error Message Code: <cfinvoke webservice="http://localhost:1648/DisplayImage.asmx?wsdl" method="GetData" returnvariable="Ima... read more »