lovoni / openinfocard

Automatically exported from code.google.com/p/openinfocard
0 stars 0 forks source link

refactor static mex document to allow for setting of STS service endpoints programatically #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
<wsdl:service name="STS">
                        <wsdl:port name="CustomBinding_IWSTrustContract"
binding="tns:CustomBinding_IWSTrustContract">
                            <soap12:address location="https://xmldap.org/sts/tokenservice"/>
                            <wsa10:EndpointReference>
                                <wsa10:Address>https://xmldap.org/sts/tokenservice</wsa10:Address>
                                <Identity
xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
                                    <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
                                        <X509Data>
                                            <X509Certificate>{1}</X509Certificate>
                                        </X509Data>
                                    </KeyInfo>
                                </Identity>
                            </wsa10:EndpointReference>
                        </wsdl:port>
                    </wsdl:service>
                </wsdl:definitions>

Original issue reported on code.google.com by ian.g.br...@gmail.com on 28 Jan 2007 at 6:26