Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: I sent 3 email with code ..

$
0
0
Re: I sent 3 email with code ..
Web Service Proxy Generator
Re: I sent 3 email with code ..
Jul. 14, 2013
02:31 am
3TY05EN4NShow this entire thread in new window
Gratar Image based on email address
From:Rick Strahl
To:Jim M

For the Web Store - look in the samples folder of the installation. The Web Store has a sample PRG you can run and look at to see how to tpass the service parameters....

Basically for complex objects you need to use loBridge.CreateInstance() (or CreateArray() for arrays).

+++ Rick ---



By the way... I don't want anyone to do the work for me... I could just as easily get this done with another tool or do it from scratch.. I bought this tool to get the job done.. and all I ask is why cant I even call a class after everything is generated..


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..





Rick Strahl
West Wind Technologies


from Geneva


Viewing all articles
Browse latest Browse all 10393

Trending Articles