anyway: I trying to access aspx some fuction, at first I used a web service, but in coldfusion 6, i got this problem:
Could not perform web service invocation "WriteInboxPlainTextMessage" because AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}VersionMismatch faultSubcode: faultString: Possible SOAP version mismatch: Envelope namespace http://www.w3.org/2002/12/soap-envelope was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/. faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}VersionMismatch faultSubcode: faultString: Possible SOAP version mismatch: Envelope namespace http://www.w3.org/2002/12/soap-envelope was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/. faultActor: faultNode: faultDetail: Possible SOAP version mismatch: Envelope namespace http://www.w3.org/2002/12/soap-envelope was unexpected. Expecting http://schemas.xmlsoap.org/soap/envelope/. at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:260) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:169) at org.ap...
=/, well, now I'm trying to send the data using the cfhttp tag, but i'm so sure how to do it:
and I'm sure how to work the aspx side (i know this is the cold fusion forum). I tried this
<cfhttp url="http://myside/page.asp?data=info" method="post"> <cfhttpparam type="formfield" name="id" value="id"> <cfhttpparam type="formfield" name="password" value="pass"> </cfhttp>
now, where do I but de c# code in the aspx that is gonna receive the data? in the aspx? or CodeFile behind the aspx?
haha well I have a lot of questions =P
thanks...

New Topic/Question
Reply




MultiQuote




|