No announcements
Found 2922780 threads
-
0 Votes
SharePoint Online add-in: The endpoint address does not match the app's endpoint
Hi all, We have created an add-in for SharePoint Online and it has been published to the Office Store. The ... -
0 Votes
endpoint address=""
When a base address for a transport scheme is supplied for a service host, the endpoint address is relative to that base address. In your case ...Answered | 1 Replies | 4442 Views | Created by GS7711175 - Thursday, September 6, 2007 12:41 PM | Last reply by Will.Rogers - Thursday, September 6, 2007 2:02 PM -
0 Votes
RequestSecurityToken message does not match the endpoint filters
Hello, I am receiveing the following error "RequestSecurityToken message does not match the endpoint ...Answered | 1 Replies | 3621 Views | Created by DamiLaufer - Thursday, November 27, 2008 1:19 PM | Last reply by Yaron Naveh - Thursday, November 27, 2008 3:02 PM -
2 Votes
Using Address attribute in the endpoint
Hi NANDAKUMAR T, In WCF we can not browse the endpoint address in the browser, it will give us the ...Answered | 1 Replies | 650 Views | Created by NANDAKUMAR T - Friday, December 12, 2014 5:58 PM | Last reply by Amy Peng - Monday, December 15, 2014 3:17 AM -
0 Votes
Dynamic endpoint address
IB, You are correct: you cannot change the endpoint address through a message inspector, the address is read only. You can, however, ...Answered | 4 Replies | 6998 Views | Created by Indigo Blues - Friday, April 28, 2006 6:39 PM | Last reply by Tony Zeng - Thursday, December 23, 2010 6:19 AM -
0 Votes
Question about endpoint address
Endpoint address consists of four parts: The transport protocol. The name if the machine running the service. Port ...Answered | 1 Replies | 1736 Views | Created by peter 9 - Thursday, December 22, 2011 4:10 AM | Last reply by vkbishnoi - Thursday, December 22, 2011 4:42 AM -
0 Votes
Changing the port of the endpoint address ?
In fact, what I want is : someone browse the http://my.domain.com/MyWs.svc (ok) Nat translate to http://machinename:12345/MyWs.svc (ok) wcf generates a wsdl ...Answered | 2 Replies | 4186 Views | Created by nico nico - Wednesday, January 27, 2010 4:27 PM | Last reply by nico nico - Thursday, January 28, 2010 3:34 PM -
0 Votes
Endpoint address
I develop service and client projects in my local machine. so i changed address of endpoint to the server name that i will deploy my projectsUnanswered | 7 Replies | 4472 Views | Created by Ufuk Coban - Tuesday, December 4, 2007 6:51 PM | Last reply by Ufuk Coban - Wednesday, December 5, 2007 10:54 AM -
0 Votes
Configurable endpoint address
Greets, Most of the properties of your WCF endpoint can be overridden programatically from what they are set to in ...Answered | 2 Replies | 2751 Views | Created by KefarSaba - Sunday, February 27, 2011 3:52 AM | Last reply by JFalcon - Sunday, February 27, 2011 8:01 AM -
0 Votes
Reading endpoint address in the wcf client application
Hello, I there any way to configure wcf endpoint address in one file and use it in the client application.(using ...Unanswered | 1 Replies | 701 Views | Created by La07K - Tuesday, July 14, 2020 2:53 PM | Last reply by Peng Ding - Wednesday, July 15, 2020 9:48 AM -
0 Votes
Endpoint address FQDN
Whenever I add a service reference the FQDN gets concatenated to my endpoint address, how can I avoid ...Answered | 3 Replies | 4265 Views | Created by vai2000 - Monday, June 28, 2010 1:14 PM | Last reply by Ramiro Berrelleza - Thursday, July 1, 2010 2:06 AM -
0 Votes
WCF endpoint address
So, am I correct in understanding that while Visual Studio is ignoring my endpoint address because of its setting that if I install on IIS, the endpoint ...Answered | 4 Replies | 2359 Views | Created by rsine - Wednesday, July 25, 2012 12:11 PM | Last reply by aZubi - Thursday, July 26, 2012 11:46 AM -
0 Votes
Where is the odata endpoint address?
Thanks but the OData Endpoint information does not get listed. That is the problem I am having. The Request/Response page lists a POST Url but ...Answered | 6 Replies | 533 Views | Created by R Noone - Friday, April 15, 2016 5:21 PM | Last reply by R Noone - Saturday, April 16, 2016 8:41 PM -
0 Votes
Address of a callback endpoint
c) Is there a way to find out what the address of particular callback endpoint is? Thank you -
0 Votes
change endpoint address on deploy
change them on the client side as well (you can do this manually or you can recreate the proxy). And yes, you can add a base address and you ...Answered | 4 Replies | 3431 Views | Created by Ahmed Soliman - Wednesday, August 19, 2009 12:35 AM | Last reply by Yao - MSFT - Wednesday, August 19, 2009 5:42 PM -
0 Votes
Resolving endpoint against base address
Hi, I need a clarification regarding "resolving endpoint against base address". I am having a service with multiple endpoints. ...Answered | 2 Replies | 4202 Views | Created by Prabhu_engg98 - Wednesday, January 16, 2008 12:36 AM | Last reply by Martin Petersen-Frey - MSFT - Thursday, January 24, 2008 3:04 AM -
0 Votes
Calling one endpoint from another endpoint in the same service
when one of the endpoints tries to make a call to another endpoint in the same service. Consider the following example:Answered | 1 Replies | 4138 Views | Created by Kyryll - Thursday, September 2, 2010 4:34 AM | Last reply by Kyryll - Thursday, September 2, 2010 5:56 AM -
0 Votes
Configurable ServiceReferences.ClientConfig endpoint address???
Oh yes, forgot to add it you have to zip it back to xap by editting the file extension of couse you can build a tool to read ...Answered | 6 Replies | 22631 Views | Created by sean_mufc - Friday, August 7, 2009 11:13 AM | Last reply by Steve_Wong - Saturday, August 8, 2009 3:16 PM -
0 Votes
Deserialize EndPoint Address
I have serialized an endpoint address so that I could store it in a database. The problem I'm having now is deserializing the string stored ...Answered | 4 Replies | 1119 Views | Created by Ron Gregory - Monday, December 10, 2012 4:58 PM | Last reply by Ron Gregory - Monday, December 10, 2012 6:31 PM -
0 Votes
overriding an endpoint address specified in the app.config file
I'm trying to override the endpoint address specified in my service's app.config file with the following code: URI uri = new ...Answered | 2 Replies | 4409 Views | Created by patluze - Tuesday, April 12, 2011 8:27 PM | Last reply by patluze - Wednesday, April 13, 2011 4:27 PM - Items 1 to 20 of 2922780 Next ›
No announcements