How does Dart leverage SOAP requests?
问题 I was looking up how to do SOAP requests within Dart. When looking at HTTPRequest it really only mentions RESTful services and wanted to make sure that this can be done. Right now, I have my server, username, and password. Trying to get a successful authentication via the service, so that way I have an auth token i can pass when doing subsequent calls. It seems for example in .NET, it does the following and then stores the credential in a server side session variable which I was using as a