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

Re: Help with InvokeMethod_ParameterArray

$
0
0
Re: Help with InvokeMethod_ParameterArray
Web Service Proxy Generator
Re: Help with InvokeMethod_ParameterArray
May. 19, 2013
03:30 pm
3SE0X8NI2Show this entire thread in new window
Gratar Image based on email address
From:Rick Strahl
To:Flavio

Yes the latest version of wwDotnetBridge supports only 10 parameters in InvokeMethod. You can use InvokeMethod_ParameterArray to pass more parameters.

The next update will include an updated InvokeMethod that supports 24 parameters (foxpro's maximum) by default. In the meantime InvokeMethod_ParameterArray is the preferred way to do this.

Alternately you can also try invoking the method directly:

loProxy.oService.MyMethod(1,2,3..,n)

You should be able to pass any number of parameters to the method if you call it directly. As long as the method accepts FoxPro safe parameters you can always call it directly.

+++ Rick ---



I downolad latest version form this site and installed it. Version report release 1.25

Where does your version of wwdotnetbridge.dll come from? What product and when did you download it?

The proxy generator was updated a few days ago actually so if that's where it comes from, you should update it to the latest version.

+++ Rick ---


Hi.... I have noticed that in my version (shareware) of wwwDotNEtBridge there isn't fouction correspondi at invokeMethod with 13,14,15 parameters (that should exist form version 1.18 if i understand correctly)....

May be this the problem? outdated wwwDotNetBridge dll? .net reflector report 5.66 version...

thanks for help

Flavio






Rick Strahl
West Wind Technologies


from Maui, Hawaii

Making waves on the Web


Viewing all articles
Browse latest Browse all 10393

Trending Articles