RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
ning it up and implementing it next week. --Larry Larry Hiscock Western Computer Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony G Sent: Friday, August 22, 2008 3:52 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP in Unidata 6.1 Larr

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread David Jordan
Hi Tony One of the reasons to keep everything in the U2 environment is that it is nice for an ISV when you have little control of the environment you putting the product in. If you can just load universe on the server and everything works life is easy. Every time you layer another product, it is

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Tony G
Larry - I didn't recognize up front that you were talking about UD as webservice client. However the solution is the same. Creating a web service client and/or only takes a couple seconds (as seen in the video). This is how our products work - we write an item to a file that's polled every second

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
Davis Sent: Wednesday, August 20, 2008 3:01 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP in Unidata 6.1 That shouldn't be too difficult. I did a test with a free zip code service. What tools/components do you need to write a service to send stuff OUT of unidata? --- u2-users mailin

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Dave Davis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hiscock Sent: Wednesday, August 20, 2008 3:50 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP in Unidata 6.1 Hi Tony, Thanks for the response, but I'm trying to go the

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Larry Hiscock
nect to an outside web service to retrieve data. --Larry Larry Hiscock Western Computer Services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony G Sent: Wednesday, August 20, 2008 10:07 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP in Unidata

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Symeon Breen
. Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony G Sent: 20 August 2008 18:07 To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP in Unidata 6.1 Larry - have a look at the video on our website: removepleaseNebula-RnD.com/products

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Tony G
Larry - have a look at the video on our website: removepleaseNebula-RnD.com/products/gallery.htm You can do this in less than 20 minutes. You said free so disregard references to mv.NET and use UO.NET. The point here is that the SOAP/webservice part is completely generated by Visual Studio. The

[U2] SOAP in Unidata 6.1

2008-08-19 Thread Larry Hiscock
Does anyone have a working SOAP example in Unidata (UD 6.1) that they'd be willing to share? Preferably one that works with a free (or demo) webservice that I can use to test. I've done webservices before in .NET, but not in Unidata. The example in the manuals looks pretty simple, but doesn't ac