Hi, When trying to communicate with a webservice The following items are listed as arguments and the Method is called Track...
track.TrackRequest.AuthenticationDetail.UserCredential: xs:string track.TrackRequest.ClientDetail.AccountNumber: xs:string track.TrackRequest.ClientDetail.MeterNumber: xs:string track.TrackRequest.ClientDetail.Localization.LanguageCode: xs:string track.TrackRequest.ClientDetail.Localization.LocaleCode: xs:string track.TrackRequest.TransactionDetail.CustomerTransactionId: xs:string track.TrackRequest.TransactionDetail.Localization.LanguageCode: xs:string track.TrackRequest.TransactionDetail.Localization.LocaleCode: xs:string track.TrackRequest.PackageIdentifier.Value: xs:string track.TrackRequest.PackageIdentifier.Type: ns:TrackIdentifierType track.TrackRequest.TrackingNumberUniqueIdentifier: xs:string track.TrackRequest.ShipDateRangeBegin: xs:date track.TrackRequest.ShipDateRangeEnd: xs:date track.TrackRequest.ShipmentAccountNumber: xs:string track.TrackRequest.Destination.City: xs:string track.TrackRequest.Destination.StateOrProvinceCode: xs:string track.TrackRequest.Destination.PostalCode: xs:string track.TrackRequest.Destination.CountryCode: xs:string track.TrackRequest.IncludeDetailedScans: xs:boolean track.TrackRequest.PagingToken: xs:string Is the TrackRequest Considered a structure? How do I reference each one of these in CF.. Do I use dot notation when using my CFINVOKEArgument tag? My code currently looks similar to the following but I get an error indicating that Web service operation "Track" with parameters ...(listing of parameters)... cannot be found <cfinvoke method="track" returnvariable="any" webservice="http://myurl.xxx?wsdl" <cfinvokeargument name="AuthenticationDetail.UserCredential" value="abc"> <cfinvokeargument name="ClientDetail.AccountNumber" value="abc"> <cfinvokeargument name="ClientDetail.Localization.LanguageCode" value="abc"> ...... ...... Thank you for any help ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287836 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

