typically you use some sort of framework to parse ...
# suitetalkapi
b
typically you use some sort of framework to parse and generate the xml into the objects that your chosen programming language uses
a
Is there a recommended Javascript framework that I could use? If not, I have no problem building something to fit our needs. I'm just having a hard time determining how the SOAP payload for getting all Custom Item Fields would look like.
b
ive generally found its not nice enough to start out with
soap only makes sense if the tooling generates the xml and sends it for you
otherwise its complex
a
I see. So in general, I wouldn't be creating those payloads manually?
b
its not impossible, but it largely defeats the intentions behind how structured soap is
a
I see. I'll take a look at this library and I'll let you know how it goes. Thanks!
b
at best, i usually see using something like using soap-ui to generate a working request and then copying that in your code
a
Thats kind of where I was at
Just didn't know how that request was supposed to look like
b
Soap ui usually can generate you the request