No announcements
Found 1838832 threads
-
1 Votes
Restful JSON to SOAP XML
Try to use the REST Start Kit for BizTalk to consume resful service if you want to know how to use it then refer to the section Consuming REST services ...Answered | 1 Replies | 2970 Views | Created by Martian1234 - Monday, July 23, 2012 10:17 PM | Last reply by Rohit.Sharma - Tuesday, July 24, 2012 3:56 AM -
0 Votes
Best way to consume REST service
For REST service, it provides a generic way for WCF service consuming which doesn't rely on the SOAP.Answered | 3 Replies | 15953 Views | Created by brjo100 - Friday, October 1, 2010 3:54 PM | Last reply by videstra - Tuesday, August 30, 2016 3:52 PM -
0 Votes
How to consume REST API in c#
Consume API Restful Service with C#Answered | 5 Replies | 23584 Views | Created by Sunil404 - Tuesday, January 5, 2016 12:07 PM | Last reply by MelbourneDeveloper - Thursday, January 23, 2020 9:10 AM -
5 Votes
REST /SOAP interface - Client
What is different between REST / SOAP interface?Answered | 12 Replies | 1924 Views | Created by Markus Freitag - Monday, September 30, 2019 9:29 AM | Last reply by Markus Freitag - Sunday, October 6, 2019 10:20 AM -
0 Votes
REST vs SOAP/RPC?
The subscribers can only send valid requests to the SSDS service and receive responses from the service.Answered | 8 Replies | 12328 Views | Created by SPEnthusiast - Saturday, June 14, 2008 7:14 PM | Last reply by Ron Jacobs - Tuesday, June 24, 2008 10:35 PM -
1 Votes
SOAP Request response/Fault call
Refer:Answered | 2 Replies | 2168 Views | Created by Ronald Veenman - Monday, March 2, 2015 3:35 PM | Last reply by Rachit Sikroria - Monday, March 2, 2015 8:34 PM -
0 Votes
Why REST is lightweight compare to SOAP??
The following links provide useful information about WSDL vs REST including Pros and Cons A ...Answered | 2 Replies | 13823 Views | Created by GurunGuns - Friday, June 11, 2010 10:23 AM | Last reply by Mustehsan Ikram - Friday, June 11, 2010 10:45 AM -
0 Votes
wcf rest vs soap
So other system interact with WebService in a prescribed manner defined by SOAP.Answered | 2 Replies | 2370 Views | Created by Professo - Thursday, July 25, 2013 4:11 AM | Last reply by Amy Peng - Friday, July 26, 2013 8:28 AM -
0 Votes
Consume SOAP and sending response back as Rest in C#
API in a C# Managed ...Proposed | 1 Replies | 3130 Views | Created by Milind Saraswala - Friday, April 28, 2017 5:56 AM | Last reply by Dennis Guo - Monday, May 1, 2017 3:14 AM -
0 Votes
Consume SOAP and sending response back as Rest in C#
you are building a REST-SOAP adapter service.Unanswered | 3 Replies | 1637 Views | Created by Anonymous - Friday, April 28, 2017 5:54 AM | Last reply by Anonymous - Friday, April 28, 2017 10:38 AM -
3 Votes
Consume REST webservice in visual Studio in C#
Hi, The REST service is not providing standard WSDL metadata since restful service is not SOAP oriented.Answered | 3 Replies | 74012 Views | Created by sammie_cl - Thursday, March 28, 2013 2:51 PM | Last reply by MelbourneDeveloper - Sunday, August 14, 2016 8:53 AM -
2 Votes
how to terminate the instance and send back the response in biztalk
Please see How to return soapfault to consumer Hope that helps..Answered | 9 Replies | 1767 Views | Created by Rajeshwari ML - Thursday, October 13, 2016 6:31 AM | Last reply by Mandar Dharmadhikari - Thursday, October 20, 2016 8:06 AM -
2 Votes
How to check if a web-service using the soap or rest?
i mean my web service no longer support the soap service. but when i added services reference, i consume it just like before. it means now I'm using ...Answered | 3 Replies | 14483 Views | Created by Bouki - Thursday, June 25, 2015 12:48 PM | Last reply by Edwin Guru Singh - Thursday, July 9, 2015 7:34 AM -
2 Votes
BizTalk 2K13 consuming RESTful Service
On the schema front all I did was to manually create the request / response schema to match the Service contract and used the WCF-WebHttp Adapter on the Send side ...Answered | 3 Replies | 1329 Views | Created by Amit Shukla MSFT - Thursday, May 8, 2014 5:19 PM | Last reply by Amit Shukla MSFT - Wednesday, June 25, 2014 4:36 PM -
1 Votes
C# consuming a wcf request in a restful way
SOAP and REST are separate, we cannot build a REST service which uses the SOAP protocol: http://stackoverflow.com/a/15127614Answered | 10 Replies | 1449 Views | Created by BillCrawley - Friday, November 6, 2015 3:14 PM | Last reply by GalleryIsUsed - Monday, November 16, 2015 1:49 AM -
2 Votes
How to consume a rest Api in BizTalk?
Hi Nidhin, When you consume REST endpoint in BizTalk the out of box exception handling is very poor so please refer the below article for handling exceptions ...Answered | 5 Replies | 7995 Views | Created by Nidhin.K.Nambiar - Thursday, September 8, 2016 6:06 AM | Last reply by Janardhan Bikka - Thursday, September 8, 2016 9:22 PM -
0 Votes
How to remove CDATA in soap response
Are you using SOAP UI to verify your SOAP response?Answered | 2 Replies | 5808 Views | Created by sudhamca2007 - Tuesday, October 20, 2015 4:45 AM | Last reply by Lingaraj Mishra - Tuesday, October 20, 2015 10:22 AM -
0 Votes
Response from Rest WebService
You REST WebService in C# should be WCF and you password should be authentication.Answered | 4 Replies | 906 Views | Created by KBRJ - Friday, January 23, 2015 4:39 AM | Last reply by KBRJ - Tuesday, February 3, 2015 3:49 PM -
0 Votes
WCF/REST/RPC/SOAP Opinions?
I'm sorry for my slow response.Answered | 2 Replies | 1048 Views | Created by Pletzky - Thursday, November 12, 2015 6:07 PM | Last reply by Pletzky - Saturday, November 28, 2015 7:26 PM -
0 Votes
Using HTTP adapter to consume a RESTFul service - How to retrieve the response message when failure
http://social.technet.microsoft.com/wiki/contents/articles/2474.invoke-restful-web-services-with-biztalk-server-2010.aspx#ReST_BehaviorExtension FYI, If you ...Answered | 6 Replies | 1555 Views | Created by windong - Thursday, April 7, 2016 5:47 PM | Last reply by Janardhan Bikka - Friday, April 8, 2016 1:36 AM - Items 1 to 20 of 1838832 Next ›
No announcements