It is not the complex type that is causing the issue. I believe it is the fact it is an invalid WSDL. Looking thru your attachment I see <wsdl:types>-<xs:schema
It looks like you copied it from a web browser and it left in the 1st column of +- characters. Open it in Notepad and replace the >-< occurrences with >< Once I did that it loaded fine Yes you can edit a WSDL Fred -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Atul Vohra Sent: Wednesday, February 26, 2014 4:44 PM To: [email protected] Subject: Re: Consuming webservice in 7,1 ** After downgrading to java 1.5 am not getting the ns1.xsd error but am getting the following: Failure to parse the contents. Please contact support (ARERR 7019) Given wsdl could not be parsed either because it is complex or system does not support it. It does have complex type. Can the wsdl be modified without affecting the integration? -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Atul Vohra Sent: Tuesday, February 25, 2014 12:28 PM To: [email protected] Subject: Re: Consuming webservice in 7,1 ** WHat version should be fine? -----Original Message----- Subject: Re: Consuming webservice in 7,1 From: "Grooms, Frederick W" Date: Tue, February 25, 2014 9:40 am To: [email protected] -------------------------------------------------------------------------- > I’m not sure if the 7.1 Admin tool supports Java 1.7 > > Fred > > -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Atul Vohra > Sent: Tuesday, February 25, 2014 4:35 AM > To: [email protected] > Subject: Consuming webservice in 7,1 > ** > > Hi, > > I am new on a project that uses ARS v7.1 (yes) and has web service > integration. There is a filter that consumes this web service and now I am > suppose to create another filter to consume another web service. > > I am having issues with Remedy Admin Tool (filter) not able to load any web > service. I see that there is a filter to consume this web service but when I > try to load it in the filter on my laptop I get the following error: > > ERROR: URI not found ns1.xsd > > > Additional Details: > > C:\Program Files\AR System\Admin\ns1.xsd (The system cannot find the file > specified) > com.bmc.arsys.ws.util.ARWSException: URI not found ns1.xsd > at com.bmc.arsys.ws.util.WsdlUtil.newDocument(WsdlUtil.java:213) > at com.bmc.arsys.ws.util.WsdlUtil.newDocument(WsdlUtil.java:232) > at > com.bmc.arsys.ws.wsdl.XMLSchemaParser.extractFormDefaultValues(XMLSchemaParser.java:231) > at > com.bmc.arsys.ws.wsdl.XMLSchemaParser.extractFormDefaultValues(XMLSchemaParser.java:278) > at > com.bmc.arsys.ws.wsdl.XMLSchemaParser.parseXMLSchema(XMLSchemaParser.java:295) > at com.bmc.arsys.ws.wsdl.XMLSchemaParser.<init>(XMLSchemaParser.java:121) > at com.bmc.arsys.ws.wsdl.WsdlParser.createMappingDoc(WsdlParser.java:179) > at com.bmc.arsys.ws.wsdl.WsdlParser.parseWsdl(WsdlParser.java:121) > at > com.bmc.arsys.ws.util.WsdlAdminInterface.parseWsdl(WsdlAdminInterface.java:399) > at > com.bmc.arsys.ws.util.WsdlAdminInterface.parseWSDLIntoMappingString(WsdlAdminInterface.java:198) > > > This obviously worked for whomsoever that created the filter as there are > mappings (input/output) but not sure what is needed to be done on my laptop > (and remedy admin tool). The error is not related a certificate (as my java > keystore has the certificates). > > I was hoping that someone would remember this – as this is v7.1, I am not > sure how much BMC will help. > > > My laptop has jre 1.7. > > Thanks. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

