No announcements
Found 1594435 threads
-
0 Votes
transfer images using wshttpbinding
I want to transfer an object to WCF service. my service uses wsHttpBinding. my object has some property of data type ...Answered | 1 Replies | 729 Views | Created by BIkashShrestha - Wednesday, April 17, 2013 9:04 AM | Last reply by Haixia_Xie - Thursday, April 18, 2013 3:26 AM -
0 Votes
WCF Transfer security using TransportWithMessageCredentials with WsHttpBinding
wsHttpBinding with UserName Authentication and TransportWithMessageCredentials in WCF Calling from Windows Form.Answered | 6 Replies | 596 Views | Created by Aravakrishna - Sunday, January 25, 2015 1:13 PM | Last reply by dns jinung - Monday, February 2, 2015 1:19 PM -
0 Votes
wsHttpBinding & large data transfer
I have a WCF service to transfer files from client m/c to the server. The service is hosted in IIS and secured with SSL. It is using ...Answered | 2 Replies | 8339 Views | Created by sdsj - Wednesday, April 22, 2009 3:26 PM | Last reply by Kiran Kumar Dasika - Friday, April 24, 2009 1:56 PM -
0 Votes
How to transfer color images to grey images using C#
Hi, I am trying to use C# 2.0 and visual studio 2005 to compile a window app or web app. In this app, I have to transfer almost 2,000 colorful images to grey ...Answered | 7 Replies | 5873 Views | Created by FugersonHall - Wednesday, February 28, 2007 9:15 PM | Last reply by FugersonHall - Thursday, March 1, 2007 1:30 PM -
0 Votes
Transfer images
The images are less than 20 KB so there's no need for streaming .Answered | 4 Replies | 2034 Views | Created by FAndrei - Friday, January 13, 2012 9:34 PM | Last reply by FAndrei - Sunday, January 15, 2012 3:16 PM -
1 Votes
wsHTTpBinding
HI, I am trying to create saml token using wshttpbinding-x509 certification.I want to create in code something related saml so that the ...Answered | 1 Replies | 639 Views | Created by Shankarbs - Friday, September 5, 2014 1:36 PM | Last reply by huWF ARHKYT - Monday, September 8, 2014 9:21 AM -
3 Votes
Using singleton with wsHttpBinding
Hi, I am implementing a WCF service in a webforms app, and using IIS to host it via wsHttpBinding. I would like to do this as a singleton class, ...Answered | 9 Replies | 3190 Views | Created by Rich Sorensen - Friday, July 17, 2009 6:18 AM | Last reply by Rich Sorensen - Tuesday, July 21, 2009 6:25 AM -
0 Votes
WSHttpBinding
I received the same error using Biztalk 2013 for a Rest service, wcf-webHttp, which is not covered by the references you provided. I received the error when entering ...Answered | 2 Replies | 6963 Views | Created by Lakshmi Nag - Wednesday, November 3, 2010 8:50 AM | Last reply by datasmithtech - Sunday, December 30, 2012 3:32 PM -
1 Votes
wsHttpBinding using Message security and MessageContract
= new WSHttpBinding(); b.Security.Mode = SecurityMode.Message; Now in a MessageContract also we can set security using attributes as ...Proposed | 1 Replies | 2301 Views | Created by vkbishnoi - Wednesday, December 14, 2011 5:28 AM | Last reply by Yi-Lun Luo - Thursday, December 15, 2011 2:56 AM -
1 Votes
Problem with WSHttpBinding handling the Http1.1 Chunked Transfer-Encoding
BasicHttpBinding, the chunked encoding is handled properly by the framework. The problem lies only when the WCF Client is using the WSHttpBinding. When ...Unanswered | 4 Replies | 5372 Views | Created by or_knob - Tuesday, March 23, 2010 10:54 PM | Last reply by kainhart - Friday, November 12, 2010 4:46 PM -
0 Votes
Images will not transfer to ftp
Using EW, delete the thumbs.db file from the images folder and then recalculate hyperlinks. FrontPage MVPAnswered | 5 Replies | 3226 Views | Created by Softwarejunkie - Friday, July 11, 2008 3:05 PM | Last reply by Steve Easton - Friday, July 11, 2008 10:21 PM -
0 Votes
Large File sending over http using wsHttpBinding
Hi..all I am using wsHttpBinding for my service. I am trying to pass a big file (approx 3588 kb) but, server throws forcibly connection closed ...Answered | 5 Replies | 3716 Views | Created by Hiren Bharadwa - Tuesday, May 15, 2012 6:10 AM | Last reply by Hiren Bharadwa - Wednesday, May 16, 2012 12:38 PM -
0 Votes
wsHttpBinding - Que
how to make the wsHttpBinding work, i tried using it for my WCF program, but it only works for my computer (where i designed it) and the server (where i uploaded it), if i try to ...Answered | 2 Replies | 12111 Views | Created by Doaji - Saturday, March 13, 2010 3:26 PM | Last reply by Doaji - Friday, January 28, 2011 5:02 PM -
1 Votes
Silverlight5 Wshttpbinding
Does Silverlight5 is support WshttpBinding of WCF Service ? if yes then please share any simple example link if possible Chirag Sr. ...Answered | 1 Replies | 770 Views | Created by [Chirag] - Monday, December 16, 2013 1:46 PM | Last reply by Yanping Wang - Tuesday, December 17, 2013 6:04 AM -
3 Votes
WCF: Transfer FileStream object in buffered mode (not using streaming) over WsHttpBinding?
I'm trying to transfer a FileStream object using streaming / WsHttpBinding / WCF. In the course of my experiments I noticed that when simply transferring ...Answered | 7 Replies | 12553 Views | Created by BetterToday - Friday, September 23, 2011 3:42 PM | Last reply by BetterToday - Wednesday, October 5, 2011 12:41 PM -
0 Votes
using wsHttpBinding without enabling WS -AT Protocol
Hi, My WCF service is using a wsHttpBinding hosted in IIS as :- <Answered | 2 Replies | 5335 Views | Created by Akshay Saini - Tuesday, January 30, 2007 9:32 AM | Last reply by Akshay Saini - Tuesday, January 30, 2007 9:52 AM -
0 Votes
Why Wshttpbinding
Hi, Can any one explain clearly in which secnario will which binding. Menas, 1. wsHttpbinding --- in which type of secnarios and Advantages, ...Answered | 2 Replies | 3717 Views | Created by Pavan Kumar Chebrolu - Wednesday, June 15, 2011 3:11 PM | Last reply by Pavan Kumar Chebrolu - Thursday, June 16, 2011 7:45 AM -
0 Votes
wsHttpBinding error
I finally made it work using wshttpbinding, the problem was with the <service nameAnswered | 6 Replies | 7203 Views | Created by Vilsad - MCTS - Saturday, March 31, 2012 10:22 AM | Last reply by DiligentKarma - Wednesday, November 21, 2012 12:07 AM -
0 Votes
File transfer using MLLP
Hi How do I make a file transfer using MLLP adapter. I need to take an HL7 file into the Biztalk and then an SQL Adapter to transfer the contents to a database. I'm ... -
0 Votes
transfer images from MsSql to MySql
images in MySQL in? If this is the case, I am not sure if anyone on here will be able to answer that question. In SQL Server you can store it in the varbinary(max) column type is ...Answered | 1 Replies | 7003 Views | Created by Serju - Monday, April 7, 2008 9:52 PM | Last reply by Jonathan Kehayias - Tuesday, April 8, 2008 12:24 AM - Items 1 to 20 of 1594435 Next ›
No announcements