Hi all
I am trying to consume a wcf ws with httpclient object ( working with pb2017 r3 )
The vendor didn't give me the xml format to build my request but I have the wsdl file.
How do I convert my wsdl to an xml one in order to use with Httpclient object ?
the wsdl file is attached
for example I need to use the function : OpenAndUpdateAccount.
I know it receives an object as an argument and returns an object .
I also know the fields in both objects ,
what I don't know is : How do I build the right string for the Httpclient request ?
maybe there is an auto converting or something like that ?
Thanks