I am trying to export the solution using powershell script. But I am receiving the below error. Any idea?
Export-XrmSolution : Metadata contains a reference that cannot be resolved:
'http://servername/APHPCRM/XRMServices/2011/Organization.svc Domain=sandbox/XRMServices/2011/Organization.svc?wsdl'.
At line:1 char:1
+ Export-XrmSolution
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Export-XrmSolution], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException,Xrm.Framework.CI.PowerShell.ExportXrmSolutionCommand