No announcements
Found 3347547 threads
-
0 Votes
SOAP Request Response in Web service.
Hi Sanjay, From your description, I ‘d like to move this post to ASMX Web Services and XML Serialization forum for ...Answered | 3 Replies | 5224 Views | Created by msanjayv - Friday, December 28, 2012 4:58 PM | Last reply by Shyam Kr - Tuesday, January 1, 2013 8:16 AM -
1 Votes
Can't retrieve all data from soap exception
what you can do is to build a string by passing all the properties of soap ...Answered | 4 Replies | 7039 Views | Created by BartZD - Thursday, December 10, 2009 1:59 PM | Last reply by BartZD - Monday, December 14, 2009 2:24 PM -
4 Votes
Consume Web Services from Metro Apps C#
Also, if it's a local web service (hosted on same machine), be sure that "Allow Local Network Loopback" is enabled in the project properties.Answered | 4 Replies | 7600 Views | Created by deepti_M - Tuesday, April 17, 2012 11:32 AM | Last reply by ChristopherRuiz - Monday, December 3, 2012 2:44 PM -
0 Votes
consuming SOAP web service from JS metro app
Try you service in a Metro C# application first to ensure you can get it to run, then create your C# WinMD.Answered | 1 Replies | 4548 Views | Created by Ghostrider-13 - Friday, January 6, 2012 6:31 AM | Last reply by Jeff Sanders - Friday, January 6, 2012 2:09 PM -
0 Votes
Problem using SOAP service from c# metro app
The Bing Maps SOAP services are a legacy service and should be avoided.Answered | 5 Replies | 2966 Views | Created by Bucolic Geek - Thursday, July 19, 2012 4:10 PM | Last reply by Ricky_Brundritt - Wednesday, March 12, 2014 12:29 PM -
0 Votes
How to remove multiref- style formatting from the SOAP web service response?
Guys, I am about to write a C# web service that will replace an ATL based web service.Answered | 6 Replies | 15260 Views | Created by Moim Hossain - Friday, April 16, 2010 11:53 AM | Last reply by John Saunders - Saturday, April 9, 2011 2:00 AM -
0 Votes
Web Services utilizing SOAP Question
Frank, WCF replaces the old ASMX web services.Answered | 4 Replies | 3650 Views | Created by frankmedina_medstar - Tuesday, March 9, 2010 7:20 PM | Last reply by Steven Cheng - MSFT - Monday, March 15, 2010 2:33 AM -
1 Votes
Example code in client app (VB) on how to request a web service using SOAP Header, receive and process the SOAP Message
I am new to consuming Web Service using SOAP messages.Answered | 1 Replies | 4742 Views | Created by tlu - Friday, March 27, 2009 3:40 AM | Last reply by Utkarsh Shah - Tuesday, April 28, 2009 11:17 PM -
2 Votes
Deserialize response soap service in object C#
Hi Edward, Thanks for you response, but I have no problem generating the object because the object I have is the one generated in the service reference.Answered | 5 Replies | 14466 Views | Created by ararb78 - Friday, November 11, 2016 9:49 AM | Last reply by Edward8520 - Tuesday, November 15, 2016 7:28 AM -
0 Votes
Reading node values from SOAP response
I am busy integrating with a WCF SOAP service, I have never done this before and if I have I can't remember it.Answered | 1 Replies | 1859 Views | Created by DaveGreen111 - Wednesday, September 30, 2015 6:13 AM | Last reply by Fouad Roumieh - Wednesday, September 30, 2015 10:03 AM -
3 Votes
Error 10013 attempting to connect to SOAP web service from Windows 8 client app
Hi, If you don't get an answer, then you can try in the Building Windows Store Apps with C# or VB forum - there are a lot of people there developing ...Answered | 3 Replies | 3691 Views | Created by Dave S2 - Wednesday, December 12, 2012 6:58 AM | Last reply by Zoltán Horváth - Wednesday, December 12, 2012 11:00 AM -
1 Votes
deserializing an XML response from a web server
I get the response from the web service to the "res" inside an SOAP envelope.Answered | 5 Replies | 2070 Views | Created by Charith S - Wednesday, October 24, 2012 10:33 AM | Last reply by Charith S - Wednesday, October 31, 2012 11:09 AM -
0 Votes
Generate an empty soap response from a pipeline component
For example, if a SOAP service always returns a soap envelope, but if your function returns null the body of the envelope should be empty.Answered | 5 Replies | 1810 Views | Created by Jeremy Chapman - Monday, November 24, 2014 8:59 PM | Last reply by M.R.Ashwin Prabhu - Tuesday, November 25, 2014 7:41 PM -
0 Votes
How to remove CDATA in soap response
Are you using SOAP UI to verify your SOAP response?Answered | 2 Replies | 5811 Views | Created by sudhamca2007 - Tuesday, October 20, 2015 4:45 AM | Last reply by Lingaraj Mishra - Tuesday, October 20, 2015 10:22 AM -
4 Votes
consume java web service from C#
@John, I haven't used a WCF service yet, so for this to work, do I have to create a WCF service first, or just add my WSDL reference to my existing web app as ...Answered | 22 Replies | 32621 Views | Created by SharePointGuy123 - Wednesday, November 24, 2010 1:55 AM | Last reply by Elavarasan Dhayalan - Friday, April 4, 2014 12:00 PM -
0 Votes
Serialize Web Service SOAP Response Msg into XML.
You could get the 50 values with a single class to the service.Answered | 1 Replies | 5114 Views | Created by FerrociouslyVM - Monday, August 10, 2009 3:34 PM | Last reply by Amadeo Casas - MSFT - Tuesday, August 11, 2009 3:35 PM -
0 Votes
How to capture web service response without an orchestration
1) Add Proxy reference to your web service so that you will get the proxy schema for consumed service (promote required fields of ...Answered | 6 Replies | 1248 Views | Created by Santona - Wednesday, May 9, 2018 10:38 AM | Last reply by Peter Lykkegaard - Wednesday, June 13, 2018 11:45 AM -
0 Votes
How to access a SOAP service from Windows Store App using WinJS.xhr?
Hi RG2408, From the code you provided, I find that you hasn't specified the "type" for the WinJS.xhr request.Answered | 1 Replies | 2727 Views | Created by RG2408 - Saturday, May 4, 2013 6:14 PM | Last reply by Steven Cheng - MSFT - Monday, May 6, 2013 1:38 AM -
8 Votes
Calling C# webservice from Visual C++ 6 using SOAP
I have included the web service in my project using the Add Web reference option.Answered | 9 Replies | 17572 Views | Created by Arslan.Ahmed - Saturday, August 19, 2006 2:25 PM | Last reply by Mateus Caires - Tuesday, August 16, 2011 8:40 PM -
1 Votes
Catching XML request and response from web service
This thread is a year old lol, I figured out that I can use a program called SoapUI to mimic sending and receiving soap, Been using it ever since.Answered | 5 Replies | 15016 Views | Created by Daten - Friday, January 28, 2011 11:57 AM | Last reply by Daten - Wednesday, November 23, 2011 8:47 AM - Items 1 to 20 of 3347547 Next ›
No announcements