Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-02 Thread Candace DeCou
on Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Robert Halstead Sent: Tuesday, May 01, 2007 1:55 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# ** We are also trying to consume a remedy webservice with little results and huge

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-02 Thread Candace DeCou
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Grooms, Frederick W Sent: Tuesday, May 01, 2007 4:00 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# It looks like you are missing the SOAP Header with the

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-02 Thread Sam Rx
ws that he is doomed." Robert Halstead On 4/30/07, Sam Rx <[EMAIL PROTECTED]> wrote: > > ** I have written some VB.net code to consume GetList operation.. > Let me know if that can be of any use. > > -Sam > > On 5/1/07, Candace DeCou <[EMAIL PROTECTED]> wrote:

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-01 Thread Grooms, Frederick W
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Robert Halstead Sent: Tuesday, May 01, 2007 3:55 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# ** We are also trying to consume a remedy webservice wit

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-01 Thread Robert Halstead
We are also trying to consume a remedy webservice with little results and huge headaches. We are trying to get a incident ticket back from remedy but we keep getting the error: Uncaught SoapFault exception: [soapenv:Server.userException] java.lang.NullPointerException We are trying to connect v

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-05-01 Thread SUBSCRIBE arslist Neel
grity From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Sam Rx Sent: Monday, April 30, 2007 10:56 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# ** I have written some VB.net co

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-04-30 Thread Sam Rx
ion Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Vyom Labs - ITSM Support Sent: Tuesday, May 01, 2007 4:55 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# Program code for webservices consumed using C#.NET for Remedy web services i

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-04-30 Thread Candace DeCou
t: Re: Need Help Getting a WSDL Consumed with .NET C# Program code for webservices consumed using C#.NET for Remedy web services is available at: http://www.codeproject.com/cs/webservices/webservicecallback.asp Regards, Archana Singh -- www.vyomlabs.com Consulting | Oursourcing | Training ||

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-04-30 Thread Vyom Labs - ITSM Support
Program code for webservices consumed using C#.NET for Remedy web services is available at: http://www.codeproject.com/cs/webservices/webservicecallback.asp Regards, Archana Singh -- www.vyomlabs.com Consulting | Oursourcing | Training || ITIL | IT Governance |BMC Remedy Candace DeCou wrote:

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-04-30 Thread Ali Musa
list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Chris Woyton Sent: 04-29-2007 06:50 PM To: arslist@ARSLIST.ORG Subject: Re: Need Help Getting a WSDL Consumed with .NET C# Candace, This issue is related to an object variable in your code not being initialized. You should have created the

Re: Need Help Getting a WSDL Consumed with .NET C#

2007-04-29 Thread Chris Woyton
you quite a bit more. Chris -Original Message- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Candace DeCou Sent: Friday, April 27, 2007 3:14 PM To: arslist@ARSLIST.ORG Subject: Need Help Getting a WSDL Consumed with .NET C# ** ARS 6.3 Patch 20 Mid-

Need Help Getting a WSDL Consumed with .NET C#

2007-04-27 Thread Candace DeCou
ARS 6.3 Patch 20 Mid-Tier 6.3 Patch 20 MS SQL 2000 I have built a web service for opGetList operations. The WSDL is working correctly and we can see the resulting values in mid-tier logs. However, in trying to consume my web service using .NET C# Visual Studio, we are getting NULL results an