Re: Consuming webservice in 7,1

2014-02-26 Thread Atul Vohra





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 
Subject: Re: Consuming webservice in 7,1

From: a...@protechsoftwareinc.com

Date: Tue, February 25, 2014 1:27 pm

To: arslist arslist@ARSLIST.ORG

--









 WHat version should be fine?



  Original Message 



 Subject: Re: Consuming webservice in 7,1





From: Grooms, Frederick W frederick.w.gro...@xo.com



 Date: Tue, February 25, 2014 9:40 am



 To: arslist@ARSLIST.ORG



 --







 Irsquo;m not sure if the 7.1 Admin tool supports Java 1.7







 Fred

















From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra



 Sent: Tuesday, February 25, 2014 4:35 AM



 To: arslist@ARSLIST.ORG



 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 ndash; 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







___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


gateway_Virtela.wsdl
Description: Binary data


Re: Consuming webservice in 7,1

2014-02-26 Thread Grooms, Frederick W
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:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra
Sent: Wednesday, February 26, 2014 4:44 PM
To: arslist@ARSLIST.ORG
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:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra
Sent: Tuesday, February 25, 2014 12:28 PM
To: arslist@ARSLIST.ORG
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: arslist@ARSLIST.ORG
--

 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:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra
 Sent: Tuesday, February 25, 2014 4:35 AM
 To: arslist@ARSLIST.ORG
 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


Re: Consuming webservice in 7,1

2014-02-26 Thread Atul Vohra





Hi Fred,
Appreciate your response. I had not noticed the - in the file (that was 
provided to me by the developer of the web service). Any ways, I replaced - 
with  but am still getting the same error when trying to load it in the 
filter v7.1
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.
Have attached the modified WSDL .
 
Again appreciate your help.
 
 Original Message 

Subject: Re: Consuming webservice in 7,1

From: Grooms, Frederick W frederick.w.gro...@xo.com

Date: Wed, February 26, 2014 6:18 pm

To: arslist@ARSLIST.ORG

--



 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:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra

 Sent: Wednesday, February 26, 2014 4:44 PM

 To: arslist@ARSLIST.ORG

 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:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra

 Sent: Tuesday, February 25, 2014 12:28 PM

 To: arslist@ARSLIST.ORG

 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: arslist@ARSLIST.ORG

 --



 Irsquo;m not sure if the 7.1 Admin tool supports Java 1.7



 Fred





 -Original Message-



From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra

 Sent: Tuesday, February 25, 2014 4:35 AM

 To: arslist@ARSLIST.ORG

 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 ndash; 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



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


gateway_Virtela_Mod.wsdl

Consuming webservice in 7,1

2014-02-25 Thread Atul Vohra



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 ndash; 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

Re: Consuming webservice in 7,1

2014-02-25 Thread Neha Khandelwal
Hi Atul,

Do you have webservice file stored at location C:\Program Files\AR
System\Admin\ns1.xsd on your machine?

Regards
Neha


On Tue, Feb 25, 2014 at 4:05 PM, Atul Vohra a...@protechsoftwareinc.comwrote:

 **

 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.


 _ARSlist: Where the Answers Are and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Consuming webservice in 7,1

2014-02-25 Thread Vyom Labs Support
Hi Atul,

If the WSDL is accessible from SOAP UI and web browser then it 
should be accessible from Filter as well. Can you share the screenshots? And 
also I believe you are using the same link.

 

--

Regards,

ITSM Support

 

Vyom Labs Pvt. Ltd.

BSM Solutions  Services || ITIL Consulting  Training

Email:  
http://ars-action-request-system.1093659.n2.nabble.com/user/SendEmail.jtp?type=nodenode=7583733i=0
 [hidden email]  || Web Site:  http://www.vyomlabs.com www.vyomlabs.com 
Follow Vyom Labs  http://twitter.com/#%21/vyomlabs 
http://twitter.com/#!/vyomlabs ||  http://www.linkedin.com/company/vyom-labs 
http://www.linkedin.com/company/vyom-labs

 

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra
Sent: Tuesday, February 25, 2014 4:24 PM
To: arslist@ARSLIST.ORG
Subject: Re: Consuming webservice in 7,1

 

** 

Hi Neha,

I don't. It should not be looking for the xsd there as it should be self 
contained in the wsdl. Also it works in Soap UI.

 Original Message 
Subject: Re: Consuming webservice in 7,1
From: Neha Khandelwal jbpn...@gmail.com
Date: Tue, February 25, 2014 5:38 am
To: arslist@ARSLIST.ORG
--

 Hi Atul,

 Do you have webservice file stored at location C:\Program Files\AR
 System\Admin\ns1.xsd on your machine?

 Regards
 Neha


 On Tue, Feb 25, 2014 at 4:05 PM, Atul Vohra 
 a...@protechsoftwareinc.comwrote:

 **

 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.


 _ARSlist: Where the Answers Are and have been for 20 years_

 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 Where the Answers Are, and have been for 20 years


_ARSlist: Where the Answers Are and have been for 20 years_


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Consuming webservice in 7,1

2014-02-25 Thread Brittain, Mark
Could it be a mismatch between the Java version on the laptop and the AR 
server? What are the versions on each?

Mark

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W
Sent: Tuesday, February 25, 2014 9:40 AM
To: arslist@ARSLIST.ORG
Subject: Re: Consuming webservice in 7,1

**
I’m not sure if the 7.1 Admin tool supports Java 1.7

Fred


From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra
Sent: Tuesday, February 25, 2014 4:35 AM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
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.




_ARSlist: Where the Answers Are and have been for 20 years_


This E-mail and any of its attachments may contain Time Warner Cable 
proprietary information, which is privileged, confidential, or subject to 
copyright belonging to Time Warner Cable. This E-mail is intended solely for 
the use of the individual or entity to which it is addressed. If you are not 
the intended recipient of this E-mail, you are hereby notified that any 
dissemination, distribution, copying, or action taken in relation to the 
contents of and attachments to this E-mail is strictly prohibited and may be 
unlawful. If you have received this E-mail in error, please notify the sender 
immediately and permanently delete the original and any copy of this E-mail and 
any printout.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Consuming webservice in 7,1

2014-02-25 Thread Atul Vohra



WHat version should be fine?

 Original Message 

Subject: Re: Consuming webservice in 7,1

From: Grooms, Frederick W frederick.w.gro...@xo.com

Date: Tue, February 25, 2014 9:40 am

To: arslist@ARSLIST.ORG

--



 Irsquo;m not sure if the 7.1 Admin tool supports Java 1.7



 Fred







From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Atul Vohra

 Sent: Tuesday, February 25, 2014 4:35 AM

 To: arslist@ARSLIST.ORG

 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 ndash; 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



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years