Click here to Skip to main content
15,914,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: display hyperlink Pin
Aljaz11124-May-10 12:47
Aljaz11124-May-10 12:47 
GeneralRe: display hyperlink Pin
PunkIsNotDead24-May-10 17:00
PunkIsNotDead24-May-10 17:00 
QuestionHow to change tab index from the child page Pin
vjvjvjvj24-May-10 5:46
vjvjvjvj24-May-10 5:46 
QuestionImport contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:31
NetMan201224-May-10 4:31 
AnswerRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:35
mentorNot Active24-May-10 4:35 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
NetMan201224-May-10 4:42
NetMan201224-May-10 4:42 
GeneralRe: Import contacts from Gmail and Yahoo in Asp.net Pin
Not Active24-May-10 4:48
mentorNot Active24-May-10 4:48 
QuestionDynamic Wed Service: SOAP request message with non primitive types as parameters!!! [modified] Pin
stream2ocean24-May-10 3:41
stream2ocean24-May-10 3:41 
Hello!
I have create a demo dynamic webservice solution.

the class Customer
public class Customer
{
    private string firstName;
    private string lastName;
    private DateTime DOB;
}


[WebMethod]
public string getFullName(Customer info)
{
    return info.FirstName + " " + info.LastName;
}


I build the SOAP request message for "getFullName" method and send it.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getFullName xmlns="http://tempuri.org/">
      <info>
        <FirstName>Bill</FirstName>
        <LastName>Gates</LastName>
        <DOB>28/11/1955</DOB>
      </info>
    </getFullName>
  </soap:Body>
</soap:Envelope>


But the SOAP respone message is null!

I change type of param DOB to string, it works!

whats wrong with DateTime type???

please help!!!(sory! my english isn't good!)
TKS for read!

modified on Tuesday, May 25, 2010 2:03 PM

QuestionWeb Parts Personalization Reset problem Pin
Richard Lund24-May-10 3:11
Richard Lund24-May-10 3:11 
QuestionIframe reload Pin
siva45524-May-10 2:49
siva45524-May-10 2:49 
QuestionPlease help me.......MIME Type for XLS file Pin
cheguri24-May-10 0:02
cheguri24-May-10 0:02 
AnswerRe: Please help me.......MIME Type for XLS file Pin
Sandeep Mewara24-May-10 3:09
mveSandeep Mewara24-May-10 3:09 
QuestionChat with webcams Pin
rainyboy123-May-10 23:14
rainyboy123-May-10 23:14 
AnswerRe: Chat with webcams Pin
Brij24-May-10 1:29
mentorBrij24-May-10 1:29 
QuestionHow to upload Excel file to Database from ASP.NET Pin
cheguri23-May-10 22:41
cheguri23-May-10 22:41 
AnswerRe: How to upload Excel file to Database from ASP.NET Pin
Gaurav Dudeja India23-May-10 23:02
Gaurav Dudeja India23-May-10 23:02 
QuestionConsole application with Asp.Net Project Pin
slSoftware23-May-10 22:31
slSoftware23-May-10 22:31 
AnswerRe: Console application with Asp.Net Project Pin
Not Active24-May-10 1:52
mentorNot Active24-May-10 1:52 
GeneralRe: Console application with Asp.Net Project Pin
slSoftware24-May-10 1:56
slSoftware24-May-10 1:56 
GeneralRe: Console application with Asp.Net Project Pin
Not Active24-May-10 2:24
mentorNot Active24-May-10 2:24 
GeneralRe: Console application with Asp.Net Project Pin
slSoftware24-May-10 2:32
slSoftware24-May-10 2:32 
GeneralRe: Console application with Asp.Net Project Pin
Not Active24-May-10 3:02
mentorNot Active24-May-10 3:02 
QuestionHow to Display Confirmation Dialog Box Pin
cheguri23-May-10 21:18
cheguri23-May-10 21:18 
AnswerRe: How to Display Confirmation Dialog Box Pin
Dinesh Mani23-May-10 21:46
Dinesh Mani23-May-10 21:46 
QuestionenableEventValidation in IE Pin
sudheesh kumar s23-May-10 21:07
sudheesh kumar s23-May-10 21:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.