Avatar of amazon4life
amazon4life
 asked on

API Soap Calls

I need to gather the SOAP calls for an API.  What would be the quickest option to gather this information?
SOAP ProtocolWeb DevelopmentWeb Languages and StandardsXMLWeb Services

Avatar of undefined
Last Comment
Theo Kouwenhoven

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Rob

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
aikimark

There should be a WSDL file somewhere that specifies the calls and returns
Theo Kouwenhoven

Hi  amazon4life,

If you have the WSDL, you can use the SoapUI test tool.
Just add the wsdl and you will see all functions and parameters.

But, it's possible that the provided functions are containing a general <Data> element or an <any>,
in that cast you still need to get info from the Api host.
Theo Kouwenhoven

Hi  amazon4life,

Already clear what you need?
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck