> invoke a webservice that is set up this way.
>
Actually, I think I was one that wasn't clear. I really need to write
an article on this since I seem to be answering this question all the
time.
Anyway, create a CFC as I described in the my last email. Then do the
following:
<cfscript>
credentials = CreateObject("component", "yournewcfchere");
credentials.sCompanyName = "ABC";
credentials.sUserName = "jdoe";
credentials.sPassword = "abc123";
</cfscript>
<cfinvoke webservice="urltowsdlhere" method="UserIDGet"
oCredentials="#credentials#" sCompanyName="ABC" sLogin="jsmith"
returnvariable="test">
Matt Liotta
President & CEO
Montara Software, Inc.
http://www.MontaraSoftware.com
(888) 408-0900 x901
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

