Re: [U2] accessing subrotines via IBM u2 Web Services Developer

2009-11-20 Thread icePhalanx

Turning off connection pooling worked a treat, thanks Michael.

Just in addition to this, I found that on the Unidata 7.1A client that the
check box for toggling connection pooling is missing, but it is there on
Unidata 7.1B client.  That had me foxed for a while just in case anyone else
is experiencing the same issue.



Michael Rajkowski wrote:
 
 Rich,
 
 First thing I would check is that your SOAP Service is not set to use
 connection pooling (check this by looking at the properties).
 
 Note that turning this off is a must, if you do not have connection
 pooling licenses on your system.
 
 While you are in the properties screen I would recommend that you turn on
 the Debug logging.
 
 Start the server again, and try your request again.
 
 If it does not work, look at the log, it should provide you with some
 additional information.
 
 Michael Rajkowski
 SWG Client Support - Information Management Software
 Software Engineer ? IBM U2 Client Support Team
 1-800-729-3553
 mraj...@us.ibm.com
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 Rich Unsworth ri...@rell.com
 Sent by: owner-u2-us...@listserver.u2ug.org
 02/18/2009 02:52 PM
 Please respond to
 u2-users@listserver.u2ug.org
 
 
 To
 u2-users@listserver.u2ug.org
 cc
 
 Subject
 [U2] accessing subrotines via IBM u2 Web Services Developer
 
 
 
 
 
 
 I am trying to use the web services developer gui with a trial version
 of universe 10.2 to access a subroutine or, just run a query against a
 test database and return data to a web page.
 
 
 
 My setup is as follows:
 
 
 
 Universe 10.2 running on an ibm p-series machine running aix 5.3 mu06
 
 Web services developer tool installed on a windows 2003 server and on a
 windows xp laptop (trying the process in two different locations)
 
 Soap server setup on box the 2003 server and the laptop using the SOAP
 setup via the web services developer program.
 
 
 
 I have followed the documentation for setting up access to the
 subroutine that allows you to input a customer number and return the
 data (this is the example that's in the universe documentation).
 
 
 
 I cannot get this to work. There is connectivity to the database, I have
 verified this using the connection test that's built into the web
 services developer software and I can see all of my test files, my test
 cataloged routines etc.
 
 
 
 After going through the example, whether it's a query or using a
 subroutine I get the following error:
 
 
 
 There is nothing to be displayed in the form view. Please switch to the
 source view for the SOAP request and response.
 
 
 
 When I view the source for the SOAP request, within the soap/xml tags it
 basically says:
 
 
 
 Exception: Internal Web Service Server Error
 
 
 
 My main question I guess is does the web services developer method allow
 you to have the web services developer software on windows, the soap
 server on windows and your universe database on an separate aix machine?
 The URL for the testing always defaults back to my local laptop or
 server when running the web service that was created. i.e.
 
 
 
 H TTP://myusername-d620.company.corp:8181/CUSTOMER
 
 
 
 Any help would be appreciated. I am trying to setup a show and tell and
 have roughly 40 days left on the trial of universe. Based on the
 effectiveness of how we can pull data determines if we upgrade to 10.2
 of universe as 10.1.14 suits our needs right now (outside of the desire
 to pull data back to web pages efficiently).
 
 
 
 Thanks in advance,
 
 Rich
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 [demime 1.01d removed an attachment of type image/gif]
 
 [demime 1.01d removed an attachment of type image/gif]
 
 [demime 1.01d removed an attachment of type image/jpeg]
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
 
 

-- 
View this message in context: 
http://old.nabble.com/accessing-subrotines-via-IBM-u2-Web-Services-Developer-tp22089565p26435979.html
Sent from the U2 - Users mailing list archive at Nabble.com.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] accessing subrotines via IBM u2 Web Services Developer

2009-02-19 Thread Michael Rajkowski
Rich,

First thing I would check is that your SOAP Service is not set to use
connection pooling (check this by looking at the properties).

Note that turning this off is a must, if you do not have connection
pooling licenses on your system.

While you are in the properties screen I would recommend that you turn on
the Debug logging.

Start the server again, and try your request again.

If it does not work, look at the log, it should provide you with some
additional information.

Michael Rajkowski
SWG Client Support - Information Management Software
Software Engineer ? IBM U2 Client Support Team
1-800-729-3553
mraj...@us.ibm.com


















Rich Unsworth ri...@rell.com
Sent by: owner-u2-us...@listserver.u2ug.org
02/18/2009 02:52 PM
Please respond to
u2-users@listserver.u2ug.org


To
u2-users@listserver.u2ug.org
cc

Subject
[U2] accessing subrotines via IBM u2 Web Services Developer






I am trying to use the web services developer gui with a trial version
of universe 10.2 to access a subroutine or, just run a query against a
test database and return data to a web page.



My setup is as follows:



Universe 10.2 running on an ibm p-series machine running aix 5.3 mu06

Web services developer tool installed on a windows 2003 server and on a
windows xp laptop (trying the process in two different locations)

Soap server setup on box the 2003 server and the laptop using the SOAP
setup via the web services developer program.



I have followed the documentation for setting up access to the
subroutine that allows you to input a customer number and return the
data (this is the example that's in the universe documentation).



I cannot get this to work. There is connectivity to the database, I have
verified this using the connection test that's built into the web
services developer software and I can see all of my test files, my test
cataloged routines etc.



After going through the example, whether it's a query or using a
subroutine I get the following error:



There is nothing to be displayed in the form view. Please switch to the
source view for the SOAP request and response.



When I view the source for the SOAP request, within the soap/xml tags it
basically says:



Exception: Internal Web Service Server Error



My main question I guess is does the web services developer method allow
you to have the web services developer software on windows, the soap
server on windows and your universe database on an separate aix machine?
The URL for the testing always defaults back to my local laptop or
server when running the web service that was created. i.e.



H TTP://myusername-d620.company.corp:8181/CUSTOMER



Any help would be appreciated. I am trying to setup a show and tell and
have roughly 40 days left on the trial of universe. Based on the
effectiveness of how we can pull data determines if we upgrade to 10.2
of universe as 10.1.14 suits our needs right now (outside of the desire
to pull data back to web pages efficiently).



Thanks in advance,

Rich
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

[demime 1.01d removed an attachment of type image/gif]

[demime 1.01d removed an attachment of type image/gif]

[demime 1.01d removed an attachment of type image/jpeg]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/