[coldbox:4791] RES: Omit args in webservice call

Fernando, the web services plugin just helps you get webservice objects or WSDL urls according to aliases, it does not call the web services for you. So you can still do what you are doing.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Luis,

I was calling the webservices method “via” the plugin, as in:

wsVarName = getPlugin(“Webservices”).getWSObj(“wsName”)

returnVarName = wsVarName.methodName (0, “S”)

So the method is being called directly from the OBJ the plugin returned to me. But how can I pass the “omit=yes” in this format? Or I’ll have to use tags?

Thanks again, Luis, for all your support!

Fernando S. Trevisan (Programador)
TRIBO INTERACTIVE

Yes, you need to use cfinvoke, script does not allow you to do that.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Oook J

Thanks and sorry for the noob question… J

Fernando S. Trevisan (Programador)
TRIBO INTERACTIVE