Mutilated1
October 20th, 2006, 10:56 AM
Hello,
Can any of you give me guidance on how an ASP.NET C# webservice can make use of another Webservice ? Similar to how a web-reference works in a .NET windows application ?
I am tasked with using a certain webservice from Delphi 7 and due to the fact that this webservice requires x.509 certificates and I have not been able to make that work with Delphi, I have decided to call the webservice from .NET.
Well I have a basic windows Application made and installed a snippet of code that uses the certificate to invoke this webservice. Now I need to move that snippet of code into a .NET webservice where it can be invoked from Delphi.
My problem seems to be that I am unable to add a webreference to the C# ASP.NET webservice.
Can anyone point me in the right direction to accomplish this ?
Thanks!
Can any of you give me guidance on how an ASP.NET C# webservice can make use of another Webservice ? Similar to how a web-reference works in a .NET windows application ?
I am tasked with using a certain webservice from Delphi 7 and due to the fact that this webservice requires x.509 certificates and I have not been able to make that work with Delphi, I have decided to call the webservice from .NET.
Well I have a basic windows Application made and installed a snippet of code that uses the certificate to invoke this webservice. Now I need to move that snippet of code into a .NET webservice where it can be invoked from Delphi.
My problem seems to be that I am unable to add a webreference to the C# ASP.NET webservice.
Can anyone point me in the right direction to accomplish this ?
Thanks!