Link to home
Start Free TrialLog in
Avatar of swendell
swendell

asked on

Consume WCF web service from VBA

I want to communicate this WCF web service from VBA
https://access.resourceres.com/ResWareWebServices/ReceiveSigningCompleteService.svc?wsdl

I think I need to save the .wsdl file above then somehow create a moniker from that, which I am really struggling with

Maybe something like:
           monString =  "service1:address:'"https://access.resourceres.com/ResWareWebServices/ReceiveSigningCompleteService.svc'" & _
                    ", wsdl='" & wsdlContract & "'" & _
                    ",binding="tns:CustomBinding_IReceiveSigningCompleteService"
                    binding=BasicHttpBinding_IHelloName, bindingNamespace=http://tempuri.org/" & _
                    ", "CustomBinding_IReceiveSigningCompleteService, contractNamespace=http://tempuri.org/"
ASKER CERTIFIED SOLUTION
Avatar of Anil Golamari
Anil Golamari
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial