davidlaprade / netsuite_elixir

Elixir client for NetSuite's SuiteTalk SOAP API
6 stars 1 forks source link

Figure out SOAP library #3

Open davidlaprade opened 7 years ago

davidlaprade commented 7 years ago

It's not clear what the best way to communicate with a SOAP API is in elixir.

Reasons

Resources:

ryanwinchester commented 6 years ago

SOAP is ancient, I don't think I'd expect much development on either things you mentioned. The main question is, do they work? 😂

ryanwinchester commented 6 years ago

https://github.com/bet365/soap

davidlaprade commented 6 years ago

@ryanwinchester Sorry for the delay getting back to you. Thanks for your comments!

I wasn't able to make a SOAP request to NetSuite in elixir with the resources available to me last year. But I'm sure it's possible! If you can figure it out, I'd love to see how to do it. Feel free to post something here or open a PR. It'd be much appreciated! :)

davidlaprade commented 5 years ago

I've pinged the creator of detergentx to try to get some help on this issue: https://github.com/r-icarus/detergentex/issues/9. He may not reply, but worth trying!