Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
SQL
Is it possible to create a com dll from the proxy class generated by svcutil.exe and then used directly in the excel? Because I would not use the SOAP tool in excel.
Posted
Comments
Maciej Los 16-Jan-14 16:46pm    
What?
Bemanana Marius 16-Jan-14 23:58pm    
hi,
I created a wcf service I then hosted on my local server. I've created a client (application form) that uses both the service and uses. Net remoting to allow other applications to consume the service. Then I created a com dll to link excel with client / server I created. But what I would do if it is possible to use this service with excel directly with the proxy class generated with svcutil.exe tools and not with the wsdl.exe tool in excel.

1 solution

So, you want to create an entire COM .DLL based on nothing but the proxy? Not going to happen. The proxy knows nothing at all about the code in the methods it's wrapping. What you describe is impossible.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900