Hi Joe, Thanks for your response. That was a sample WSDL.
The actual WSDL is https://lclstore-dev.tivolilive.com/meaweb_g3gd/wsdl/LCLREMEDY_LCLSRTEST1.wsdlIt needs to be authenticated. Not sure whether I can publish the ID/password here. I have done both input and output mappings. Remedy is also generating the XML file. If I run the XML in a SOAP editor it works well. Only from Remedy it is not working. The below is the log captured in arjavaplugin.log <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:CreateLCLSRTEST baseLanguage="" creationDateTime="" maximoVersion="" messageID="" transLanguage="EN" xmlns:ns0="http://www.ibm.com/maximo"> <ns0:LCLSRTESTSet> <ns0:SR action="" deleteForInsert="" relationship="" transLanguage="EN"> <ns0:MAXINTERRORMSG/> <ns0:CLASS changed="" maxvalue="">SR</ns0:CLASS> <ns0:DESCRIPTION changed="">SCCD</ns0:DESCRIPTION> <ns0:TICKETID changed="">3013</ns0:TICKETID> </ns0:SR> </ns0:LCLSRTESTSet> </ns0:CreateLCLSRTEST></soapenv:Body></soapenv:Envelope> 2013-06-21 21:17:44,686 INFO [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>About to invoke 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>WS timeout setting = 35 sec 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>AxisFault during = 15 millisec 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapService = LCLREMEDY_LCLSRTEST1 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapMethod = CreateLCLSRTEST 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapURL = https://lclstore-dev.tivolilive.com/meaweb_g3gd/services/LCLREMEDY_LCLSRTEST1 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapNamespace = http://www.ibm.com/maximo 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapInputDocument = <?xml version="1.0" encoding="utf-8"?> <ns0:ROOT messageID="" xmlns:ns0="http://www.ibm.com/maximo" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" baseLanguage="" maximoVersion="" transLanguage="EN" creationDateTime=""> <ns0:LCLSRTESTSet> <ns0:SR action="" relationship="" transLanguage="EN" deleteForInsert=""> <ns0:MAXINTERRORMSG/> <ns0:CLASS changed="" maxvalue="">SR</ns0:CLASS> <ns0:DESCRIPTION changed="">SCCD</ns0:DESCRIPTION> <ns0:TICKETID changed="">3013</ns0:TICKETID> </ns0:SR> </ns0:LCLSRTESTSet> </ns0:ROOT> 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapOperationDoc = <?xml version="1.0" encoding="UTF-8"?> <operation bindingStyle="document" name="CreateLCLSRTEST" soapActionURI="urn:processDocument" type="create" useStyle="literal"> <arOptions> <setOptions> <type>setFirst</type> <documentType>full</documentType> </setOptions> </arOptions> <inputMapping name="CreateLCLSRTEST" namespace="http://www.ibm.com/maximo" topLevelElement="CreateLCLSRTEST"/> <outputMapping name="CreateLCLSRTESTResponse" namespace="http://www.ibm.com/maximo" topLevelElement="CreateLCLSRTESTResponse"/> </operation> 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapAction = urn:processDocument 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>soapMethod = CreateLCLSRTEST 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? 2013-06-21 21:17:44,701 DEBUG [pool-2-thread-22] com.bmc.arsys.utils.CatalogReader (?:?) - getMessage(9130,null,Message not in catalog; Message number = 9130,en_CA) 2013-06-21 21:17:44,701 ERROR [pool-2-thread-22] com.bmc.arsys.pluginsvr.plugins.ARFilterAPIPluginRepository (?:?) - ARFilterApiCall FAILs in plugin: ARSYS.ARF.WEBSERVICE ERROR (9130): Error encountered while executing a Web Service; ; nested exception is: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The below webservice consumption works well in the same Remedy environment. <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:GetGeoLocation xmlns:ns0="http://www.serviceobjects.com/"> <ns0:Address>9500 Amberglen Blvd</ns0:Address> <ns0:City>Austin</ns0:City> <ns0:State>Texas</ns0:State> <ns0:PostalCode>78729</ns0:PostalCode> <ns0:LicenseKey>WS34-FUO3-VND4</ns0:LicenseKey> </ns0:GetGeoLocation></soapenv:Body></soapenv:Envelope> 2013-06-21 21:17:44,202 INFO [pool-2-thread-3] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>About to invoke 2013-06-21 21:17:44,639 INFO [pool-2-thread-3] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>Finished invoking 2013-06-21 21:17:44,639 INFO [pool-2-thread-3] com.bmc.arsys.pluginsvr.plugins.ARPluginContext (?:?) - <ARSYS.ARF.WEBSERVICE>Output Envelope = <soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema"><soap:Body><GetGeoLocationResponse xmlns=" http://www.serviceobjects.com/ "><GetGeoLocationResult><Latitude>30.472039</Latitude><Longitude>-97.775017</Longitude><Zip>78729-1102</Zip><Tract>0204.09</Tract><Block>1008</Block><Level>S</Level></GetGeoLocationResult></GetGeoLocationResponse></soap:Body></soap:Envelope> On Fri, Jun 21, 2013 at 9:30 PM, Anantha Jeyaprakash < [email protected]> wrote: > Hi Joe, > > Thanks for your response. That was a sample WSDL. > > The actual WSDL is below. > > > > On Tue, Jun 18, 2013 at 1:03 AM, Joe DeSouza <[email protected]> wrote: > >> ** >> Are you sure that is the correct WSDL URI? >> >> I tried to load on my soapUI client and I got >> Error loading [https://abcabc/wsdl]: java.lang.Exception: Failed to load >> url; https://abcabc/wsdl, 0 >> >> Looks like a bad URI to me. >> >> Or is it something that is hosted internally in your network? If this is >> the case, there is very little we can do to help you unless you furnish us >> the WSDL file with all its supporting XSD's >> >> Joe >> >> >> ------------------------------ >> *From:* Anantha Jeyaprakash <[email protected]> >> *To:* [email protected] >> *Sent:* Monday, June 17, 2013 5:03 PM >> *Subject:* >> >> ** >> >> Hello guys, >> >> I am trying to consume a https://abcabc/wsdl. I am getting the below >> error when the filter fires >> >> ARERR [9130] Error encountered while executing a Web Service : ; nested >> exception is: javax.net.ssl.SSLException: Unrecognized SSL message, >> plaintext connection? >> >> Does AR Server 7.5 patch 8 support SSL. Has any one integrated SSL >> integration. >> -- >> Cheers, >> Ananth >> _ARSlist: "Where the Answers Are" and have been for 20 years_ > > > > > -- > Cheers, > Ananth > -- Cheers, Ananth _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

