M
mirek
Hello,
at first - I'm newbie in C#, I came from the world of PHP.
In "my world" there is SOPA Client call wery simple and clear.
Something like this:
<?php
$client = new SoapClient("http://services.xmethods.net/soap/delayed-quotes.wsdl");
// getQuote is taken from WSDL specification
print($client->getQuote("ibm"));
?>
Does something like this exists in C#?
thanx
at first - I'm newbie in C#, I came from the world of PHP.
In "my world" there is SOPA Client call wery simple and clear.
Something like this:
<?php
$client = new SoapClient("http://services.xmethods.net/soap/delayed-quotes.wsdl");
// getQuote is taken from WSDL specification
print($client->getQuote("ibm"));
?>
Does something like this exists in C#?
thanx