Topic by Radagast
Content
I created a console application in .net pointing to a development instance of Rightnow. I now need to point to the production site. Instead of deleting the service reference I updated the service reference by choosing configure service reference and updated the url with the prod instance url client - Address: field using the Prod url through the .cfg and appending /services/soap?wsdl to it.
It found the appropriate files and began downloading when it three these errors (should I just delete the service reference and re-add?):
Warning 1 Custom tool warning: Cannot import wsdl:binding
Detail: An exception was thrown in a call to a policy import extension.
Extension: System.ServiceModel.Channels.SecurityBindingElementImporter
Error: 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\conklije\Documents\FMCSA\FMCSA Code\ConsoleApplication1\Service References\RightnowServiceReference\Reference.svcmap 1 1 FMCSAImport
Warning 2 Custom tool warning: Cannot import wsdl:port
Detail: 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\conklije\Documents\FMCSA\FMCSA Code\ConsoleApplication1\Service References\RightnowServiceReference\Reference.svcmap 1 1 FMCSAImport