↧
Basically for complex objects you need to use loBridge.CreateInstance() (or CreateArray() for arrays).
+++ Rick ---
I thought it was something wrong with the ups shipping wsdl.. so I tried it with your wsdl...
Doesn’t even work with.. http://store.west-wind.com/Service/webstoreconsumerservice.asmx?wsdl What am I missing? I read the Docs…
DO webstoreserviceproxy
*** Create Proxy Instance & specify .NET version
loProxy = CREATEOBJECT("WebStoreServiceProxy","V2")
* loProxy = CREATEOBJECT("WebStoreServiceProxy","V4")
*** Call your methods and retrieve result
lcResult = loProxy.UploadInvoice("fake param","fake param")
*** Check for error message if result is failing
? loProxy.cErrorMsg
Errors out before even going outside the router,,
says Method "WebStoreSerice,WebStoreService.UploadInvoice" not found
All generated DLL PRG CS files are in the folder that above code is in..