Hello good morning, does anybody know suitetalk SO...
# suitetalkapi
w
Hello good morning, does anybody know suitetalk SOAP and have an example of XML structure to do a search?
👍 1
m
Untitled
Untitled
b
soap is a very formal protocol which specifies the schema for requests and responses though a wsdl. Its very likely you are doing things the hard way if you aren't using a framework like Apache Axis to build your application
w
can you explain me better about the apache axis?
b
its a framework that turns java code into web services
takes a wsdl, and generates java classes that are used to send and receive soap
there are usually equivalents for your favored programming language
w
Can you send me documentation? , to go reviewing
b
google it