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
e. In > any case, since the parameters are using literal style, you should not > be specifying any xsi:type attribute: just get rid of that code. > > Scott Nichol > > - Original Message - > From: "Siddhartha Mehta" > To: > Sent: Tuesday, December 1

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
Here is my C# webservice: [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://storagepoint.net/soap/UploadStart", RequestNamespace="http://storagepoint.net/soap/", ResponseNamespace="http://storagepoint.net/soap/", Use=System.Web.Services.Description.SoapBindingUse.Literal, Parameter

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 and a Java client. One of the functio