Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Expert, I want to integrate SCOM with my service? I found ,Create OMCF(Operations Manager Connector Framework) Web Service Proxy using Svcutil command
Ref Ulr : How to Create an OMCF Web Service Proxy[^]

NO idea what above url trying to say? can any one help?
Posted
Updated 8-Mar-16 22:18pm
v2
Comments
dan!sh 8-Mar-16 3:13am    
It is step by step process isn't it? What part can you not understand?

1 solution

In given URL , It saying that need to create Proxy class,

Using Svcutil command we can create the proxy.

Need to check what is the "ConnectorFramework?svc"?

Svcutil /language:c# /config:app.config http://localhost:6272/ConnectorFramework?svc
 
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