• PDMackin
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All
 
I am attempting to use the AJAX proxy to make a call out of an SObject to a Dot-Net Web Service. Originally I was using an XMLHttpRequest, but soon found out the problems with CROSS DOMAIN Issues.
 
I am now using a "New"  call   sforce.connection.remoteFunction and the AJAX Proxy.
 
I am running into an error .... Endpoint Mismatch:
 
400 Endpoint protocol(http/https) mismatch: http://www.myDomain.net/service.asmx
I am assuming that this is taking place because the Dot-Net Service is using  HTTP and SalesForce is using HTTPS  (https://na4.salesforce.com/home/home.jsp).
 
Any insight into how to resolve this would be greatly appreciated.
 
Thanks
 
Pat Mackin
 
I am new at this, so be nice.

I am creating an SControl that uses Javascript to call a .Net Web service.

I will need the SessionID and the Server URL to create the binding in the .Net service to make calls on the SalesForce Database.

In the Javascript I am able to obtain the Session ID Using "this.__sfdcSessionID"

How do I obtain the Server URL?

Thanks

Pat

I am new at this, so be nice.

I am creating an SControl that uses Javascript to call a .Net Web service.

I will need the SessionID and the Server URL to create the binding in the .Net service to make calls on the SalesForce Database.

In the Javascript I am able to obtain the Session ID Using "this.__sfdcSessionID"

How do I obtain the Server URL?

Thanks

Pat