Re: Using DateTime object

2002-12-17 Thread Scott Nichol
types to and from classes, and mapping SOAP messages to method calls. Scott Nichol - Original Message - From: "Siddhartha Mehta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 10:44 PM Subject: Re: Using DateTime object > > T

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
e format, I'm sure.Scott Nichol- Original Message -From: "Siddhartha Mehta" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, December 17, 2002 8:38 PMSubject: Re: Using DateTime object>> I'd also like to add that I am using Java's Date object. I

Re: Using DateTime object

2002-12-17 Thread Scott Nichol
day, December 17, 2002 8:38 PM Subject: Re: Using DateTime object > > I'd also like to add that I am using Java's Date object. In fact I am using SimpleDateFormat with the pattern exactly similar to what C# is expecting. Also the error message indicates the error for Modified ti

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
of that code.Scott Nichol- Original Message -From: "Siddhartha Mehta" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, December 17, 2002 8:07 PMSubject: Re: Using DateTime object>> Oh.. I pasted the wrong code. Here is my function in C# I am trying toacce

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
="1" name="StreamToken" type="s:string" />   s:sequence>   s:complexType>   s:element>   Thanks!!  Scott Nichol <[EMAIL PROTECTED]> wrote: OK, a few things.1. This list is just for Apache SOAP.2. You still have not given the WSDL. It's what you&#

Re: Using DateTime object

2002-12-17 Thread Scott Nichol
- From: "Siddhartha Mehta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 8:07 PM Subject: Re: Using DateTime object > > Oh.. I pasted the wrong code. Here is my function in C# I am trying to access: > > [WebMethod(Description =

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
e(xsiType2, "DateTime");soapElementAccessed.addTextNode(strDate);   Scott Nichol <[EMAIL PROTECTED]> wrote: Actually, the code you included looks more like a client proxy than aservice. Also, what code generates the request that you show? I don'tsee how Apache SOAP would generat

Re: Using DateTime object

2002-12-17 Thread Scott Nichol
To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 7:59 PM Subject: Re: Using DateTime object > Honestly, the WSDL is what I would need. I don't have time to create a > .NET service based on your code and look at the WSDL myself. > > Scott Nichol > >

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
don't have time to create a.NET service based on your code and look at the WSDL myself.Scott Nichol- Original Message -From: "Siddhartha Mehta" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, December 17, 2002 7:43 PMSubject: Re: Using DateTime

Re: Using DateTime object

2002-12-17 Thread Scott Nichol
7, 2002 7:43 PM Subject: Re: Using DateTime object > > Here is my C# webservice: > > [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://stora gepoint.net/soap/UploadStart", RequestNamespace="http://storagepoint.net/soap/"

Re: Using DateTime object

2002-12-17 Thread Siddhartha Mehta
chol <[EMAIL PROTECTED]> wrote: Can you post the WSDL for the C# web service?Scott Nichol- Original Message -From: "Siddhartha Mehta" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, December 17, 2002 6:55 PMSubject: Using DateTime object>> I am using

Re: Using DateTime object

2002-12-17 Thread Scott Nichol
Can you post the WSDL for the C# web service? Scott Nichol - Original Message - From: "Siddhartha Mehta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 17, 2002 6:55 PM Subject: Using DateTime object > > I am using C# webservice a

Using DateTime object

2002-12-17 Thread Siddhartha Mehta
I am using C# webservice and a Java client. One of the functions in my webservice expects a DateTime (C# object). How would I send a datetime object from my Java client code? Can anyone help me. Thanks, SiddharthaDo you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now