Hey, folks,
Hope this finds you well.
Only to explain, I'm a kind of beginner in VBA programming, so excuse if i ask any obvious question.
I'm trying to consume a SOAP WebService implementing SoapClient30 library.
If i send common types like:
Public oWS As SoapClient30
Set oWS = New SoapClient30
Call oWS.MSSoapInit(par_WSDLFile:="WSDL_STRING")
oWS.ClientLogin("USERNAME_STRING", "PASSWORD_STRING", "APPLICATION_KEY_STRING")
It works well! But if i must send complex types? How must i send it?
oWS.GetCampaigns(FILTERS_XML_DOCUMENT)
Maybe?
Can someone help me?
Thank you.
Bookmarks