Topic by Billy Clark
Hello all,
I have a problem when connecting to the WSDL address. I'm using Visual Studio currently, but even SVCUTIL is giving me errors. I'd really like to start a project where we can integrate with our Knowledgebase, and possibly leverage some of hte capabilities of RightNow.
When I add the Service Reference in VS, I get this error:
Warning 1 Custom tool warning: Cannot import wsdl:bindingDetail: An exception was thrown in a call to a policy import extension.Extension: System.ServiceModel.Channels.SecurityBindingElementImporterError: An unsupported security policy assertion was detected during the security policy import: <sp:SignedSupportingTokens xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702"><wsp:Policy xmlns:wsp="http://www.w3.org/ns/ws-policy"><sp:IssuedToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient"><sp:RequestSecurityTokenTemplate><t:TokenType xmlns:t="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV2.0</t:TokenType><t:KeyType xmlns:t="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://docs.oasis-open.org/ws-sx/ws-trust/200512/Bearer</t:KeyType><t:CanonicalizationAlgorithm xmlns:t="http://docs.oasis-open.org/ws-sx/ws-trust/200512">ht...XPath to Error Source: //wsdl:definitions[@targetNamespace='urn:wsdl.ws.rightnow.com/v1_2']/wsdl:binding[@name='RightNowFedAuthSyncBinding'] C:\Users\Billy\AppData\Local\Temporary Projects\RNC\Service References\ServiceReference1\Reference.svcmap 1 1 RNC
Is there something wrong with our implementation?
There is a second warning:
Warning 2 Custom tool warning: Cannot import wsdl:portDetail: There was an error importing a wsdl:binding that the wsdl:port is dependent on.XPath to wsdl:binding: //wsdl:definitions[@targetNamespace='urn:wsdl.ws.rightnow.com/v1_2']/wsdl:binding[@name='RightNowFedAuthSyncBinding']XPath to Error Source: //wsdl:definitions[@targetNamespace='urn:wsdl.ws.rightnow.com/v1_2']/wsdl:service[@name='RightNowSyncService']/wsdl:port[@name='RightNowFedAuthSyncPort'] C:\Users\Billy\AppData\Local\Temporary Projects\RNC\Service References\ServiceReference1\Reference.svcmap 1 1 RNC
Any help would be appreciated.