Our problem seems to be accessing external web service provider. I have created a filter that successfully returned data from an internal source.
I am getting this error when trying to retrieve data from this web service: http://www.webservicex.net/airport.asmx?op=getAirportInformationByAirportCode http://www.webservicex.net/airport.asmx?WSDL Running ARS Version Version 7.6.04 SP3 Any assitance would be greatly appreciated. Thanks, Bob Based on info in the ARS Integration Guide we updated armonitor.cfg with the proxy server: "E:\Program Files (x86)\Java\jre7\bin\java" -Xmx1536m -Dhttp.proxySet=true -Dhttp.proxyHost=myproxy.xxxxx.xxxxxxxx.corp -Dhttp.proxyPort=8080 -classpath "E:\Program Files\BMC Software\ARSystem\pluginsvr;E:\Program Files\BMC Software\ARSystem\pluginsvr\arpluginsvr7604_build002.jar" From arjavaplugin.log 2013-09-11 07:15:19,064 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>input values length = 19 2013-09-11 07:15:19,064 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapOperationDoc = <?xml version="1.0" encoding="UTF-8"?> <operation bindingStyle="document" name="getAirportInformationByAirportCode" soapActionURI="http://www.webserviceX.NET/getAirportInformationByAirportCode" type="create" useStyle="literal"> <arOptions> <setOptions> <type>setFirst</type> <documentType>full</documentType> </setOptions> </arOptions> <inputMapping name="getAirportInformationByAirportCode" namespace="http://www.webserviceX.NET" topLevelElement="getAirportInformationByAirportCode"/> <outputMapping name="getAirportInformationByAirportCodeResponse" namespace="http://www.webserviceX.NET" topLevelElement="getAirportInformationByAirportCodeResponse"/> </operation> 2013-09-11 07:15:19,064 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapInputMap = <?xml version="1.0" encoding="UTF-8"?> <arDocMapping arDocVersion="11" externalSchema="" generateXsiType="false" name="getAirportInformationByAirportCode" schemaSource="imported"> <formMapping> <form distinguishingKeyId="1" foreignKeyId="1" formName="OM:WebService Test" primaryKeyId="1"/> <element all="false" dataType="ROOT" default="" maxOccurs="1" minOccurs="1" name="ROOT" targetNamespace="http://www.webserviceX.NET"> <element dataType="string" default="" form="qualified" maxOccurs="1" minOccurs="0" name="airportCode" nillable="false" targetNamespace="http://www.webserviceX.NET" xmlType="false"> <fieldMapping arFieldId="536870914" arFieldPart="" defaultAttachName=""/> </element> </element> </formMapping> </arDocMapping> 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapService = airport 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapMethod = getAirportInformationByAirportCode 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapURL = http://www.webservicex.net/airport.asmx 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapNamespace = http://www.webserviceX.NET 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapInputDocument = <?xml version="1.0" encoding="utf-8"?> <ns0:ROOT xmlns:ns0="http://www.webserviceX.NET" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns0:airportCode>CLT</ns0:airportCode> </ns0:ROOT> 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapAction = http://www.webserviceX.NET/getAirportInformationByAirportCode 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapMethod = getAirportInformationByAirportCode 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>policyId = null 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>URL Basic Auth User = null 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>URL Basic Auth Password = <hidden> 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>UT Password Type = null 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>WS Auth Type = null 2013-09-11 07:15:19,454 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>Number of inputs = 19 2013-09-11 07:15:19,673 WARN [pool-2-thread-5] org.apache.axis.utils.JavaUtils (JavaUtils.java:1308) - Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. 2013-09-11 07:15:19,782 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>modified soapURL = http://www.webservicex.net/airport.asmx 2013-09-11 07:15:19,782 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>set WS timeout: 35 sec 2013-09-11 07:15:19,814 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>Input Env = <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns0:getAirportInformationByAirportCode xmlns:ns0="http://www.webserviceX.NET"> <ns0:airportCode>CLT</ns0:airportCode> </ns0:getAirportInformationByAirportCode></soapenv:Body></soapenv:Envelope> 2013-09-11 07:15:19,814 INFO [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>About to invoke 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>java.net.ConnectException: Connection refused: connect 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>WS timeout setting = 35 sec 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>AxisFault during = 1078 millisec 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapService = airport 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapMethod = getAirportInformationByAirportCode 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapURL = http://www.webservicex.net/airport.asmx 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapNamespace = http://www.webserviceX.NET 2013-09-11 07:15:20,892 ERROR [pool-2-thread-5] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapInputDocument = <?xml version="1.0" encoding="utf-8"?> <ns0:ROOT xmlns:ns0="http://www.webserviceX.NET" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns0:airportCode>CLT</ns0:airportCode> </ns0:ROOT> _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

