Re: [U2] Web services at 11.x

2014-05-15 Thread Oaks, Harold
Great! Thanks! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Peter Cheney Sent: Wednesday, May 14, 2014 4:22 PM To: 'U2 Users List' Subject: Re: [U2] Web services at 11.x Found the sample code ... https

Re: [U2] Web services at 11.x

2014-05-14 Thread Symeon Breen
Both consuming web services (soap and otherwise) from within uv and serving as a web service have been in uv for years and years. Consuming is done within data basic - see the extensions manuals. Serving is done either using uniobject.net/java and creating a .net or java webservice (my

Re: [U2] Web services at 11.x

2014-05-14 Thread Peter Cheney
We've been using soap requests (UV10.3.4) to read/write data to a number of web service front ends since about this time last year. I found some sample code somewhere (either Rocket dev zone or pick wiki) to get me started. As Symeon has just mentioned, the soap and other commands in the UV

Re: [U2] Web services at 11.x

2014-05-14 Thread Peter Cheney
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Peter Cheney Sent: Thursday, 15 May 2014 08:59 To: 'U2 Users List' Subject: Re: [U2] Web services at 11.x We've been using soap requests (UV10.3.4) to read/write data to a number of web service front ends since about this time last year. I found

Re: [U2] Web services at 11.x

2014-05-13 Thread Nancy Fisher
@listserver.u2ug.org Subject: Re: [U2] Web services at 11.x https://en.wikipedia.org/wiki/Enterprise_service_bus -Original Message- From: Oaks, Harold harold.o...@clark.wa.gov To: U2 Users List (u2-users@listserver.u2ug.org) u2-users@listserver.u2ug.org Sent: Tue, May 13, 2014 10:11 am

Re: [U2] Web services at 11.x

2014-05-13 Thread Richard Lewis
We have been using a SOAP interface on 10.2 or 10.3 (I forget now which) and are now on 11.1. We have also successfully used curl to from within UV to interact with a web service on 11.1, on linux. Richard Lewis On Tue, May 13, 2014 at 11:10 AM, Oaks, Harold harold.o...@clark.wa.govwrote:

Re: [U2] Web services at 11.x

2014-05-13 Thread Wjhonson
Wget however only works to pull pages in correct? You can't actually communicate both ways. -Original Message- From: George Gallen ggal...@wyanokegroup.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Tue, May 13, 2014 10:56 am Subject: Re: [U2] Web services at 11.x We use

Re: [U2] Web services at 11.x

2014-05-13 Thread George Gallen
: Tuesday, May 13, 2014 1:53 PM To: U2 Users List Subject: Re: [U2] Web services at 11.x We have been using a SOAP interface on 10.2 or 10.3 (I forget now which) and are now on 11.1. We have also successfully used curl to from within UV to interact with a web service on 11.1, on linux. Richard Lewis

Re: [U2] Web services at 11.x

2014-05-13 Thread George Gallen
: Tuesday, May 13, 2014 1:59 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Web services at 11.x Wget however only works to pull pages in correct? You can't actually communicate both ways. -Original Message- From: George Gallen ggal...@wyanokegroup.com To: U2 Users List u2-users

Re: [U2] Web services at 11.x

2014-05-13 Thread Oaks, Harold
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Nancy Fisher Sent: Tuesday, May 13, 2014 10:33 AM To: 'U2 Users List' Subject: Re: [U2] Web services at 11.x We query outside services for information via soap. Universe 10.3. Nancy Fisher Federal Way

Re: [U2] Web services at 11.x

2014-05-13 Thread Oaks, Harold
Right, Enterprise Service Bus. Thanks. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 13, 2014 10:21 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Web services at 11.x https

Re: [U2] Web services at 11.x

2014-05-13 Thread Bill Haskett
-users@listserver.u2ug.org *Date:* 5/13/2014 11:20 AM *Subject:* Re: [U2] Web services at 11.x Right, Enterprise Service Bus. Thanks. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson Sent: Tuesday, May 13

Re: [U2] Web services at 11.x

2014-05-13 Thread Oaks, Harold
Thanks Bill. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: Tuesday, May 13, 2014 1:37 PM To: U2 Users List Subject: Re: [U2] Web services at 11.x Harold: Maybe you'd be interested in: https

Re: [U2] Web services at 11.x

2014-05-13 Thread Larry Hiscock
Consuming webservices from the outside world is relatively trivial in UV 11 (and 10.x). Look in the Basic Extensions manual for details. Larry Hiscock Western Computer Services -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org]

Re: [U2] Web Services at Universe 11.n

2013-11-05 Thread andy baum
to 1.1 HTH, Andy From: Richard Lewis rbl...@gmail.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Wednesday, 30 October 2013, 22:42 Subject: Re: [U2] Web Services at Universe 11.n Yes, as I said, I've tested with curl and it works perfectly

Re: [U2] Web Services at Universe 11.n

2013-10-31 Thread Symeon Breen
-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis Sent: 30 October 2013 22:43 To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n Yes, as I said, I've tested with curl and it works perfectly. The problem I have is not being able to clearly/cleanly see the raw text being sent

Re: [U2] Web Services at Universe 11.n

2013-10-31 Thread Richard Lewis
-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis Sent: 30 October 2013 20:03 To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n I've recently been tasked with accessing a webservice, and couldn't get a valid

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Israel, John R.
Using Redback w/ UniData here. JRI -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Oaks, Harold Sent: Wednesday, October 30, 2013 3:01 PM To: u2-users@listserver.u2ug.org Subject: [U2] Web Services at Universe

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Larry Hiscock
Look in the UniVerse Basic Extensions manual at the Simple Object Access Protocol (SOAP) chapter. Larry Hiscock Western Computer Services -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Oaks, Harold Sent: Wednesday,

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Oaks, Harold
Thanks Larry! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock Sent: Wednesday, October 30, 2013 12:16 PM To: 'U2 Users List' Subject: Re: [U2] Web Services at Universe 11.n Look in the UniVerse Basic

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Richard Lewis
I've recently been tasked with accessing a webservice, and couldn't get a valid response from the webservice. It kept not recognizing the headers that were sent, and with the maximum logging set on the uv side, it looked like everything was being sent just fine, but the webservice still failed

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Symeon Breen
The unibasic extensions have had sockets, http requests and soap (each built on the former) for many years - look it up in the manuals. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Oaks, Harold Sent: 30 October

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Symeon Breen
...@listserver.u2ug.org] On Behalf Of Richard Lewis Sent: 30 October 2013 20:03 To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n I've recently been tasked with accessing a webservice, and couldn't get a valid response from the webservice. It kept not recognizing the headers that were

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Bill Brutzman
1. We use ColdFusion... as middleware. 2. I think of UniVerse as the back-end database. 3. Consider other middleware options... ASP.net, PHP, Java, TomCat, Spring, Ruby, Node.JS...etc. 4. I suppose a browser client app doing REST could maybe be workable. 5. Although bashing the middleman has

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Daniel McGrath
We haven't built 11.23 yet. 11.2 is the next one about to come out :) As others have mentioned, U2 Basic supports HTTP/HTTPS calls as well as SOAP. More recent improvements include the UDO functions, which makes handling REST/JSON web-services at lot easier. Regards, Dan McGrath Managing

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Oaks, Harold
: Wednesday, October 30, 2013 2:25 PM To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n We haven't built 11.23 yet. 11.2 is the next one about to come out :) As others have mentioned, U2 Basic supports HTTP/HTTPS calls as well as SOAP. More recent improvements include the UDO functions

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Richard Lewis
-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis Sent: 30 October 2013 20:03 To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n I've recently been tasked with accessing a webservice, and couldn't get a valid response from the webservice. It kept not recognizing

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Richard Lewis
Dan, Where would I find documentation on the 'UDO functions'? Thanks! Richard Lewis On Wed, Oct 30, 2013 at 3:24 PM, Daniel McGrath dmcgr...@rocketsoftware.com wrote: We haven't built 11.23 yet. 11.2 is the next one about to come out :) As others have mentioned, U2 Basic supports

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Rick Nuckolls
] On Behalf Of Richard Lewis Sent: Wednesday, October 30, 2013 3:43 PM To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n Yes, as I said, I've tested with curl and it works perfectly. The problem I have is not being able to clearly/cleanly see the raw text being sent by the uv functions

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Richard Lewis
To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n Yes, as I said, I've tested with curl and it works perfectly. The problem I have is not being able to clearly/cleanly see the raw text being sent by the uv functions, in order to determine the difference in what curl sends

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Rick Nuckolls
To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n Tried that already, but thanks for the suggestion. By the way, the curl solution doesn't require that header to get a successful response. Richard Lewis On Wed, Oct 30, 2013 at 5:01 PM, Rick Nuckolls r...@lynden.com wrote: If you

Re: [U2] Web Services at Universe 11.n

2013-10-30 Thread Adrian Halid
. ___ -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis Sent: Thursday, 31 October 2013 6:43 AM To: U2 Users List Subject: Re: [U2] Web Services at Universe 11.n Yes, as I said, I've tested

Re: [U2] Web services

2009-06-09 Thread Tony G
I just went over the U2 Web Service Developer documentation carefully. This is really just a GUI wrapped around an HttpListener, forwarding requests to a completely non-SOAPish BASIC program. (Just like my web service video.) It's not a developer tool, it's a deployment tool. I thought they

Re: [U2] Web services

2009-06-08 Thread Hona, David
these are dedicated firewalls, so a little easier to do it. Regards, David -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Craig Bennett Sent: Friday, 5 June 2009 11:20 PM To: U2 Users List Subject: Re: [U2] Web

Re: [U2] Web services

2009-06-05 Thread Ross Ferris
Subject: Re: [U2] Web services I am trying to work out how to identify who the person is that is consuming a web service using the U2 web services developer. I know techniques to do it in .Net. How do ensure that a person is authorized to consume that service. What approaches have others taken

Re: [U2] Web services

2009-06-05 Thread Hona, David
-users-boun...@listserver.u2ug.org] On Behalf Of David Jordan Sent: Friday, 5 June 2009 2:50 PM To: U2 Users List Subject: Re: [U2] Web services The Web Services Developer is very quick and easy to set up a service talking to a Basic Subroutine. The only issue I have is the authorisation and why

Re: [U2] Web services

2009-06-04 Thread David Jordan
I am trying to work out how to identify who the person is that is consuming a web service using the U2 web services developer. I know techniques to do it in .Net. How do ensure that a person is authorized to consume that service. What approaches have others taken to tackle this. Regards

Re: [U2] Web services

2009-06-04 Thread Tony G
From:David Jordan I am trying to work out how to identify who the person is that is consuming a web service using the U2 web services developer. I know techniques to do it in .Net. How do ensure that a person is authorized to consume that service. What approaches have others taken

Re: [U2] Web services

2009-06-04 Thread ozemail
Hi Tony The Web Services Developer limits what can be done by programming, which takes away the ability to use facilities such as Microsoft authorization. If the consumer comes through something like excel, it limits programmatically what can be done from the client sides as well. I am seeing

Re: [U2] Web services

2009-06-04 Thread Tony G
From: David Jordan The Web Services Developer limits what can be done by programming, which takes away the ability to use facilities such as Microsoft authorization. If the consumer comes through something like excel, it limits programmatically what can be done from the client sides

Re: [U2] Web services

2009-06-04 Thread David Jordan
The Web Services Developer is very quick and easy to set up a service talking to a Basic Subroutine. The only issue I have is the authorisation and why in the past I have used .Net. I was trying to work out whether PAM/LDAP could be used as it is available with UniVerse 10.3, but there is

RE: [U2] Web Services

2009-03-13 Thread Symeon Breen
3:34:10 PM GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services It is very easy to write an asp.net web service that connects to unidata using uniobjects.net - hey i have even included some code below for you to look at Imports System.Web Imports System.Web.Services Imports

RE: [U2] Web Services

2009-03-12 Thread Symeon Breen
It is very easy to write an asp.net web service that connects to unidata using uniobjects.net - hey i have even included some code below for you to look at Imports System.Web Imports System.Web.Services Imports System.Web.Services.Protocols Imports IBMU2.UODOTNET ' Example web service by

Re: [U2] Web Services

2009-03-12 Thread iggchamp
GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services It is very easy to write an asp.net web service that connects to unidata using uniobjects.net - hey i have even included some code below for you to look at Imports System.Web Imports System.Web.Services Imports

RE: [U2] Web Services

2009-03-12 Thread Tony G
To answer your question about creating WSDL, etc, have a look at the video I put on our site for how to create and consume web services: nospamNebula-RnD.com/products/gallery.htm The example uses mv.NET for connectivity but you can easily substitute UO.NET or any other connectivity pipe. Just

Re: [U2] Web Services

2009-03-12 Thread iggchamp
Message - From: Tony G 1tlx6h...@sneakemail.com To: u2-users@listserver.u2ug.org Sent: Thursday, March 12, 2009 7:19:53 PM GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services To answer your question about creating WSDL, etc, have a look at the video I put on our site for how to create

RE: [U2] Web Services

2009-03-12 Thread Tony G
From: iggchamp I didn't see anything about the wsdl in the video though. Glad the stuff on our site helps! You saw in the video how easy it is to create a web service from Visual Studio. The beauty of it is that you never need to see the WSDL. Many of our colleagues spend time manually

RE: [U2] Web Services Developer Help

2009-01-28 Thread Symeon Breen
That would be the namespace - i have not used web services developer in anger (i just write my web services in asp.net and uniobjects.net) so i don't know if it is supposed to do that or how to get rid of it, but i may have provided a clue for you there ... Rgds Symeon. -Original

Re: [U2] Web Services Developer

2008-12-17 Thread iggchamp
Thanks Geoff, I'll take a look at that. - Original Message - From: Geoff Mitchell geoff_mitch...@gw.homedecorators.com To: u2-users@listserver.u2ug.org Sent: Tuesday, December 16, 2008 4:10:47 PM GMT -06:00 US/Canada Central Subject: Re: [U2] Web Services Developer (This did not seem

Re: [U2] Web Services Developer [ad]

2008-12-17 Thread iggchamp
Thanks Tony, I'll give that some thought. - Original Message - From: Tony G 1tlx6h...@sneakemail.com To: u2-users@listserver.u2ug.org Sent: Tuesday, December 16, 2008 10:20:51 PM GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services Developer [ad] From: B iggchamp No, someone

RE: [U2] Web Services Developer

2008-12-17 Thread Symeon Breen
? Thanks - Original Message - From: David S Hona david.h...@eds.com To: u2-users@listserver.u2ug.org Sent: Friday, December 12, 2008 12:42:32 AM GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services Developer Do you mean an existing WSDL file, that you have previously defined

Re: [U2] Web Services Developer

2008-12-17 Thread iggchamp
Subject: Re: [U2] Web Services Developer No, someone had given me a wsdl from an as400 that I need to communicate with.B B Not knowing much about webservices, I was hoping I could, somehow, load that into the u2 web services developer, create a matching subroutine, and be flying.B B Probably

Re: [U2] Web Services Developer

2008-12-16 Thread Geoff Mitchell
Message - From: David S Hona david.h...@eds.com To: u2-users@listserver.u2ug.org Sent: Friday, December 12, 2008 12:42:32 AM GMT -06:00 US/Canada Central Subject: RE: [U2] Web Services Developer Do you mean an existing WSDL file, that you have previously defined/created using U2WSD, but you're

RE: [U2] Web Services Developer [ad]

2008-12-16 Thread Tony G
From: iggchamp No, someone had given me a wsdl from an as400 that I need to communicate with.B Not knowing much about webservices, I was hoping I could, somehow, load that into the u2 web services developer, create a matching subroutine, and be flying.B Probably not that simple eh?

RE: [U2] Web Services Developer

2008-12-11 Thread Hona, David S
Do you mean an existing WSDL file, that you have previously defined/created using U2WSD, but you're moving from a different PC? -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of iggch...@comcast.net Sent: Friday, 12