Windows Communication Foundation(WCF)

 Hi,
     i want to start WCF so what should i do first .
Regards,
Gopal Upadhyay

 Hi,
     i want to start WCF so what should i do first .
Regards,
Gopal Upadhyay
You should buy a good book on WCF.

Similar Messages

  • Importing WSDL from Windows Communication Foundation (WCF)

    We've created a new WCF windows service using VS2008/.net 3.5.  Using IE we can find the WSDL.  When using the LabVIEW (8.5) Import Web Service utility, returns an error when referencing the WSDL.
    Has anyone had any experience accessing a WCF based WSDL?

    Hello, I have the same experience, we us a web server also VS2008/.net 3.5 and we will control a device with it.   error from web server import:
    1. The URL does not exist or the WSDL is bad   // comment is correct we have check out with java client
    2. Authentication is not correct    //comment we haven't any authentication 
    3. Proxy information is not correct // comment no Proxy is localhost !
    But with a java applet the server url (http://127.0.01:8111/MacroServer) is it achievable look user XML sheet in the attachment.But also we have checked the LV 8.6 import function with the web server example on the Website xmethods (http://www.xmethods.net/ve2/index.po) those functions are very well. Please if there any go around for this tell us.
    Best regards reiner
    Attachments:
    http___127.0.0.1_8111_Macroserver.pdf ‏60 KB

  • WCF- ( Windows communication Foundation ) New standard for webservice

    Dear Friends,
      Could anybody tell me whether we can call a WCF service from SAP PI?
      WCF (Windows communication Foundation) can be considered as a new standard for webservice.
    Take care,
    Karthik..k

    as of now only file with wsdl extention is supported,

  • Windows Communication Foundation .svc versus .asmx

    .NET 3.5 and above allow programmer to create Windows Communication Foundation that has the .svc file. I can use this WCF like a Web services on .Net C# and VB.NET without issues. I can also access what has been created on the browser (http://server1/DemoWebServices/Demo.svc?wsdl).
    However, when I go to LabView 8.6.1, it can only allowed import of asmx?wsdl Web services.
    Does that mean labview does not play with .svc?wsdl ?
    If not supported, would other Labview version allowed that support.

    Unfortunately, at this point it appears only asmx?wsdl Web Services are supported.  If you can convert between formats, that may be your best solution.
    Regards,
    Mike S
    NI AE

  • Windows communication Foundation

    how to  View the   Windows communication Foundation  output  Results?

    You can use diagnostics for creating the service/client logs.
    <system.diagnostics>
    <sources>
    <source name="System.ServiceModel" switchValue="Information, ActivityTracing" propagateActivity="true">
    <listeners>
    <add type="System.Diagnostics.DefaultTraceListener" name="Default">
    <filter type=""/>
    </add>
    <add initializeData="C:\Temp\IService.svclog" type="System.Diagnostics.XmlWriterTraceListener" name="traceListener">
    <filter type=""/>
    </add>
    </listeners>
    </source>
    <source name="System.ServiceModel.MessageLogging" switchValue="Warning, ActivityTracing">
    <listeners>
    <add type="System.Diagnostics.DefaultTraceListener" name="Default">
    <filter type=""/>
    </add>
    <add name="ServiceModelMessageLoggingListener">
    <filter type=""/>
    </add>
    </listeners>
    </source>
    </sources>
    <sharedListeners>
    <add initializeData="C:\Temp\IService.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
    <filter type=""/>
    </add>
    </sharedListeners>
    </system.diagnostics>

  • Referencing WCF (Windows Communication Foundation) web services

    I am having some issues referencing a WCF based web service.
    Apex can consume the WSDL just fine, but when I attempt to use any of the methods I start running into errors.
    For example, there is a simple method that accepts a username and returns a facility ID. If I use the apex built-in web service test tool, I see the following request and response:
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    mlns:xsd="http://www.w3.org/2001/XMLSchema">
         <SOAP-ENV:Body><ns1:FetchRequest xmlns:ns1="http://microsoft.com/wsdl/types/"><ns1:UserName>TAUS461</ns1:UserName>
    /ns1:FetchRequest></SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault>
    <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode><faultstring xml:lang="en-US">
    Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</faultstring><detail>
    <ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><HelpLink i:nil="true"/><InnerException i:nil="true"/>
    <Message>Procedure or function 'Prc_Fetch' expects parameter '@userName', which was not supplied.</Message><StackTrace>   at WA.Ecy.ADS.FS.Service.BusinessLogic.FacilitySiteBAO.Fetch(String userName) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Business Logic\FS.Service.BusinessLogic\FacilitySiteBAO.cs:line 418&#xD;
    at FS.Service.ServiceImplementation.FacilitySiteService.Fetch(FetchRequest request) in
    C:\Projects\FS 2008\Development\Services\FS.Service\Source\Service Interface\FS.Service.ServiceImplementation\GeneratedCodeFacilitySiteService.cs:line 1588&#xD;
       at SyncInvokeFetch(Object , Object[] , Object[] )&#xD;
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]&amp; outputs)&#xD;
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc&amp; rpc)&#xD;
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)</StackTrace><Type>System.Data.SqlClient.SqlException</Type></ExceptionDetail></detail></s:Fault></s:Body></s:Envelope>I get a similar error regardless of which method I attempt to call.
    So, I thought that I would try Jason Straub's [link FLEX_WS_API|http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html] package. First I opened SOAPUI, pointed to the WSDL and generated a test request for the Fetch method. The request looked like this:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
       <soapenv:Header/>
       <soapenv:Body>
          <urn:FetchRequest>
             <!--Optional:-->
             <urn:UserName>TAUS461</urn:UserName>
          </urn:FetchRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
       <s:Header>
          <ActivityId CorrelationId="dcdd3433-7f61-48f4-b3e3-c2a6647409d3" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel
    Diagnostics">2aeead53-c9df-41df-9a77-3798be030775</ActivityId>
       </s:Header>
       <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
          <FetchResponse xmlns="urn: WA.Ecy.ADS.FacilitySite.Services">
             <FacilitySiteId>99997167</FacilitySiteId>
          </FetchResponse>
       </s:Body>
    </s:Envelope>So far so good, SOAPUI can call and retrieve from this method. Now I put this into place with FLEX_WS_API
    declare
    l_env clob;
    l_url varchar2(1000) := 'http://ecydevws/FacilitySiteService/FacilitySiteService.svc'; -- dev web service URL
    l_response xmltype;
    p_username varchar2(30) := 'TAUS461';
    begin
         -- start creating the soap envelope
         l_env := '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn: WA.Ecy.ADS.FacilitySite.Services">
                 <soapenv:Header/>
                 <soapenv:Body>
                    <urn:FetchRequest>
                    <urn:UserName>'||p_username||'</urn:UserName>
                    </urn:FetchRequest>
                 </soapenv:Body>
              </soapenv:Envelope>';
         -- get the response
         l_response := flex_ws_api.make_request (
              p_url => l_url,
              p_action => 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch',
              p_version => '1.1',
              p_envelope => l_env);
    -- for testing, put the respone into a table
    insert into ws_results values (l_response);
    end;Doing this,my response becomes
    <s:Envelope xmlns:s=
    "http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="http://schemas.microsoft.com
    ws/2005/05/addressing/none">a:ActionNotSupported</faultcode>
    <faultstring xml:lang="en-US">
    The message with Action 'http://WA.Ecy.ADS.FacilitySite.Services/Fetch' cannot be processed at the receiver, due to a ContractFilter
    mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver)
    or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver have the same contract and the same
    binding (including security requirements, e.g. Message, Transport, None).</faultstring></s:Fault></s:Body></s:Envelope>So it appears to me that the WCF service is expecting something else in soap header, but I am confused on why the SOAPUI call works as is.
    Does anyone with WCF knowledge have any ideas of how to get this to work or if the problem is even with WCF?
    Thanks, Tony

    as of now only file with wsdl extention is supported,

  • Stub/Client Generation of WSDL for Windows Communication Foundation Service

    Hii,
    I am building a client for the WCF service using Soap1.2 and ws-security. I have tried building a stub for the service using JDeveloper 10 g and also tried to validate the wsdl using XML spy. Both are giving errors. I wanna know how could i genrate the stub for the service and also Validate WSDL? I know i might have to modify the WSDL, but dont know what changes must be required? And Also which std i must adhere?
    Here is the WSDL
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      xmlns:wsap10="http://www.w3.org/2005/08/addressing"
                      xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
                      xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                      xmlns:i0="http://Corona.Services.UserMgmt.UserMgmtSrv"
                      xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
                      xmlns:tns="http://tempuri.org/"
                      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                      xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
                      xmlns:wsa10="http://www.w3.org/2005/08/addressing"
                      targetNamespace="http://tempuri.org/" name="UserMgmtSrv">
      <wsdl:import namespace="http://Corona.Services.UserMgmt.UserMgmtSrv"
                   location="http://debugger/Corona.Services/Corona.Services.svc?wsdl"/>
      <wsdl:types/>
      <wsdl:binding name="WSHttpBinding_UserMgmtSrv" type="i0:UserMgmtSrv">
        <wsp:PolicyReference URI="#WSHttpBinding_UserMgmtSrv_policy"/>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="Authenticate">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
          <wsdl:fault name="ArgumentExceptionFault">
            <soap12:fault name="ArgumentExceptionFault"
                          namespace="http://Corona.Services.UserMgmt.UserMgmtSrv.FaultException"/>
          </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="SaveHealthProfileWrapper">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="UserMgmtSrv">
        <wsdl:port name="WSHttpBinding_UserMgmtSrv"
                   binding="tns:WSHttpBinding_UserMgmtSrv">
          <soap12:address location="https://debugger/Corona.Services/Corona.Services.svc"/>
          <wsa10:EndpointReference>
            <wsa10:Address>https://debugger/Corona.Services/Corona.Services.svc</wsa10:Address>
          </wsa10:EndpointReference>
        </wsdl:port>
      </wsdl:service>
      <wsp:Policy wsu:Id="WSHttpBinding_UserMgmtSrv_policy">
        <wsp:ExactlyOne>
          <wsp:All>
            <wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
            <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:TransportToken>
                  <wsp:Policy>
                    <sp:HttpsToken RequireClientCertificate="false"/>
                  </wsp:Policy>
                </sp:TransportToken>
                <sp:AlgorithmSuite>
                  <wsp:Policy>
                    <sp:Basic128/>
                  </wsp:Policy>
                </sp:AlgorithmSuite>
                <sp:Layout>
                  <wsp:Policy>
                    <sp:Strict/>
                  </wsp:Policy>
                </sp:Layout>
                <sp:IncludeTimestamp/>
              </wsp:Policy>
            </sp:TransportBinding>
            <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                  <wsp:Policy>
                    <mssp:RequireCancel wsp:Optional="true"
                                        xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                    <sp:BootstrapPolicy>
                      <wsp:Policy>
                        <sp:TransportBinding>
                          <wsp:Policy>
                            <sp:TransportToken>
                              <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"/>
                              </wsp:Policy>
                            </sp:TransportToken>
                            <sp:AlgorithmSuite>
                              <wsp:Policy>
                                <sp:Basic128/>
                              </wsp:Policy>
                            </sp:AlgorithmSuite>
                            <sp:Layout>
                              <wsp:Policy>
                                <sp:Strict/>
                              </wsp:Policy>
                            </sp:Layout>
                            <sp:IncludeTimestamp/>
                          </wsp:Policy>
                        </sp:TransportBinding>
                        <sp:EndorsingSupportingTokens>
                          <wsp:Policy>
                            <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                              <wsp:Policy>
                                <mssp:RequireCancel wsp:Optional="true"
                                                    xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                              </wsp:Policy>
                            </sp:SpnegoContextToken>
                          </wsp:Policy>
                        </sp:EndorsingSupportingTokens>
                        <sp:Trust10>
                          <wsp:Policy>
                            <sp:MustSupportIssuedTokens/>
                            <sp:RequireClientEntropy/>
                            <sp:RequireServerEntropy/>
                          </wsp:Policy>
                        </sp:Trust10>
                      </wsp:Policy>
                    </sp:BootstrapPolicy>
                  </wsp:Policy>
                </sp:SecureConversationToken>
              </wsp:Policy>
            </sp:EndorsingSupportingTokens>
            <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:MustSupportIssuedTokens/>
                <sp:RequireClientEntropy/>
                <sp:RequireServerEntropy/>
              </wsp:Policy>
            </sp:Trust10>
            <wsap10:UsingAddressing/>
          </wsp:All>
        </wsp:ExactlyOne>
      </wsp:Policy>
      <wsp:UsingPolicy/>
    </wsdl:definitions>

    I had the problem with JDev (9.0.4) when trying to generate server side classes from a homemade wsdl which took a complex type as a parameter. The only thing I got from JDeveloper was a class receiving an Element. Which pretty much means you have to do the work yourself.
    Quite disappointing....!
    I see to possibilities:
    1) If you are stuck with 9.0.4 you will have to parse to and from xml yourself. For this you can use jax-b which is a Sun API used to create classes for a given XML Schema to parse and validate XML. You have some work creating the classes, but it runs very fast when you have generated the classes.
    2) You use the topdown approach described on OTN. http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/doc-lit/index.html
    I think this is the example for OC4J (9.0.4). There is a new and improved version of the tool (wsa.jar) with the new OC4J (10.1.3)
    Have fun......and I am sure that Oracle quite soon will deliver the functionality directly from JDev....:-)
    /Peter

  • Oracle BPEL invoking Windows Communication Foundation Services

    Im right now studing the next generation of Microsoft technologies for SOA and WebServices. I correctly developed my first WCF service and was trying to invoke it using BPEL, but its not possible to do it. Anyone knows how to invoke a WCF service in BPEL? Im using wshttpBinding in my WCF service.
    Thanks for your time,
    Millan

    Can you post the whole binding configuration you are using. For default interoperability you should look at basicHttpbinding. In case you want to add things like Security with the wsHttpBinding keep in mind that Oracle BPEL only supports basic WS-Security

  • Windows Communication Foundation interoperability with Java.

    Hii,
    I am building a client for the WCF service using Soap1.2 and ws-security. I have tried building a stub for the service using JDeveloper 10 g and also tried to validate the wsdl using XML spy. Both are giving errors. I wanna know how could i genrate the stub for the service and also Validate WSDL? I know i might have to modify the WSDL, but dont know what changes must be required? And Also which std i must adhere?
    Here is the WSDL
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      xmlns:wsap10="http://www.w3.org/2005/08/addressing"
                      xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
                      xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                      xmlns:i0="http://Corona.Services.UserMgmt.UserMgmtSrv"
                      xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
                      xmlns:tns="http://tempuri.org/"
                      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                      xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
                      xmlns:wsa10="http://www.w3.org/2005/08/addressing"
                      targetNamespace="http://tempuri.org/" name="UserMgmtSrv">
      <wsdl:import namespace="http://Corona.Services.UserMgmt.UserMgmtSrv"
                   location="http://debugger/Corona.Services/Corona.Services.svc?wsdl"/>
      <wsdl:types/>
      <wsdl:binding name="WSHttpBinding_UserMgmtSrv" type="i0:UserMgmtSrv">
        <wsp:PolicyReference URI="#WSHttpBinding_UserMgmtSrv_policy"/>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="Authenticate">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
          <wsdl:fault name="ArgumentExceptionFault">
            <soap12:fault name="ArgumentExceptionFault"
                          namespace="http://Corona.Services.UserMgmt.UserMgmtSrv.FaultException"/>
          </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="SaveHealthProfileWrapper">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="UserMgmtSrv">
        <wsdl:port name="WSHttpBinding_UserMgmtSrv"
                   binding="tns:WSHttpBinding_UserMgmtSrv">
          <soap12:address location="https://debugger/Corona.Services/Corona.Services.svc"/>
          <wsa10:EndpointReference>
            <wsa10:Address>https://debugger/Corona.Services/Corona.Services.svc</wsa10:Address>
          </wsa10:EndpointReference>
        </wsdl:port>
      </wsdl:service>
      <wsp:Policy wsu:Id="WSHttpBinding_UserMgmtSrv_policy">
        <wsp:ExactlyOne>
          <wsp:All>
            <wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
            <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:TransportToken>
                  <wsp:Policy>
                    <sp:HttpsToken RequireClientCertificate="false"/>
                  </wsp:Policy>
                </sp:TransportToken>
                <sp:AlgorithmSuite>
                  <wsp:Policy>
                    <sp:Basic128/>
                  </wsp:Policy>
                </sp:AlgorithmSuite>
                <sp:Layout>
                  <wsp:Policy>
                    <sp:Strict/>
                  </wsp:Policy>
                </sp:Layout>
                <sp:IncludeTimestamp/>
              </wsp:Policy>
            </sp:TransportBinding>
            <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                  <wsp:Policy>
                    <mssp:RequireCancel wsp:Optional="true"
                                        xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                    <sp:BootstrapPolicy>
                      <wsp:Policy>
                        <sp:TransportBinding>
                          <wsp:Policy>
                            <sp:TransportToken>
                              <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"/>
                              </wsp:Policy>
                            </sp:TransportToken>
                            <sp:AlgorithmSuite>
                              <wsp:Policy>
                                <sp:Basic128/>
                              </wsp:Policy>
                            </sp:AlgorithmSuite>
                            <sp:Layout>
                              <wsp:Policy>
                                <sp:Strict/>
                              </wsp:Policy>
                            </sp:Layout>
                            <sp:IncludeTimestamp/>
                          </wsp:Policy>
                        </sp:TransportBinding>
                        <sp:EndorsingSupportingTokens>
                          <wsp:Policy>
                            <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                              <wsp:Policy>
                                <mssp:RequireCancel wsp:Optional="true"
                                                    xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                              </wsp:Policy>
                            </sp:SpnegoContextToken>
                          </wsp:Policy>
                        </sp:EndorsingSupportingTokens>
                        <sp:Trust10>
                          <wsp:Policy>
                            <sp:MustSupportIssuedTokens/>
                            <sp:RequireClientEntropy/>
                            <sp:RequireServerEntropy/>
                          </wsp:Policy>
                        </sp:Trust10>
                      </wsp:Policy>
                    </sp:BootstrapPolicy>
                  </wsp:Policy>
                </sp:SecureConversationToken>
              </wsp:Policy>
            </sp:EndorsingSupportingTokens>
            <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:MustSupportIssuedTokens/>
                <sp:RequireClientEntropy/>
                <sp:RequireServerEntropy/>
              </wsp:Policy>
            </sp:Trust10>
            <wsap10:UsingAddressing/>
          </wsp:All>
        </wsp:ExactlyOne>
      </wsp:Policy>
      <wsp:UsingPolicy/>
    </wsdl:definitions>

    Unfortunately, at this point it appears only asmx?wsdl Web Services are supported.  If you can convert between formats, that may be your best solution.
    Regards,
    Mike S
    NI AE

  • Windows Communcation Foundation - JSR 172 Web Stub - interoperability

    Hi! I am just playing with WCF -Windows Communication Foundation and JSR 172 Web Stub generation utility of WTK 2.5beta - is there a known problem with the import-expression i XML?
    WCF generates:
    ?wsdl -> web service descrption that has import- references to
      <?xml version="1.0" encoding="utf-8" ?>
    - <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:i0="http://schemas.microsoft.com/ws/2005/02/mex/bindings" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex">
      <wsdl:import namespace="http://schemas.microsoft.com/ws/2005/02/mex/bindings" location="http://localhost:8080/echo?wsdl=wsdl0" />
    - <wsdl:types>
    - <xsd:schema targetNamespace="http://tempuri.org/Imports">
      <xsd:import schemaLocation="http://localhost:8080/echo?xsd=xsd0" namespace="http://tempuri.org/" />
      <xsd:import schemaLocation="http://localhost:8080/echo?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
      </xsd:schema>
      </wsdl:types>
    + <wsdl:message name="IEchoService_Echo_InputMessage">
      <wsdl:part name="parameters" element="tns:Echo" />
      </wsdl:message>
    - <wsdl:message name="IEchoService_Echo_OutputMessage">
      <wsdl:part name="parameters" element="tns:EchoResponse" />
      </wsdl:message>
    - <wsdl:portType name="IEchoService">
    - <wsdl:operation name="Echo">
      <wsdl:input wsaw:Action="http://tempuri.org/IEchoService/Echo" message="tns:IEchoService_Echo_InputMessage" />
      <wsdl:output wsaw:Action="http://tempuri.org/IEchoService/EchoResponse" message="tns:IEchoService_Echo_OutputMessage" />
      </wsdl:operation>
      </wsdl:portType>
    - <wsdl:service name="EchoService">
    - <wsdl:port name="MetadataExchangeHttpBinding_IEchoService" binding="i0:MetadataExchangeHttpBinding_IEchoService">
      <soap12:address location="http://localhost:8080/echo" />
    - <wsa10:EndpointReference>
      <wsa10:Address>http://localhost:8080/echo</wsa10:Address>
      </wsa10:EndpointReference>
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>?wsdl=wsdl0
    ?xsd=xsd0
    ?xsd=xsd1Anyone experienced the same problem and knows a solution ?
    Henning

    I have gotten a step futher! The emulator had to be configured to run in the "secure" domain (as mentioned by some other people here), otherwise a http response "400 bad request (invalid header name)" was produced. J2ME web service is interoperable with WCF basichttpbinding (without debugging becuase it inserts unparseable soap-code into the http response)

  • Windows Media Centre - Windows Media Foundation - Windows Apps. Replacement for WMC

    Still looking for a PVR replacement but DVBLogic looks like it might do the job.
    Have gone down the Plex Windows App route (The clostest replacement to WMC player so far) but they are saying they are hamstrung by limitations of the App sandbox? and Windows Media Foundation.
    I need some concrete information from the Windows Media Centre People or Windows Media Foundation people so that developers can be steered in the right direction to help people like me switch over from WMC to something else without major headaches, frustrations,
    days and days of conversion and metadata reentry.
    My post from Microsoft Community
    Hi,
    Since Windows Media Centre almost didn't make it into Windows 8 I have been looking to move to something else before it disappears for good.
    While it might just make it into Windows 10 there certainly won't be any future development.
    I not a big fan of Microsoft products but WMC is one application they nailed
    Some additional smart recording options
    i.e. I had to add "The Big Bang Theory - Return", "The Big Bang Theory - New", "The Big Bang Theory - Finale" etc to my series recording
    A proper library manager (Plex does a great job of this) e.g. by series, season, episode - Movies - Documentaries etc with additional data downloaded.
    A few more playable formats/containers
    It would be perfect.
    A proper Library wasn't as important as most of the metadata could be viewed directly in windows explorer.
    Not supported with other containers.
    This brings me to the first obstacle.
    All the alternatives I have looked at so far can't or won't support .wtv files
    Converting the files to another format/container loses all the explorer properties. (And some of the metadata completely)
    Discussions I have had so far are pointing the finger at the "Windows Media Foundation"
    I.e. Developers can't do anything with .wtv files because WMF doesn't support them.
    So the question is: If Windows Media Centre is no longer viable for Microsoft why haven't they atleast provided the tools for developers to support the format/container they forced upon so many users of their product.
    i.e. Metadata reader/writer
    Codec/Container? player?
    I need a replacement for Windows Media Centre: What is/are the alternative(s)?

    Hi,
    Since Windows Media Centre almost didn't make it into Windows 8 I have been looking to move to something else before it disappears for good.
    While it might just make it into Windows 10 there certainly won't be any future development.
    I not a big fan of Microsoft products but WMC is one application they nailed
    Some additional smart recording options
    i.e. I had to add "The Big Bang Theory - Return", "The Big Bang Theory - New", "The Big Bang Theory - Finale" etc to my series recording
    A proper library manager (Plex does a great job of this) e.g. by series, season, episode - Movies - Documentaries etc with additional data downloaded.
    A few more playable formats/containers
    It would be perfect.
    A proper Library wasn't as important as most of the metadata could be viewed directly in windows explorer.
    Not supported with other containers.
    This brings me to the first obstacle.
    All the alternatives I have looked at so far can't or won't support .wtv files
    Converting the files to another format/container loses all the explorer properties. (And some of the metadata completely)
    Discussions I have had far are pointing the finger at the "Windows Media Foundation"
    I really like the Plex Store App byt they can't play Recoreded TV Files without transcoding them.
    I.e. Developers can't do anything with .wtv files because WMF doesn't support them.
    So the question is: If Windows Media Centre is no longer viable for Microsoft why haven't they atleast provided the tools for developers to support the format/container they forced upon so many users of their product.
    i.e. Metadata reader/writer
    Codec/Container? player?
    I need a replacement for Windows Media Centre: What is/are the alternative(s)?
    Other
    post

  • Cannot install Windows-Identity-Foundation

    Hello, I've tried to install "Windows-Identity-Foundation" feature, but without success (OS is Windows 8.1 Professional).
    I can not find this feature in the UI (ControlPanel -> Programs&Features -> "Turn Windows Features on or off").
    So I've tried to install it via command line (dism tool).
    I've checked feature via executing command "dism /online /Get-FeatureInfo /FeatureName:Windows-Identity-Foundation"
    this command line is returning correct output on working machine,
    but on my machine it returns:
    > Error: 0x800f080c
    > Feature name Windows-Identity-Foundation is unknown.
    > A Windows feature name was not recognized.
    So I can't install it via the "dism /online /Enable-Feature /FeatureName:Windows-Identity-Foundation" command.
    That issue is occurs not only with the "Windows-Identity-Foundation", but also with some other features (for example "Legacy Components").
    Next I googled that this issue may be fixed via calling "sfc /scannow" to restore the packages,
    but "sfc" is ended with message "Windows Resource Protection found corrupt files but was unable to fix some of them.";
    the log file contains the next errors:
    * STATUS_OBJECT_NAME_NOT_FOUND #5186404# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(
    * Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression
    (full logs I put in the onedrive http://1drv.ms/1BILQWs )
    so that errors are not clear to me,
    please guide me how I can try to fix this issue?
    any advice is welcome.

    Just have tried to execute "InstallFeature" with /Sourceand locate image with windows installation files
    >dism /online /enable-feature /featurename:Windows-Identity-Foundation /Source:G:\sources\sxs
    and the response:
    Error: 0x800f080c
    Feature name Windows-Identity-Foundation is unknown.
    A Windows feature name was not recognized.
    The dism.log file contains errors:
    * Failed to get the Update through CBS. - CDISMPackage::Internal_OpenFeature
    * Failed to get the underlying CBS Feature - CDISMPackage::OpenFeature
    * Feature name windows-identity-foundation is unknown. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine
    * Unknown features were specified on the command-line. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine
    * Failed to get the Feature List from the command line. - CPackageManagerCLIHandler::Private_ProcessFeatureChange
    * Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine
    Full log file copied to onedrive: http://1drv.ms/18TpVSf .
    I am accepting any advice.

  • Unable to install Windows Identity Foundation on Windows 7

    Following installtion guide titled "Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008".
    I am installing SharePoint Foundation 2010 on Windows 7 Enterprise 64 Bit.  Following the guide above, I was able to install all of the prerequisites except for the two hotfixes: KB976462 and KB974405.  Ater some research I believe KB976462 is
    to be installed after KB974405 so I am troubleshooting this item before.  I've downloaded the MSU file (Windows6.1-KB974405-x64.msu) and during the installtion for KB974405 it reports that the installation failed.  When I go into the Windows
    Update history and check the details for that update attempt it indicates Error Code 80070643.  This seems to be a generic failure so I'm having trouble with solving it.
    I've searched as best as I could for the solution but the solutions for others I've seen online didn't work for me.  I've double checked the prerequisites for the hotfix and have IIS 7.5 as well as .NET Framework 3.5 SP1.  I used the .NET
    Framework Setup Verification Tool and did not see any issues.  The other potention issue I saw was that in the Windows Update screen it says that "Some settings are managed by your system administrator" and automatic updates are turned
    off.  However, I was given a username and password that has local admin rights and that's what I was able to use to install all of the other items in the guide.  Therefore I don't think that would be the issue.  I'm really stuck and not sure
    at all how to proceed at this point.
    When I tried installing SPF 2010 dispite that error, during the wizard I recieved the error "Failed to load dependency Microsoft.IdentityModel of assembly Microsoft.SharePoint".  Based on that I saw that KB974405 couldn't be ignored.
    Edit: Please see complete error log below.

    Below is the complete error log of the installation attempt:
    2014-04-20 17:21:49:458 3308 9e8 Misc ===========  Logging initialized (build: 7.5.7601.17514, tz: -0700)  ===========
    2014-04-20 17:21:49:458 3308 9e8 Misc   = Process: C:\windows\system32\wusa.exe
    2014-04-20 17:21:49:458 3308 9e8 Misc   = Module: C:\Windows\system32\wuapi.dll
    2014-04-20 17:21:49:457 3308 9e8 COMAPI -----------  COMAPI: IUpdateServiceManager::AddScanPackageService  -----------
    2014-04-20 17:21:49:459 3308 9e8 COMAPI   - ServiceName = Windows Update Standalone Installer
    2014-04-20 17:21:49:459 3308 9e8 COMAPI   - ScanFileLocation = C:\31ee30e9c2a50686553b\wsusscan.cab
    2014-04-20 17:21:49:464  576 7bc Misc Validating signature for C:\windows\SoftwareDistribution\ScanFile\758e58e0-c318-45ba-b6ae-e6b311555e5c\Source.cab:
    2014-04-20 17:21:49:473  576 7bc Misc  Microsoft signed: Yes
    2014-04-20 17:21:49:479  576 7bc DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-04-20 17:21:49:480 3308 9e8 COMAPI   - Added scan package service, ServiceID = {758E58E0-C318-45BA-B6AE-E6B311555E5C} Third party service
    2014-04-20 17:21:49:480 3308 9e8 COMAPI -------------
    2014-04-20 17:21:49:480 3308 9e8 COMAPI -- START --  COMAPI: Search [ClientId = wusa]
    2014-04-20 17:21:49:480 3308 9e8 COMAPI ---------
    2014-04-20 17:21:49:486  576 2484 Agent *************
    2014-04-20 17:21:49:486  576 2484 Agent ** START **  Agent: Finding updates [CallerId = wusa]
    2014-04-20 17:21:49:486  576 2484 Agent *********
    2014-04-20 17:21:49:486  576 2484 Agent   * Online = Yes; Ignore download priority = No
    2014-04-20 17:21:49:486  576 2484 Agent   * Criteria = "DeploymentAction='Installation'"
    2014-04-20 17:21:49:486 3308 9e8 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = wusa]
    2014-04-20 17:21:49:486  576 2484 Agent   * ServiceID = {758E58E0-C318-45BA-B6AE-E6B311555E5C} Third party service
    2014-04-20 17:21:49:486  576 2484 Agent   * Search Scope = {Machine}
    2014-04-20 17:21:49:606  576 2484 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-04-20 17:21:49:606  576 2484 PT   + Offline serviceId = {758E58E0-C318-45BA-B6AE-E6B311555E5C}
    2014-04-20 17:21:49:606  576 2484 PT WARNING: Cached cookie has expired or new PID is available
    2014-04-20 17:21:50:227  576 2484 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-04-20 17:21:50:227  576 2484 PT   + Offline serviceId = {758E58E0-C318-45BA-B6AE-E6B311555E5C}
    2014-04-20 17:21:50:303  576 2484 Agent   * Added update {B78C39B2-C915-4F8C-9780-23F71C14A560}.501 to search result
    2014-04-20 17:21:50:303  576 2484 Agent   * Found 1 updates and 62 categories in search; evaluated appl. rules of 129 out of 415 deployed entities
    2014-04-20 17:21:50:304  576 2484 Agent *********
    2014-04-20 17:21:50:304  576 2484 Agent **  END  **  Agent: Finding updates [CallerId = wusa]
    2014-04-20 17:21:50:304  576 2484 Agent *************
    2014-04-20 17:21:50:305 3308 21ec COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = wusa]
    2014-04-20 17:21:50:307 3308 21ec COMAPI   - Updates found = 1
    2014-04-20 17:21:50:307 3308 21ec COMAPI ---------
    2014-04-20 17:21:50:307 3308 21ec COMAPI --  END  --  COMAPI: Search [ClientId = wusa]
    2014-04-20 17:21:50:307 3308 21ec COMAPI -------------
    2014-04-20 17:21:52:602  576 7bc DnldMgr ***********  DnldMgr: Copy update to cache [UpdateId = {0B05DEF0-BBC7-48EB-BA7A-8AA72411783C}.501]  ***********
    2014-04-20 17:21:52:602  576 7bc DnldMgr Asking handler to generate non-range requests.
    2014-04-20 17:21:52:602  576 7bc Handler Generating request for CBS update 0B05DEF0-BBC7-48EB-BA7A-8AA72411783C in sandbox C:\windows\SoftwareDistribution\Download\8709ecf85b29aaabb0f3e3cdc126a9e4_ctc
    2014-04-20 17:21:52:602  576 7bc Handler Selecting self-contained because update does not have express payload.
    2014-04-20 17:21:52:603  576 7bc Handler Selected payload type is ptSelfContained
    2014-04-20 17:21:52:603  576 7bc Handler Detected download state is dsStart
    2014-04-20 17:21:52:603  576 7bc Handler Adding Windows6.1-KB974405-x64.cab (entire file) to request list.
    2014-04-20 17:21:52:606  576 7bc Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-04-20 17:21:52:613  576 7bc Misc Validating signature for C:\windows\SoftwareDistribution\Download\8709ecf85b29aaabb0f3e3cdc126a9e4_ctc\Windows6.1-KB974405-x64.cab:
    2014-04-20 17:21:52:661  576 7bc Misc  Microsoft signed: Yes
    2014-04-20 17:21:52:661  576 7bc DnldMgr Asking handler to generate non-range requests.
    2014-04-20 17:21:52:661  576 7bc Handler Generating request for CBS update 0B05DEF0-BBC7-48EB-BA7A-8AA72411783C in sandbox C:\windows\SoftwareDistribution\Download\8709ecf85b29aaabb0f3e3cdc126a9e4_ctc
    2014-04-20 17:21:52:661  576 7bc Handler Selecting self-contained because update does not have express payload.
    2014-04-20 17:21:52:661  576 7bc Handler Selected payload type is ptSelfContained
    2014-04-20 17:21:52:661  576 7bc Handler Detected download state is dsHavePackage
    2014-04-20 17:21:52:664  576 7bc Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-04-20 17:21:54:230 3308 9e8 COMAPI -------------
    2014-04-20 17:21:54:230 3308 9e8 COMAPI -- START --  COMAPI: Install [ClientId = wusa]
    2014-04-20 17:21:54:230 3308 9e8 COMAPI ---------
    2014-04-20 17:21:54:230 3308 9e8 COMAPI   - Allow source prompts: Yes; Forced: No; Force quiet: No
    2014-04-20 17:21:54:230 3308 9e8 COMAPI   - Updates in request: 1
    2014-04-20 17:21:54:230 3308 9e8 COMAPI   - ServiceID = {758E58E0-C318-45BA-B6AE-E6B311555E5C} Third party service
    2014-04-20 17:21:54:231 3308 9e8 COMAPI   - Updates to install = 1
    2014-04-20 17:21:54:231  576 2428 Agent *************
    2014-04-20 17:21:54:231 3308 9e8 COMAPI <<-- SUBMITTED -- COMAPI: Install [ClientId = wusa]
    2014-04-20 17:21:54:231  576 2428 Agent ** START **  Agent: Installing updates [CallerId = wusa]
    2014-04-20 17:21:54:232  576 2428 Agent *********
    2014-04-20 17:21:54:232  576 2428 Agent   * Updates to install = 1
    2014-04-20 17:21:54:233  576 2428 Agent   *   Title = Update for Windows (KB974405)
    2014-04-20 17:21:54:233  576 2428 Agent   *   UpdateId = {B78C39B2-C915-4F8C-9780-23F71C14A560}.501
    2014-04-20 17:21:54:233  576 2428 Agent   *     Bundles 1 updates:
    2014-04-20 17:21:54:233  576 2428 Agent   *       {0B05DEF0-BBC7-48EB-BA7A-8AA72411783C}.501
    2014-04-20 17:21:54:242  576 2428 Agent WARNING: failed to calculate prior restore point time with error 0x80070002; setting restore point
    2014-04-20 17:21:54:244  576 2428 Handler Attempting to create remote handler process as [] in session 1
    2014-04-20 17:21:54:328  576 2428 DnldMgr Preparing update for install, updateId = {0B05DEF0-BBC7-48EB-BA7A-8AA72411783C}.501.
    2014-04-20 17:21:54:331 7904 2290 Misc ===========  Logging initialized (build: 7.5.7601.17514, tz: -0700)  ===========
    2014-04-20 17:21:54:331 7904 2290 Misc   = Process: C:\windows\system32\wuauclt.exe
    2014-04-20 17:21:54:331 7904 2290 Misc   = Module: C:\windows\system32\wuaueng.dll
    2014-04-20 17:21:54:329 7904 2290 Handler :::::::::::::
    2014-04-20 17:21:54:331 7904 2290 Handler :: START ::  Handler: CBS Install
    2014-04-20 17:21:54:331 7904 2290 Handler :::::::::
    2014-04-20 17:21:54:334 7904 2290 Handler Starting install of CBS update 0B05DEF0-BBC7-48EB-BA7A-8AA72411783C
    2014-04-20 17:21:54:340 7904 2290 Handler CBS package identity: Microsoft-Windows-Identity-Foundation-Package-TopLevel~31bf3856ad364e35~amd64~~6.1.7600.16394
    2014-04-20 17:21:54:342 7904 2290 Handler Installing self-contained with source=C:\windows\SoftwareDistribution\Download\8709ecf85b29aaabb0f3e3cdc126a9e4\Windows6.1-KB974405-x64.cab, workingdir=C:\windows\SoftwareDistribution\Download\8709ecf85b29aaabb0f3e3cdc126a9e4\inst
    2014-04-20 17:22:20:838 7904 1214 Handler FATAL: CBS called Error with 0x80070643,
    2014-04-20 17:22:20:937 7904 2290 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070643
    2014-04-20 17:22:20:938 7904 2290 Handler :::::::::
    2014-04-20 17:22:20:938 7904 2290 Handler ::  END  ::  Handler: CBS Install
    2014-04-20 17:22:20:938 7904 2290 Handler :::::::::::::
    2014-04-20 17:22:20:940  576 2428 Agent *********
    2014-04-20 17:22:20:940  576 b1c AU Can not perform non-interactive scan if AU is interactive-only
    2014-04-20 17:22:20:940 3308 21ec COMAPI >>--  RESUMED  -- COMAPI: Install [ClientId = wusa]
    2014-04-20 17:22:20:940  576 2428 Agent **  END  **  Agent: Installing updates [CallerId = wusa]
    2014-04-20 17:22:20:940 3308 21ec COMAPI   - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
    2014-04-20 17:22:20:940  576 2428 Agent *************
    2014-04-20 17:22:20:940 3308 21ec COMAPI   - Reboot required = No
    2014-04-20 17:22:20:940 3308 21ec COMAPI   - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    2014-04-20 17:22:20:940 3308 21ec COMAPI ---------
    2014-04-20 17:22:20:940 3308 21ec COMAPI --  END  --  COMAPI: Install [ClientId = wusa]
    2014-04-20 17:22:20:940 3308 21ec COMAPI -------------
    2014-04-20 17:22:23:877 3308 9e8 COMAPI -----------  COMAPI: IUpdateServiceManager::RemoveService  -----------
    2014-04-20 17:22:23:877 3308 9e8 COMAPI   - ServiceId = {758e58e0-c318-45ba-b6ae-e6b311555e5c}
    2014-04-20 17:22:23:956 3308 9e8 COMAPI IUpdateService removing volatile scan package service, serviceID = {758E58E0-C318-45BA-B6AE-E6B311555E5C}
    2014-04-20 17:22:23:957  576 2220 Agent WARNING: WU client fails CClientCallRecorder::RemoveService with error 0x80248014
    2014-04-20 17:22:23:957 3308 9e8 COMAPI WARNING: ISusInternal::RemoveService failed, hr=80248014
    2014-04-20 17:22:25:939  576 2484 Report REPORT EVENT: {D1B660E1-6D7E-4434-A011-F61B74BFDEF5} 2014-04-20 17:22:20:939-0700 1 182 101 {B78C39B2-C915-4F8C-9780-23F71C14A560} 501 80070643 wusa Failure Content
    Install Installation Failure: Windows failed to install the following update with error 0x80070643: Update for Windows (KB974405).
    2014-04-20 17:22:25:947  576 2484 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-04-20 17:22:25:947  576 2484 Report WER Report sent: 7.5.7601.17514 0x80070643 B78C39B2-C915-4F8C-9780-23F71C14A560 Install 101 Unmanaged
    2014-04-20 17:22:25:947  576 2484 Report CWERReporter finishing event handling. (00000000)

  • Windows Identity Foundation no more available? No Dynamicy CRM working?

    Hi,
    I am testing Windows 10 TP. I tried to configure Dynamics CRM but it crashes with the exception: "Could not load file or assembly Microsoft.IdentityModel".
    The Internet says that I have to install the Feature "Windows Identity Foundation", but this is not listed under Windows 10 TP Features.
    Any suggestions?
    Regards
    Thomas

    If installing .NET 4.5 doesn't work, then there is no way to install this functionality.  Someone mentioned a workaround, which is to copy the DLL files from a Windows 8.1 install to the Windows 10 install, but there's nothing built in
    right now.
    The WIF libraries were moved into the base install of .NET 4.5, that's why I suggested installing .NET 4.5 and seeing what happens.  If that doesn't work, then either 1) you'll need to wait until Microsoft updates Win 10 with the ability to install
    this feature, or 2) copy the DLLs from a Windows 8.1 install of WIF.
    Hope that helps!

  • Windows identity foundation

    how to install windows identity foundation in windows 10..??
    Now have problems with install Microsoft Dynamics AX 2012 Client in 1 terminal with Windows 10, and the installer can't launch because show the next message Windows Update Standalone Installer. Installer encountered an error 0x80096002. The certificate for
    the signer of the message is invalid or not found.
    Help I have provate this aplication for update user of AX 2012.

    If installing .NET 4.5 doesn't work, then there is no way to install this functionality.  Someone mentioned a workaround, which is to copy the DLL files from a Windows 8.1 install to the Windows 10 install, but there's nothing built in
    right now.
    The WIF libraries were moved into the base install of .NET 4.5, that's why I suggested installing .NET 4.5 and seeing what happens.  If that doesn't work, then either 1) you'll need to wait until Microsoft updates Win 10 with the ability to install
    this feature, or 2) copy the DLLs from a Windows 8.1 install of WIF.
    Hope that helps!

Maybe you are looking for