I want to call WCF Service Method(with parameter) in my VB6.0 Apllication.The URL of my WCF Service is :-HTTP://10.1.1.169:7794/
and method which I want to call is ConvertXMLDataToDBFAndAccess and there are four parameters which is using by this method.The Parameters are:-xmldata,isCompressed,AccessFileName,DBFFileName.
Currently I have no code related to service.So without any changes in service code Can you provide me code in visual basic 6.0.This Service running in another computer and my machine is in same network so that's why I am able to access the service