I have been tasked with interegrating the web services provided by Authorize.net into our current application. As part of starting this process, I am attempting to create a project in SoapUI 5.4.0, but when I point it to the site https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd, I get the following error.
WSDLException (at /xs:schema): faultCode=INVALID_WSDL: Expected element '{http://schemas.xmlsoap.org/wsdl/}definitions'.
I have also had issues with accessing the WSDL using other tools.
Can anyone provide any suggestion as to how I can access the WSDL using SoapUI 5.4.0?
Thank you
01-10-2019 11:55 AM
Hello @smsinc123
SOAP is deprecated and we do not recommend creating new integrations. See our Upgrade Guide for more details:
https://developer.authorize.net/api/upgrade_guide/
Richard
01-10-2019 04:01 PM