i have a requirement to convert different kinds of services like soap based services, wcf xml services,web services that is currently running in silverlight app. so conversion we have use angular as front end and server side currently don't do a modification.
In this case, question have is
is it possible to consume different structures of xml services like soap, asmx ,web services in angular directly. or need to deserialize in angular.
Note : currently we don't modify existing services responses,because the client already using existing app.for time consumption,have only change the business logic in angular.
Or else we need to write any webapi or wrapper to consume the service and to convert to json and host it in server to consume json,
is there any other techniques ? suggestions are more appreciated