Hi,

    How would one pass data for the following..

     WSDL Element:
      <ns:VerifyAddItemRequest>
                <ns:ErrorLanguage>xs:string</ErrorLanguage>
                <ns:MessageID>xs:string</MessageID>
                <ns:Version>xs:string</Version>
                <ns:DetailLevel>ns:DetailLevelCodeType</DetailLevel>
                <ns:EndUserIP>xs:string</EndUserIP>
                <ns:PostTransactionData>xs:string</PostTransactionData>
                <ns:UsageData>xs:string</UsageData>
     </VerifyAddItemRequest>

    I can pass it as structs.. but when I pass the detailLevel the call 
chokes..

      itemRequest = StructNew();
      itemRequest.MessageID = ""
      itemRequest.ErrorLanguage = "en_CA";
      itemRequest.Version = "393";
      // Choking here.
      itemRequest.detailLevel = "Normal";


-- 
Umer Farooq
Octadyne Systems
[EMAIL PROTECTED]
+1 (519) 489-1119 voice
+1 (519) 635-2795 mobile
+1 (530) 326-3586 fax


WEB SOLUTIONS FOR NON-PROFIT ORGANIZATION:
http://www.Non-ProfitSites.biz


WARNING: ------------------------------- The information contained in 
this document and attachments is confidential and intended only for the 
person(s) named above. If you are not the  intended recipient you are 
hereby notified that any disclosure, copying, distribution, or any other 
use of the information is strictly prohibited.  If you have received 
this document by mistake, please notify the sender immediately and 
destroy this document and attachments without making any copy of any kind.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195558
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to