Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dll Files in .NET Pin
Amit Saini28-Oct-13 4:00
professionalAmit Saini28-Oct-13 4:00 
GeneralRe: Dll Files in .NET Pin
Pete O'Hanlon28-Oct-13 4:18
mvePete O'Hanlon28-Oct-13 4:18 
GeneralRe: Dll Files in .NET Pin
Dave Kreskowiak28-Oct-13 7:05
mveDave Kreskowiak28-Oct-13 7:05 
Questionsedna xml & exist-db sample code? Pin
Moustafa Farhat27-Oct-13 1:56
Moustafa Farhat27-Oct-13 1:56 
AnswerRe: sedna xml & exist-db sample code? Pin
Richard MacCutchan27-Oct-13 2:02
mveRichard MacCutchan27-Oct-13 2:02 
GeneralRe: sedna xml & exist-db sample code? Pin
Moustafa Farhat27-Oct-13 2:13
Moustafa Farhat27-Oct-13 2:13 
GeneralRe: sedna xml & exist-db sample code? Pin
Richard MacCutchan27-Oct-13 2:27
mveRichard MacCutchan27-Oct-13 2:27 
QuestionHow to pass string from C# to PHP web page using PHP nusoap server Pin
Mudassar Tufail26-Oct-13 2:09
Mudassar Tufail26-Oct-13 2:09 
I have problem regrading C# to PHP communication. I have read many old posts here and after that i came to conclusion that i have to Use PHP SOAP Web service on server side to get interaction with c#.

Here is the code which i tried:
//webservice.php

configureWSDL('webservice', 'urn:webservice');
$server->register('getMessage',array('msg'=>'xsd:string'),array('return'=>'xsd:null'));
$HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA)? $HTTP_RAW_POST_DATA : '';
$server->service($HTTP_RAW_POST_DATA);
?>

//notify.php which containing function which is registered with webservice



//member.php getting message and displaying it. This will be message i want from C# code when ever i //click the button.




In 2nd part in Visual Studio 2012 i added web service reference of WSDL file correctly, and written following code for a button.

//c# code

private void button1_Click(object sender, EventArgs e)
{
localhost.webservice src = new localhost.webservice();
src.getMessage("Hello");
}


But when ever i click button and i saw member.php page nothing happens.????????
Still it showing "temp". I want this "Hello" should be shown whenever i click button.
Any help please?? I am worried wasted my whole week to learn this and now have limited time for my project. I shall be very thankful to you.

Regards,
Questionchange from Textbox to datetimepicker Pin
ankisxn25-Oct-13 20:29
ankisxn25-Oct-13 20:29 
AnswerRe: change from Textbox to datetimepicker Pin
Mycroft Holmes25-Oct-13 21:37
professionalMycroft Holmes25-Oct-13 21:37 
GeneralRe: change from Textbox to datetimepicker Pin
OriginalGriff25-Oct-13 21:43
mveOriginalGriff25-Oct-13 21:43 
GeneralRe: change from Textbox to datetimepicker Pin
Mycroft Holmes26-Oct-13 0:43
professionalMycroft Holmes26-Oct-13 0:43 
GeneralRe: change from Textbox to datetimepicker Pin
OriginalGriff26-Oct-13 0:51
mveOriginalGriff26-Oct-13 0:51 
AnswerRe: change from Textbox to datetimepicker Pin
OriginalGriff25-Oct-13 21:41
mveOriginalGriff25-Oct-13 21:41 
QuestionLost Child Handle in DLL Pin
RickiB25-Oct-13 10:42
RickiB25-Oct-13 10:42 
AnswerRe: Lost Child Handle in DLL Pin
Richard MacCutchan25-Oct-13 22:55
mveRichard MacCutchan25-Oct-13 22:55 
GeneralRe: Lost Child Handle in DLL Pin
RickiB28-Oct-13 9:36
RickiB28-Oct-13 9:36 
GeneralRe: Lost Child Handle in DLL Pin
Richard MacCutchan28-Oct-13 22:25
mveRichard MacCutchan28-Oct-13 22:25 
QuestionWebBrowser control in C# Pin
msr_codeproject24-Oct-13 20:01
msr_codeproject24-Oct-13 20:01 
AnswerRe: WebBrowser control in C# Pin
M Rayhan24-Oct-13 20:30
M Rayhan24-Oct-13 20:30 
GeneralRe: WebBrowser control in C# Pin
msr_codeproject24-Oct-13 20:57
msr_codeproject24-Oct-13 20:57 
AnswerRe: WebBrowser control in C# Pin
Eddy Vluggen24-Oct-13 22:49
professionalEddy Vluggen24-Oct-13 22:49 
Questioncalculator Pin
Sottyoru24-Oct-13 12:45
Sottyoru24-Oct-13 12:45 
AnswerRe: calculator Pin
PIEBALDconsult24-Oct-13 17:12
mvePIEBALDconsult24-Oct-13 17:12 
AnswerRe: calculator Pin
BillWoodruff24-Oct-13 17:33
professionalBillWoodruff24-Oct-13 17:33 

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.