Hi everyone, I am in the process of writing a webservice that will be consumed by .NET. Unfortunately I am not writing the spec, they have already done this and I have a few questions that they couldn't answer.
First the spec: http://portalinterface.online-int.net/index.asmx And the wsdl: http://portalinterface.online-int.net/index.asmx?wsdl Taking the simplest method here, Check_Login am I to be expecting one complex object from them of type Check_Login or will CF pick up the information simply using arguments? e.g. <cffunction name="Check_Login" access="remote" returntype="Any" output="false" hint="Performs a test login on the portal"> <cfargument name="CallerIdentity" type="String" required="true"> <cfargument name="PropertyCode" type="String" required="true"> <cfargument name="UserName" type="String" required="true"> <cfargument name="Password" type="String" required="true"> Likewise on the response, do I need to simply out put some XML in the format: <Check_LoginResponse xmlns="http://#CGI.HTTP_HOST#/"> <Check_LoginResult>true</Check_LoginResult> <ErrorText></ErrorText> </Check_LoginResponse> or are they expecting a complex object (created in CF with cfproperty) of type Check_LoginResponse? Typically the guy that wrote this spec didnt know what a complex object was...... so he wasnt any help to me. Thanks in advance. -- Duncan I Loxton [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
