About
Pricing
Community
Teams
Start Free Trial
Log in
Larry Brister
asked on
1/31/2022
COnvert SOAP API to REST API
I have a SOAP Web Service
How do I convert it tto a REST service
REST
WCF
ASP.NET
3
1
Last Comment
Larry Brister
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
lenamtl
1/31/2022
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
David Favor
1/31/2022
Agreeing with @lenamtl, they're 2x different beasts.
As I commented in your 1st question, I'd just rewrite the entire codebase using an asynchronous API return design pattern.
Larry Brister
2/15/2022
ASKER
Sorry for the delay guys... I was out of town for a bit
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
As I commented in your 1st question, I'd just rewrite the entire codebase using an asynchronous API return design pattern.