Ok I've got an object called port and I've done all the stuff i need
to it and now i need to call a function inside my port object called
getTax and pass it another object i created call getTaxRequest.

All of these object are java object created using the CreateObject
method in CF. but i'm a bit baffeled by this line of java code:

GetTaxResult getTaxResult = port.getTax(getTaxRequest);

I know what it's doing in java. it's creating a new var called
getTaxResult of object type GetTaxResult but I'm not sure how to
translate this to cfscript code.

Do i need to use the javacast function some how to achieve this??

thanks in advance
jonese

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257286
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to