RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
: 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? snip / --- u2-users mailing list u2

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

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

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread Larry Hiscock
. --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 Larry - I didn't recognize up front that you

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.

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Larry Hiscock
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 6.1 Larry

RE: [U2] SOAP in Unidata 6.1

2008-08-20 Thread Dave Davis
-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 other way. I'm trying to write a web service CONSUMER in Unidata, not provide access to the MV database. I was looking at the SOAP functions in Basic (SOAPCreateRequest