Click here to Skip to main content
15,896,912 members
Home / Discussions / C#
   

C#

 
Questiondeploying vb.net application to maccintosh os Pin
Bungei25-Sep-08 20:40
Bungei25-Sep-08 20:40 
AnswerRe: deploying vb.net application to maccintosh os Pin
N a v a n e e t h25-Sep-08 21:13
N a v a n e e t h25-Sep-08 21:13 
QuestionAsimple way to print a DataGridView content? Pin
Sourie25-Sep-08 20:10
Sourie25-Sep-08 20:10 
AnswerRe: Asimple way to print a DataGridView content? Pin
Giorgi Dalakishvili25-Sep-08 20:41
mentorGiorgi Dalakishvili25-Sep-08 20:41 
GeneralRe: Asimple way to print a DataGridView content? Pin
Sourie26-Sep-08 6:45
Sourie26-Sep-08 6:45 
QuestionTwo abstract class with same function name Pin
.NET- India 25-Sep-08 19:36
.NET- India 25-Sep-08 19:36 
AnswerRe: Two abstract class with same function name Pin
Giorgi Dalakishvili25-Sep-08 20:41
mentorGiorgi Dalakishvili25-Sep-08 20:41 
QuestionNeed integration with MarketSmart? Pin
fmlove25-Sep-08 19:21
fmlove25-Sep-08 19:21 
Hi All!

Actually i need to integration my site with MarketSMART but i have no idea about this there is php code that i need to use in my ASP.NET using c# application can i change this php code to c#....? and any one have the idea about MarketSMART and what things i need for this.... please help me its importany my job...

url for MarketSmart site FAQs : https://www.marketsmart.co.nz/basic.php?pagekey=faq&subject=wsdl

username guest
password MSILweb


PHP Code :

require_once('lib/nusoap.php');

$client = new SoapClient("https://www.marketsmart.co.nz/axis/services/Service?wsdl");
$err = $client->getError();
$auth = new soapval('auth','AuthenticationInfo',array('credentials'=>(obtain from MSIL),'principal'=>(ditto)),false,'urn:Service');

////////////////////////////////////////////////////////
// Config
////////////////////////////////////////////////////////

$cardNumber_val = "9999999990001544";
$cardNumber = new soapval('cardNumber','long',$cardNumber_val);

$RewardsAvailableRequest = array('auth'=>$auth, 'cardNumber'=>$cardNumber);
$param = new soapval('raReq', 'RewardsAvailableRequest',$RewardsAvailableRequest, false,'urn:Service' );
$result = $client->call('getRewardsAvailable', array($param));

echo $result;
print_r($result);

echo 'Request: ' . htmlspecialchars($client->request, ENT_QUOTES);
echo 'Response: ' . htmlspecialchars($client->response, ENT_QUOTES);
echo 'Debug ' . htmlspecialchars($client->debug_str, ENT_QUOTES);
QuestionPersonal Grading System Pin
myraesparar25-Sep-08 17:56
myraesparar25-Sep-08 17:56 
AnswerRe: Personal Grading System Pin
Colin Angus Mackay25-Sep-08 18:30
Colin Angus Mackay25-Sep-08 18:30 
QuestionBeginner Questions Pin
Rodziel25-Sep-08 17:16
Rodziel25-Sep-08 17:16 
AnswerRe: Beginner Questions Pin
c242326-Sep-08 0:23
c242326-Sep-08 0:23 
QuestionRe: Beginner Questions [modified] Pin
Rodziel26-Sep-08 12:29
Rodziel26-Sep-08 12:29 
AnswerRe: Beginner Questions Pin
c242328-Sep-08 21:35
c242328-Sep-08 21:35 
QuestionSave Solution to different folder Pin
upsfeup25-Sep-08 15:53
upsfeup25-Sep-08 15:53 
AnswerRe: Save Solution to different folder Pin
Steve Echols25-Sep-08 19:07
Steve Echols25-Sep-08 19:07 
QuestionHo do I suppress the Tab key, or control tabbing to a nested user control? Pin
Poolee25-Sep-08 15:47
Poolee25-Sep-08 15:47 
AnswerRe: Ho do I suppress the Tab key, or control tabbing to a nested user control? Pin
dan!sh 25-Sep-08 17:59
professional dan!sh 25-Sep-08 17:59 
GeneralRe: Ho do I suppress the Tab key, or control tabbing to a nested user control? Pin
Poolee26-Sep-08 17:48
Poolee26-Sep-08 17:48 
GeneralRe: Ho do I suppress the Tab key, or control tabbing to a nested user control? Pin
dan!sh 26-Sep-08 18:40
professional dan!sh 26-Sep-08 18:40 
GeneralRe: Ho do I suppress the Tab key, or control tabbing to a nested user control? Pin
Poolee2-Oct-08 6:51
Poolee2-Oct-08 6:51 
QuestionParse XML file and connect to a DSN Pin
Planker25-Sep-08 13:47
Planker25-Sep-08 13:47 
AnswerRe: Parse XML file and connect to a DSN Pin
Planker25-Sep-08 16:53
Planker25-Sep-08 16:53 
AnswerRe: Parse XML file and connect to a DSN Pin
PIEBALDconsult25-Sep-08 18:45
mvePIEBALDconsult25-Sep-08 18:45 
GeneralRe: Parse XML file and connect to a DSN Pin
Planker26-Sep-08 2:41
Planker26-Sep-08 2:41 

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.