No announcements
Found 1726903 threads
-
0 Votes
ASMX to WCF Soap request
Thanks for the info but I really need to support SOAP.Answered | 6 Replies | 5100 Views | Created by quadwwchs1 - Thursday, September 16, 2010 7:02 PM | Last reply by quadwwchs1 - Friday, October 1, 2010 6:21 PM -
1 Votes
SOAP request and response
Keyword Performance Report in PHP, the SOAP is output using the following statements.Answered | 1 Replies | 988 Views | Created by Anthony Okoth - Tuesday, August 26, 2014 11:29 AM | Last reply by Eric Urban [MSFT] - Tuesday, August 26, 2014 2:15 PM -
0 Votes
Soap request fails
However, I'll continue my research for why the SOAP request is not working directly with WCF service.Answered | 16 Replies | 12653 Views | Created by Best123 - Saturday, October 2, 2010 10:48 PM | Last reply by Best123 - Wednesday, October 6, 2010 2:27 AM -
0 Votes
SOAP Request Submission
private void button1_Click(object sender, EventArgs e) { TestDeskApp.Start_Process.InvestmentSuitabilityRulesClient soap = new ...Answered | 3 Replies | 491 Views | Created by Aaron7878 - Wednesday, August 31, 2016 1:59 AM | Last reply by Wendy Zang - Thursday, September 1, 2016 5:39 AM -
0 Votes
windows form application and soap request
i want to get the soap request (and response if possible) in windows form app.Answered | 2 Replies | 1025 Views | Created by want 2 Learn - Tuesday, May 3, 2016 2:44 PM | Last reply by Dave Patrick - Wednesday, May 4, 2016 3:03 AM -
0 Votes
Sign SOAP message with client’s certificate
For older security versions your certificate will be used to sign whole of the message.Answered | 3 Replies | 4060 Views | Created by roma48 - Friday, December 4, 2009 7:17 PM | Last reply by Yaron Naveh - Saturday, December 5, 2009 12:30 PM -
0 Votes
SOAP Request Response in Web service.
Hi, SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment.Answered | 3 Replies | 5010 Views | Created by msanjayv - Friday, December 28, 2012 4:58 PM | Last reply by Shyam Kr - Tuesday, January 1, 2013 8:16 AM -
0 Votes
Values missing in SOAP Request
MessageInspector to modify your message with your custom message body before sending the request.Answered | 1 Replies | 974 Views | Created by AmmarBIZ - Monday, June 6, 2016 9:40 AM | Last reply by Amy Peng - Tuesday, June 7, 2016 8:19 AM -
1 Votes
SOAP Request response/Fault call
(If this was a SOAP 1.1 operation you would use BTS.soap_envelope_1__1.Fault).Answered | 2 Replies | 1915 Views | Created by Ronald Veenman - Monday, March 2, 2015 3:35 PM | Last reply by Rachit Sikroria - Monday, March 2, 2015 8:34 PM -
2 Votes
Need advise on how to sign request's soap body using WCF
The soap body must be signed using a certificate.Answered | 29 Replies | 22169 Views | Created by mteverest - Thursday, November 23, 2006 5:35 AM | Last reply by z9 - Tuesday, March 31, 2009 8:48 PM -
2 Votes
Web Performance - Soap request editing
Code plex has several things that help with handling Soap.Answered | 2 Replies | 715 Views | Created by Amit_ - Sunday, February 16, 2014 7:00 PM | Last reply by Shiv_p - Monday, February 17, 2014 12:02 PM -
0 Votes
PHP SOAP Search request - how to include a SearchFilter
The InnerException message was 'Invalid enum value 'Array' cannot be deserialized into type 'Microsoft.VirtualEarth.PublicTypes.Common.CompareOperator'.Answered | 5 Replies | 2383 Views | Created by MatBeard - Tuesday, April 23, 2013 1:50 PM | Last reply by MatBeard - Thursday, April 25, 2013 7:01 PM -
1 Votes
Obtain XML Soap Request
I need to obtain XML SOAP Request and return this message without use global property.Answered | 2 Replies | 1670 Views | Created by rgalarza - Thursday, November 21, 2013 9:17 PM | Last reply by Dave Patrick - Friday, November 22, 2013 7:25 PM -
0 Votes
The soap request failed with HTTP status 401: Unauthorized
", "#####"); // Add the NetworkCredential to the CredentialCache.Answered | 9 Replies | 41267 Views | Created by Umesh G. _ - Thursday, December 3, 2009 8:04 AM | Last reply by Ram Pawar - Tuesday, February 26, 2013 4:52 PM -
0 Votes
Signing Soap Message with X509 Certificate
The caveat is you can go ahead and use the "ConfigurationEditor" and the "X509 Certification Tool" outside VS 2008 [as you had mentioned it isn't supported anymore ...Answered | 1 Replies | 4640 Views | Created by snkv - Friday, August 1, 2008 3:31 AM | Last reply by Anand.Ranganathan - Friday, October 16, 2009 1:11 PM -
0 Votes
type needed in the SOAP request for AddConversionGoalsRequest
AddConversionGoals template.Answered | 2 Replies | 510 Views | Created by matmatj - Thursday, October 25, 2018 9:52 PM | Last reply by matmatj - Monday, October 29, 2018 8:33 AM -
0 Votes
Cannot add certificate to the SOAP request
Specify a service certificate in ClientCredentials".Unanswered | 5 Replies | 1626 Views | Created by Anonymous - Monday, December 28, 2020 11:57 AM | Last reply by Anonymous - Wednesday, December 30, 2020 9:05 AM -
1 Votes
Soap header security was not understood
The header with SOAP-ENV:mustUnderstand="1" is the culprit that .NET is not able to understand and Iam not able to figure out why ...Answered | 3 Replies | 23679 Views | Created by T.N. Arvind - Wednesday, January 14, 2009 4:55 PM | Last reply by Yaron Naveh - Thursday, January 15, 2009 9:53 PM -
0 Votes
Request Client Certificate programmatically
I would like to install the response like the way it is done when u access https://your_server/certsrv/ to request a certificate.Answered | 6 Replies | 9520 Views | Created by Gabriel Souza - Friday, December 3, 2010 2:21 PM | Last reply by Gabriel Souza - Thursday, March 31, 2011 9:20 AM -
0 Votes
How to call SOAP WebService Request in C#.Net ?
op=GetRoutesDetails); client.GetAvailableRoutesAsync(objauth, objGetRD.SourceID, objGetRD.DestinationID, objGetRD.DateOfJourney); The statement 1 above throws the ...Answered | 6 Replies | 9575 Views | Created by Krrisshna - Sunday, March 25, 2012 7:01 AM | Last reply by Krrisshna - Sunday, March 25, 2012 3:02 PM - Items 1 to 20 of 1726903 Next ›
No announcements