Hi Sandeep, I've just been down this road myself, and learned a bunch. I can't seem to get to the WSDL for the web service you're calling, so it's hard to give hard-and-fast info, but here are some pointers:
1) if the webservice parameter names could possibly be reserved words (like username and password), put your parameters in a struct and pass them in via argumentcollection attribute to cfinvoke. 2) if the any of the webservice parameters are of a complex type, like array, structure, xml, etc., you may be better off constructing the soap-packet manually, and then calling the webservice via cfhttp. This may also help with complex soap-headers where required. HTH, Kris > Probably you can see at the web service for this. > http://newthor.d48.lilly.com/arsys/WSDL/public/newthor/Trouble_Ticket > > But yes, I am passing the mandatory parameters needed. Others are not > mandatory. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286388 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

