Re: [U2] Web service

2013-01-17 Thread Brian Leach
Rudy - Which web services are you using? Are we talking the newer Universe RESTful web or older style SOAP? That makes a difference. T - Just a small addition - > Note - these days ASMX and SOAP services are getting a little passe', and the > favored approach is using WCF and REST. That's th

Re: [U2] Web service

2013-01-17 Thread Symeon Breen
There are loads of examples on the web, esp loads in msdn. It being a u2 web service makes no difference at all it is just a web service that you are consuming. You just need to make sure you understand if it is restful or soap. -Original Message- From: u2-users-boun...@listserver.

Re: [U2] Web service

2013-01-17 Thread David Jordan
Hi Ruby You need to add the service to the C# project in the "add services" in the same menu as you add references to your project. Once it is added, it is a datasource that can use. Ie you can link it to a DataGridView as an objectdatasource. You can also link the update, select, insert,

Re: [U2] Web service

2013-01-17 Thread Tony Gravagno
Brian, excellent point, and I'm indeed using that feature in a small JavaScript wrapper for MV that I use. However, this is where you get into the "devil in the details". A JSON query must be POST, even if it's really just a GET request, and once you do that there are some issues with IIS6 and o

Re: [U2] Web service

2013-01-17 Thread Cooper, Rudy
Tony & Brian, I’m using soap. I have a service in UV that get’s called from a Seibel app, which has been running for several years now. I created the soap server using the UV web services developer. It works great for the Seibel app. So now I want to consume that same web service but I wa

Re: [U2] Web service

2013-01-17 Thread Tony Gravagno
No, it shouldn't be different. The UV service exposes a WSDL definition of the web service (I don't recall how but I'm sure someone here can say). See my text which you snipped below ( *grin* ) where I describe how to create a web service client from VS using a URL. Point that to your UV WSDL an

Re: [U2] Unidata 6.1.13/AIX 5.3 Stops Unexpectedly

2013-01-17 Thread Kevin King
Holy crap, that would have been good information to have 10 years ago. :-) Thanks Jeff for the "errpt" mention; I always wondering where that stuff was on AIX. On Wed, Jan 16, 2013 at 1:36 PM, Jeff Schasny wrote: > The AIX "errpt" command reads the system error log. See man errpt for > details

Re: [U2] Unidata 6.1.13/AIX 5.3 Stops Unexpectedly

2013-01-17 Thread Kevin King
Peter, I'm 1200+ miles away from the box. Getting to the console is not an option. To restart, I've been forcing Unidata down with stopud -f and starting it again with startud. Yeah, drastic, I know. But that's why I'm looking for better ways. ___ U2-