Adding Service Reference Error : mscrmservices/2007/CrmService.asmx?WSDL - visual-studio-2010

I have been trying to add https:///mscrmservices/2007/CrmService.asmx?WSDL to my service References after upgrading from CRM4 to 2011:
the error message:
There was an error downloading 'https://ServerName/mscrmservices/2007/CrmService.asmx?WSDL'.
The request failed with the error message:
--
<html><head><title>Object moved</title></head><body>
<h2>Object moved to here.</h2>
Have also tried "https:///mscrmservices/2007/CrmServiceWsdl.aspx" as seen in error message but get same return.
When accessing via web it works fine just adding as a reference in Visual Studio
other urls work ok such as https:///XRMServices/2011/Organization.svc?wsdl=wsdl0
this link suggests it should be fine:
http://msdn.microsoft.com/en-us/library/gg334316.aspx
Has anyone seen this before?

Ok this was a weird one but i managed to get Visual Studio to download the service using the IP of the server as #ccellar had highlighted there was something wrong with the "server/{org}" part of the url i was using the "Host name" but anyway using the IP has worked!
https://{IP}/mscrmservices/2007/CrmServiceWsdl.aspx
If you dont know your IP use http://network-tools.com/ lookup
Hope this helps anyone who has a problem with this
Thanks #CCellar for your guidance

It looks like you are missing the organization name in your url. The url should look like this http{s}://server/{org}/mscrmservices/2007/crmservice.asmx?wsdl

Related

Swagger: Failed to load API definition. Fetch errorFailed to fetch openconfig-interfaces.yaml

Below is my files:
It works fine when opening index.html
Error when clicking openconfig-interfaces
error details:
{"schemaValidationMessages":[{"level":"error","message":"Can't read from file file://tt/rest_ui/openconfig-interfaces.yaml"}]}
Actually the file openconfig-interfaces.yaml is there.
Any suggestion to solve this problem, thanks in advance
Seems to be a cross domain issue, Install the live server plugin in vscode, and then open it again

Outlook add-in Web version Office.context.mailbox keeps returning error code 9020

Every time I called Office.context.mailbox keeps returning error code 9020. I see in some articles that the error was fixed but I didn't anyone saying what was the source of the issue. How may I avoid this issue?
According to the Office.context.mailbox.item.body.getAsync returns error 9020 An internal error has occured page:
This issue was reported for OWA and the fix went in OWA client.
If you still have got the same error I'd suggest posting/file a bug on the office-js repo on github.

Azure App Service recently started throwing an error: Could not load file or assembly 'Microsoft.EntityFrameworkCore, Version=2.1.4.0

I didn't change anything, and my Azure App Service started throwing the error:
An error occurred while starting the application.
FileLoadException: Could not load file or assembly'Microsoft.EntityFrameworkCore, Version=2.1.4.0 ...
Which seemed odd, so I tried adding Microsoft.EntityFrameworkCore v2.1.4 with Nuget, and from that i just get a white error screen with
This page isn’t working
[WEBSITE] is currently unable to handle this request.
HTTP ERROR 500
With no other errors.
This all works perfectly fine locally (as always...) - I am not sure where to go from here? Any ideas? Thank you.
The error is because of the different versions between packages.
Please use this command in PM.
Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 2.0.3
For more details, you could refer to this issue.

Getting "Unable to connect to a repository" error in CodePlex with TortoiseSVN

I just created a project over at codeplex and tried committing the sourcecode (so my project can be available publicly).
TortoiseSVN just doesn't work with CodePlex anymore it seems. And codeplex doesn't let you change source uploading options without contacting them first.
The errors in get when I try to checkout are:
Unable to connect to a repository at URL 'http://onthefly.codeplex.com'
The OPTIONS request returned invalid XML in the response: XML parse error at
line 1: no element found (https://onthefly.svn.codeplex.com/svn)
and
OPTIONS of 'http://onthefly.codeplex.com': could not connect to server
I tried the repo-browser just now and it still won't work.
Here's a screenshot of one of the errors:
Why are these errors happening?
You're not using the correct URL for repo. The correct URL is:
https://<projectname>.svn.codeplex.com/svn
I've got it working. Follow instructions on this page if you're having these same issues.

Spring security login error

I just implemented a simple login functionality using spring it how ever worked with the eclipse in built browser but gives the following error in chrome and firefox.
HTTP Status 404 - /SpringLogin/welcome.jsp;jsessionid=8332D4F3D4709DCA37C87F30F1EA03D5
The requested resource (/SpringLogin/welcome.jsp;jsessionid=BEE789093FF79CB6B67F8DA368E8B3E4) is not available.
can you please tell me why it is happening?
PS: I have two projects SpringLogin and both of them had same project names and both had similar packages. Then neither of the projects worked properly and gave the above error. How ever after I created another project with a different name and using different package names, it worked like magic. I am guessing here that it may have been the problem. But what is the logical answer that'll explain what happened there?
you don't have being calling the correct URL
it seems that the context /SpringLogin/ does not exists anymore.
Try /welcome.jsp or if you changed the name of application - try /newappname/welcome.jsp

Resources