#133825 - 03/20/06 10:11 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
old hand
Registered: 06/12/01
Posts: 930
|
The error description of error 9329 is
When extracting the details about the web service request from the input document, this error message is returned due to the wrong format of the namespace. The location must include the server and the webService parameters.
I think his client is dying on the & in the url (I've seen that happen coming from a JBoss server before). His client may have to reference the Service url with & instead of just the &
Fred
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Christopher Gillman Sent: Monday, March 20, 2006 3:55 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
I've been able to construct a WSDL that grabs just the one field, however, the client is not able to consume it properly they responded with the following, and the particular error isn't in the KB anywhere. Does anyone have any suggestions?
Chris,
I am getting the following error message when invoking the web service.
calling http://hlpweb2t.devry.edu/arsys/services/ARService?server=hlpapp1t&webSe rvice=TestValidateSSO
javax.xml.rpc.soap.SOAPFaultException: ARERR [9329] The location does not have the required parameter server or webService
One step ahead of IT. In step with your business.
Christopher Gillman Consultant generationE Technologies 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 christopher.gillman@generationetech.com AIM: usafairmang1 tel: fax: mobile: 847-824-6712 847-824-6722 847-902-2972
Add me to your address book... Want a signature like this?
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133826 - 03/20/06 10:13 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
newbie
Registered: 03/06/06
Posts: 24
|
Yes,
Actually I already found the issue. the darn WSDL was removed from the Mid-Tier for whatever reason. very strange, I've re-created it, seems to be ok now.
One step ahead of IT. In step with your business.
Christopher Gillman Consultant
generationE Technologies Brook%2C+IL+60523&country=us> 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523
christopher.gillman@generationetech.com AIM: usafairmang1
tel: fax: mobile:
847-824-6712 847-824-6722 847-902-2972
Add me to your address book...
Want a signature like this?
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of McKenzie, James J C-E LCMC HQISEC/L3 Sent: Monday, March 20, 2006 3:58 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
Christopher:
Are you running a Mid-Tier server against the Remedy server? You need this in order to consume a web service.
James McKenzie
-----Original Message----- From: Action Request System discussion list(ARSList)
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.o
|
|
Top
|
|
|
|
|
#133827 - 03/20/06 06:54 PM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
enthusiast
Registered: 03/10/05
Posts: 2371
|
XMLSpy is a very handy tool to work with xml and related technology. http://www.altova.com/ -- Jarl On 3/20/06, Mauro Pedone wrote: > > ** > Christopher > > I don't know if there is a remedy tool to do this. > I write an xsd file by hand and it works well > > example xsd: > > > > > > > > targetNamespace="http://www.w3schools.com " > > xmlns="http://www.w3schools.com " > > elementFormDefault="qualified"> > > > > > > > > > > > > > > > > > > > > > > 2006/3/20, Christopher Gillman : > > ** > > > > > > Mauro, > > > > > > > > I'm not exactly sure how to create and xsd xml schema document, I thought Remedy was supossed to do this for you ? > > > > > > > > v/r > > > > > > > > > > > > > > > > > > > > > > > > > >
> > > > From: Action Request System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] On Behalf Of Mauro Pedone > > Sent: Monday, March 20, 2006 10:53 AM > > To: arslist@ARSLIST.ORG > > Subject: Re: Publishing a Web Service to create new request > > > > > > > > ** > > > > > > Hi Christoper > > > > > > you can create a simple xml schema document (xsd) to map only 1 or more field. > > > > > > when create the web service import the xsd file. > > > > > > For the authentication you can set the anonimus user in the mid-tier config. > > > > > > Bye > > > > > > Mauro > > > > > > > > > > 2006/3/20, Christopher Gillman < christopher.gillman@generationetech.com>: > > > > ** > > > > > > > > 20060125This posting was submitted with HTML in it > > 20060125This posting was submitted with HTML in it
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133828 - 03/21/06 04:06 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
newbie
Registered: 03/06/06
Posts: 24
|
Fred or anyone else who might know, I've instructed the client to try what you've suggested below. I do have a question though in regards to this. I've setup the mid-tier that the WSDL is residing on to use an anonymous username/password for authentication. The link is the following: http:// /arsys/WSDL/public//TestValidateSSO
Where = our MidTier and = our AR Server
Even though I've got the anonymous authentication setup on the Mid-Tier, do I still need to instruct the client to map any of the authentication fields? Currently he is only mapping the one field I am trying to get information on.
v/r
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Monday, March 20, 2006 4:11 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
The error description of error 9329 is
When extracting the details about the web service request from the input document, this error message is returned due to the wrong format of the namespace. The location must include the server and the webService parameters.
I think his client is dying on the & in the url (I've seen that happen coming from a JBoss server before). His client may have to reference the Service url with & instead of just the &
Fred
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133829 - 03/21/06 04:45 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
newbie
Registered: 03/06/06
Posts: 24
|
I also noticed something else,
The actual WSDL link works... and I can see the XML in Internet Explorer, however, down at the bottom of the WSDL where the "soap:address location =
http://hlpweb2t/arsys/services/ARService?server=hlpapp1t&webService=TestVali dateSSO
Shouldn't this come up in Internet Explorer as well? Because it gives me a "page not found..." error.
Ideas?
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Monday, March 20, 2006 4:11 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
The error description of error 9329 is
When extracting the details about the web service request from the input document, this error message is returned due to the wrong format of the namespace. The location must include the server and the webService parameters.
I think his client is dying on the & in the url (I've seen that happen coming from a JBoss server before). His client may have to reference the Service url with & instead of just the &
Fred
T.org
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133830 - 03/21/06 07:02 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
old hand
Registered: 06/12/01
Posts: 930
|
Web services use a Post action while normal web browsing uses a Get action. When I hit one of my web services in IE I receive the following:
AXIS error: invoking via GET No method!
It almost sounds like your Mid-Tier is not working correctly. I notice in your earlier posts that in some places you use the FQDN of the server hlpweb2t.devry.edu and in others you use just hlpweb2t.
Does the Mid-Tier respond to both names?
Fred
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Christopher Gillman Sent: Tuesday, March 21, 2006 10:46 AM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
I also noticed something else,
The actual WSDL link works... and I can see the XML in Internet Explorer, however, down at the bottom of the WSDL where the "soap:address location =
http://hlpweb2t/arsys/services/ARService?server=hlpapp1t&webService=Test ValidateSSO
Shouldn't this come up in Internet Explorer as well? Because it gives me a "page not found..." error.
Ideas?
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Monday, March 20, 2006 4:11 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
The error description of error 9329 is
When extracting the details about the web service request from the input document, this error message is returned due to the wrong format of the namespace. The location must include the server and the webService parameters.
I think his client is dying on the & in the url (I've seen that happen coming from a JBoss server before). His client may have to reference the Service url with & instead of just the &
Fred
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133831 - 03/21/06 07:09 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
newbie
Registered: 03/06/06
Posts: 24
|
Fred,
Both will resolve, I've been using the fully qualified path, but both will work. What I'm getting at is that the Soap ADDRESS location isn't even publishing... I should at least get some kind AXIS page, and not a 404 not found page. That's the reason I also get the java lang error: ARERR [9130] An exception occurred from the WebService class : ; nested exception is: java.net.UnknownHostException: hlpweb2t.devry.edu
Because the SOAP Address location isn't accessible anywhere. So I'm wondering what the problem is, and why it isn't storing anywhere on the server.
v/r
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Tuesday, March 21, 2006 1:02 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
Web services use a Post action while normal web browsing uses a Get action. When I hit one of my web services in IE I receive the following:
AXIS error: invoking via GET No method!
It almost sounds like your Mid-Tier is not working correctly. I notice in your earlier posts that in some places you use the FQDN of the server hlpweb2t.devry.edu and in others you use just hlpweb2t.
Does the Mid-Tier respond to both names?
Fred
LIST.org
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133832 - 03/21/06 07:16 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
old hand
Registered: 06/12/01
Posts: 930
|
What happens if you hit with IE: http://hlpweb2t/arsys/services/ARService
Whe I hit my Mid-Tier like this I receive: ARService Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here...
Fred
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Christopher Gillman Sent: Tuesday, March 21, 2006 1:09 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
Fred,
Both will resolve, I've been using the fully qualified path, but both will work. What I'm getting at is that the Soap ADDRESS location isn't even publishing... I should at least get some kind AXIS page, and not a 404 not found page. That's the reason I also get the java lang error: ARERR [9130] An exception occurred from the WebService class : ; nested exception is: java.net.UnknownHostException: hlpweb2t.devry.edu
Because the SOAP Address location isn't accessible anywhere. So I'm wondering what the problem is, and why it isn't storing anywhere on the server.
v/r
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133833 - 03/21/06 07:23 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
newbie
Registered: 03/06/06
Posts: 24
|
I get the same thing there Fred...
However, If I go here: http://hlpweb2t.devry.edu/arsys/services
I get the following:
And now... Some Services AdminService (wsdl) AdminService Version (wsdl) getVersion ARService (wsdl) processRequest
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Tuesday, March 21, 2006 1:17 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
What happens if you hit with IE: http://hlpweb2t/arsys/services/ARService
Whe I hit my Mid-Tier like this I receive: ARService Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here...
Fred
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
|
|
Top
|
|
|
|
|
#133834 - 03/21/06 07:30 AM
Re: Publishing a Web Service to create new request
[Re: craig_c_price]
|
journeyman
Registered: 03/14/06
Posts: 133
|
**
Chris:
This appears to be the basic services, but the wsdl is very intersting from the AdminService.
James McKenzie
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]On Behalf Of Christopher Gillman Sent: Tuesday, March 21, 2006 12:23 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
I get the same thing there Fred...
However, If I go here: http://hlpweb2t.devry.edu/arsys/services
I get the following:
And now... Some Services AdminService (wsdl) AdminService Version (wsdl) getVersion ARService (wsdl) processRequest
------------------------------------ generationE Technologies Christopher Gillman Consultant christopher.gillman@generationetech.com 2607 W. 22nd Street Suite 47 Oak Brook, IL 60523 tel: 847-824-6712 fax: 847-824-6722 mobile: 847-902-2972 AIM: usafairmang1 ------------------------------------
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Tuesday, March 21, 2006 1:17 PM To: arslist@ARSLIST.ORG Subject: Re: Publishing a Web Service to create new request
What happens if you hit with IE: http://hlpweb2t/arsys/services/ARService
Whe I hit my Mid-Tier like this I receive: ARService Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here...
Fred
UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
20060125This posting was submitted with HTML in it
|
|
Top
|
|
|
|
|
|
|