Hello,
When porting an SOAP pb.net to .Net Datastore and because the SOAP has WSDL, the calling /consuming will be different.
Soap pb.net is xml based with http post and content-type can be text/xml or application/soap+xml.
How would I keep the clients use the same settings of calling soap URL for .Net datastore ? (I mean I would like to use .net core web api but do not want all clients make any update on their end.)
Thank you for all the help!!
Thank you very much!!