No announcements
Found 2911256 threads
-
0 Votes
Consuming a HTTPS web service in WCF
Hi, If you want to consume a https web service in wcf, you can use many kinds of binding, the following is the ...Answered | 4 Replies | 763 Views | Created by Praveen Kumar Behara - Thursday, December 5, 2013 6:14 PM | Last reply by dns jinung - Thursday, December 19, 2013 8:38 AM -
0 Votes
How do I consume HTTPS enables service in Silverlight Application
I have a secure WCF service which is hosted in a "https" enabled web server (Create a Test Cetificate for ... -
0 Votes
WS2007HttpBinding and SOAP 1.1
Consuming and Hosting WCF Services with Custom Bindings in BizTalk Serve r on MSDN for ...Answered | 1 Replies | 6269 Views | Created by salezian - Thursday, February 17, 2011 4:02 PM | Last reply by Steef-Jan Wiggers - Friday, February 18, 2011 10:55 AM -
0 Votes
WCF web services compatibility issue in java platform
get when calling WCF Service from Java? For consuming WCF from Java, I suggest you refer below links. #Consuming ...Unanswered | 1 Replies | 409 Views | Created by Rajat Sadh - Thursday, March 23, 2017 2:13 PM | Last reply by Edward8520 - Friday, March 24, 2017 5:00 AM -
0 Votes
Consuming a non-WCF Service
consuming web services. I am currently attempting to use it to consume a web service hosted in a system ...Answered | 3 Replies | 1175 Views | Created by twhensley - Thursday, August 31, 2017 3:15 PM | Last reply by twhensley - Friday, September 1, 2017 9:02 PM -
0 Votes
Consuming Axis2 web service in WPF
Hi Sxavier007, Since the question is about how to consuming Axis2 web service in .NET, I have moved the thread to WCF forum for further ...Answered | 2 Replies | 4090 Views | Created by sxavier007 - Wednesday, September 26, 2012 10:01 AM | Last reply by LeoTang - Thursday, September 27, 2012 7:32 AM -
0 Votes
Consuming Https Web Service
Hi, I am using a web service of Https. When I consume it, its URL gets converted to Http by iteself. How should I consume Https ...Answered | 1 Replies | 6040 Views | Created by Mohammed Ayaz Shaikh - Friday, December 17, 2010 5:29 PM | Last reply by Deepak sanghi - Friday, December 17, 2010 5:48 PM -
0 Votes
Deploying an existing WCF service to Azure
https://blogs.msdn.microsoft.com/nishasingh/2012/12/04/creating-and-deploying-a-wcf-service-on-windows-azure-and-consuming-it-in-windows-8-store-a ...Unanswered | 1 Replies | 752 Views | Created by Amit Kumar Kumawat - Wednesday, March 30, 2016 12:51 PM | Last reply by Dipin M - Thursday, March 31, 2016 12:46 PM -
0 Votes
Consuming WCF Service methods from web browser
>> How can I call such WCF service methods from browsers? You could create a WCF Service Library with WebHttpBinding, ...Answered | 6 Replies | 5961 Views | Created by NavnathK - Thursday, December 14, 2017 2:03 PM | Last reply by Edward8520 - Monday, December 18, 2017 3:23 AM -
0 Votes
WCF soap based service managed in windows service how to consume in xamarin based android application
hello, I am trying to consume my WCF soap based service managed in windows service I have made a web service reference ...Answered | 1 Replies | 797 Views | Created by Usama Kiyani - Monday, May 9, 2016 4:48 PM | Last reply by Amy Peng - Tuesday, May 10, 2016 9:42 AM -
0 Votes
Consuming external https web service - What is involved ?
Hi For consuming a https web service, nothing is needed. Just use the SOAP or wcf adapter you would use for a ...Answered | 5 Replies | 5607 Views | Created by Always_Another_Way - Friday, January 15, 2010 7:56 AM | Last reply by eliasen - Friday, January 15, 2010 9:29 PM -
0 Votes
how to consume rest ful wcf service from a visual web part
hi, i have created a restful wcf service in my sp 2013 farm and deployed. now i would like to consume this in ...Answered | 1 Replies | 996 Views | Created by Benjamin KNR - Monday, April 28, 2014 3:10 PM | Last reply by Patrick_Liang - Friday, May 2, 2014 3:26 AM -
0 Votes
WCF client consuming java web service.
I am consuming a java web service by using .net wcf client and written custom MTOM binding. in client I am not ...Unanswered | 12 Replies | 3421 Views | Created by som nath - Saturday, June 18, 2016 5:50 PM | Last reply by APAC DSI - MSFT - Thursday, July 14, 2016 1:58 PM -
0 Votes
Consuming a WCF service
asp.net web application. If you create the WCF service in the web application you shouldn't have any web service ...Answered | 1 Replies | 2012 Views | Created by MSDN_Forums_User - Monday, May 11, 2009 5:37 PM | Last reply by clint1222 - Monday, May 11, 2009 5:57 PM -
0 Votes
Consuming WCF Service through https + SSO
. I made it in the same way and my Request.LogonUserIdentity.Name changes (in ASP.NET page) every time I signing as different user but when silverlight app calls ...Discussion | 4 Replies | 1930 Views | Created by comamero - Tuesday, January 31, 2012 11:24 AM | Last reply by comamero - Thursday, February 2, 2012 3:55 PM -
0 Votes
Consuming WCF Service using Web Service Task.
I am getting following error While consuming a simple WCF Service(Adding two numbers) in SSIS using web script task ...Answered | 5 Replies | 4024 Views | Created by LINK_me_with_LINQ - Wednesday, July 27, 2011 5:36 AM | Last reply by Reza Raad - Thursday, July 28, 2011 6:04 AM -
0 Votes
[UWP] - Exception in release mode while consuming WCF service.
reference and generated types.Called a web service using the generated soap client. Do you know of any other way to consume WCF service ...Unanswered | 2 Replies | 1134 Views | Created by Sreeram Akella - Monday, December 19, 2016 11:51 AM | Last reply by Sreeram Akella - Monday, December 19, 2016 3:05 PM -
0 Votes
How to create WCF on Azure?
httpsProposed | 1 Replies | 1874 Views | Created by Jassim Rahma - Saturday, March 4, 2017 12:19 PM | Last reply by Sapna Girish - Sunday, March 5, 2017 10:00 AM -
0 Votes
Consuming HTTPS WCF service from HTTP Silverlight
HTTPS WCF service has been deployed in web server using Test certificate(Self Signed). It can be consumed by Silverlight application over ...Answered | 9 Replies | 1396 Views | Created by ronit_rc - Saturday, October 15, 2011 2:30 PM | Last reply by ronit_rc - Saturday, October 22, 2011 1:59 AM -
0 Votes
WCF Service & HTTPS - Proxy Generation Errors
Hello, I’m developing a WCF service that’s going to be exposed externally over HTTPS / SSL and the consuming application is ...Answered | 1 Replies | 4492 Views | Created by Ali A. Mehdi - Wednesday, June 3, 2009 4:05 PM | Last reply by Marco Zhou - Monday, June 8, 2009 7:43 AM - Items 1 to 20 of 2911256 Next ›
No announcements