Ask a Question related to ASP.NET Web Services, Design and Development.
-
Ollie Riches #1
dynamic creation of web service proxy...
I know this has probably been asked a lot but I can't find any good exmaples
so....
Can anyone give some url's to C# code that dynaimcally generates a web
service proxy at runtime?
Cheers
Ollie Riches
[url]http://www.phoneanalyser.net[/url]
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
Ollie Riches Guest
-
Dynamic Input Creation via Data Service???
Ok, Sorry I am a noob with Flex, but I have a lot of experience in other UI development. If someone has already asked this question then I... -
Proxy Shared Object Creation Difficulty
I am having difficulty creating a proxy shared object. The instance folder gets created but it doesn't seem like data gets put into the shared... -
dynamic xml creation
How can I make XML dynamically inside tha Flash using AS? Basicly i need to make structure like these one: <root> <item></item> ...... -
dynamic tag creation
Looking for a way to dynamically evaluate a tag from a string. eg: <cfset tmp = '<cfset myRslt = "Hello">'> <cfoutput> #tmp# </cfoutput> ... -
dynamic object creation
If I have something like this: s="Array" How whould I get something like this: aObject=s.new In "plain" english I am asking if I have a... -
Nicholas Paldino [.NET/C# MVP] #2
Re: dynamic creation of web service proxy...
Ollie,
You will want to use the SoapHttpClientProtocol class. It will allow
you to make late-bound calls to SOAP services. As a matter of fact, when
you create proxies in VS.NET, the classes derive from this, and all method
calls actually package up calls to the Invoke method on the same class.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- [email]mvp@spam.guard.caspershouse.com[/email]
"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:%23Rlk3BodFHA.2124@TK2MSFTNGP14.phx.gbl...>I know this has probably been asked a lot but I can't find any good
>exmaples so....
>
> Can anyone give some url's to C# code that dynaimcally generates a web
> service proxy at runtime?
>
> Cheers
>
> Ollie Riches
> [url]http://www.phoneanalyser.net[/url]
>
>
> Disclaimer: Opinions expressed in this forum are my own, and not
> representative of my employer.
> I do not answer questions on behalf of my employer. I'm just a programmer
> helping programmers.
>
>
>
>
Nicholas Paldino [.NET/C# MVP] Guest
-
Ollie Riches #3
Re: dynamic creation of web service proxy...
'Still the fast answer in the west' :)
Thanks
Ollie
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:%23fKBUFodFHA.3932@TK2MSFTNGP12.phx.gbl...> Ollie,
>
> You will want to use the SoapHttpClientProtocol class. It will allow
> you to make late-bound calls to SOAP services. As a matter of fact, when
> you create proxies in VS.NET, the classes derive from this, and all method
> calls actually package up calls to the Invoke method on the same class.
>
> Hope this helps.
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - [email]mvp@spam.guard.caspershouse.com[/email]
>
> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
> news:%23Rlk3BodFHA.2124@TK2MSFTNGP14.phx.gbl...>>>I know this has probably been asked a lot but I can't find any good
>>exmaples so....
>>
>> Can anyone give some url's to C# code that dynaimcally generates a web
>> service proxy at runtime?
>>
>> Cheers
>>
>> Ollie Riches
>> [url]http://www.phoneanalyser.net[/url]
>>
>>
>> Disclaimer: Opinions expressed in this forum are my own, and not
>> representative of my employer.
>> I do not answer questions on behalf of my employer. I'm just a
>> programmer
>> helping programmers.
>>
>>
>>
>>
>
Ollie Riches Guest
-
Nicholas Paldino [.NET/C# MVP] #4
Re: dynamic creation of web service proxy...
Ollie,
I'm actually in NYC, so from a local perspective, I'm in the east...
--
- Nicholas Paldino [.NET/C# MVP]
- [email]mvp@spam.guard.caspershouse.com[/email]
"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:%23uRGLNodFHA.1504@TK2MSFTNGP15.phx.gbl...> 'Still the fast answer in the west' :)
>
> Thanks
>
> Ollie
>
> "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote
> in message news:%23fKBUFodFHA.3932@TK2MSFTNGP12.phx.gbl...>>> Ollie,
>>
>> You will want to use the SoapHttpClientProtocol class. It will allow
>> you to make late-bound calls to SOAP services. As a matter of fact, when
>> you create proxies in VS.NET, the classes derive from this, and all
>> method calls actually package up calls to the Invoke method on the same
>> class.
>>
>> Hope this helps.
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - [email]mvp@spam.guard.caspershouse.com[/email]
>>
>> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
>> news:%23Rlk3BodFHA.2124@TK2MSFTNGP14.phx.gbl...>>>>>I know this has probably been asked a lot but I can't find any good
>>>exmaples so....
>>>
>>> Can anyone give some url's to C# code that dynaimcally generates a web
>>> service proxy at runtime?
>>>
>>> Cheers
>>>
>>> Ollie Riches
>>> [url]http://www.phoneanalyser.net[/url]
>>>
>>>
>>> Disclaimer: Opinions expressed in this forum are my own, and not
>>> representative of my employer.
>>> I do not answer questions on behalf of my employer. I'm just a
>>> programmer
>>> helping programmers.
>>>
>>>
>>>
>>>
>>
>
Nicholas Paldino [.NET/C# MVP] Guest
-
Ollie Riches #5
Re: dynamic creation of web service proxy...
that's west of here :)
Ollie
"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:u12lQQodFHA.3032@TK2MSFTNGP10.phx.gbl...> Ollie,
>
> I'm actually in NYC, so from a local perspective, I'm in the east...
>
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - [email]mvp@spam.guard.caspershouse.com[/email]
>
> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
> news:%23uRGLNodFHA.1504@TK2MSFTNGP15.phx.gbl...>>> 'Still the fast answer in the west' :)
>>
>> Thanks
>>
>> Ollie
>>
>> "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote
>> in message news:%23fKBUFodFHA.3932@TK2MSFTNGP12.phx.gbl...>>>>> Ollie,
>>>
>>> You will want to use the SoapHttpClientProtocol class. It will allow
>>> you to make late-bound calls to SOAP services. As a matter of fact,
>>> when you create proxies in VS.NET, the classes derive from this, and all
>>> method calls actually package up calls to the Invoke method on the same
>>> class.
>>>
>>> Hope this helps.
>>>
>>> --
>>> - Nicholas Paldino [.NET/C# MVP]
>>> - [email]mvp@spam.guard.caspershouse.com[/email]
>>>
>>> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
>>> news:%23Rlk3BodFHA.2124@TK2MSFTNGP14.phx.gbl...
>>>>I know this has probably been asked a lot but I can't find any good
>>>>exmaples so....
>>>>
>>>> Can anyone give some url's to C# code that dynaimcally generates a web
>>>> service proxy at runtime?
>>>>
>>>> Cheers
>>>>
>>>> Ollie Riches
>>>> [url]http://www.phoneanalyser.net[/url]
>>>>
>>>>
>>>> Disclaimer: Opinions expressed in this forum are my own, and not
>>>> representative of my employer.
>>>> I do not answer questions on behalf of my employer. I'm just a
>>>> programmer
>>>> helping programmers.
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>
Ollie Riches Guest
-
Nicholas Paldino [.NET/C# MVP] #6
Re: dynamic creation of web service proxy...
Yes, but since the planet is round, doesn't that mean that if you go far
enough west, you will eventually be east (and vice versa)?
"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:uqOWdtodFHA.720@TK2MSFTNGP15.phx.gbl...> that's west of here :)
>
> Ollie
>
> "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote
> in message news:u12lQQodFHA.3032@TK2MSFTNGP10.phx.gbl...>>> Ollie,
>>
>> I'm actually in NYC, so from a local perspective, I'm in the east...
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - [email]mvp@spam.guard.caspershouse.com[/email]
>>
>> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
>> news:%23uRGLNodFHA.1504@TK2MSFTNGP15.phx.gbl...>>>>> 'Still the fast answer in the west' :)
>>>
>>> Thanks
>>>
>>> Ollie
>>>
>>> "Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote
>>> in message news:%23fKBUFodFHA.3932@TK2MSFTNGP12.phx.gbl...
>>>> Ollie,
>>>>
>>>> You will want to use the SoapHttpClientProtocol class. It will
>>>> allow you to make late-bound calls to SOAP services. As a matter of
>>>> fact, when you create proxies in VS.NET, the classes derive from this,
>>>> and all method calls actually package up calls to the Invoke method on
>>>> the same class.
>>>>
>>>> Hope this helps.
>>>>
>>>> --
>>>> - Nicholas Paldino [.NET/C# MVP]
>>>> - [email]mvp@spam.guard.caspershouse.com[/email]
>>>>
>>>> "Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
>>>> news:%23Rlk3BodFHA.2124@TK2MSFTNGP14.phx.gbl...
>>>>>I know this has probably been asked a lot but I can't find any good
>>>>>exmaples so....
>>>>>
>>>>> Can anyone give some url's to C# code that dynaimcally generates a web
>>>>> service proxy at runtime?
>>>>>
>>>>> Cheers
>>>>>
>>>>> Ollie Riches
>>>>> [url]http://www.phoneanalyser.net[/url]
>>>>>
>>>>>
>>>>> Disclaimer: Opinions expressed in this forum are my own, and not
>>>>> representative of my employer.
>>>>> I do not answer questions on behalf of my employer. I'm just a
>>>>> programmer
>>>>> helping programmers.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>
Nicholas Paldino [.NET/C# MVP] Guest
-
phancey@2bytes.co.uk #7
Re: dynamic creation of web service proxy...
[url]www.thinktecture.com[/url] has some code that does this though it needs
amending for reference and out parameters. Also I am having problems
with it working when anonymous access is turned off.
if you figure out how to set credentials on this dynamically created
proxy, let me know
phancey@2bytes.co.uk Guest
-
John Hanson #8
RE: dynamic creation of web service proxy...
Ollie,
Been down that road :( Unfortunately, there's not many googlets out there
with help on this and related topics. Here is some (modified) code I wrote to
do this. I also included a few other useful lines which set credentials,
timeouts, and connection limits. I hope it helps.
John
public ServiceInit()
{
MyService WebService = new MyService();
RegistryKey hklm = Registry.LocalMachine;
RegistryKey hkNterWeb = hklm.OpenSubKey(@"SOFTWARE\MyApp\WebService");
RegistryKey hkConfiguration = hkNterWeb.OpenSubKey(@"Configuration");
WebService.Url = (String) hkConfiguration.GetValue("WebServiceURL");
ServiceTimeout = int.Parse((String)
hkConfiguration.GetValue("WebServiceTimeout"));
ServiceConnections = int.Parse((String)
hkConfiguration.GetValue("WebServiceConnections")) ;
hklm.Close();
WebService.Credentials = System.Net.CredentialCache.DefaultCredentials;
WebService.Timeout = ServiceTimeout;
HttpWebResponse res = null;
HttpWebRequest req = (HttpWebRequest)WebRequest.Create (WebService.Url);
res = (HttpWebResponse)req.GetResponse ();
ServicePoint currentServicePoint = req.ServicePoint;
currentServicePoint.MaxIdleTime = ServiceTimeout;
currentServicePoint.ConnectionLimit = ServiceConnections;
}
"Ollie Riches" wrote:
> I know this has probably been asked a lot but I can't find any good exmaples
> so....
>
> Can anyone give some url's to C# code that dynaimcally generates a web
> service proxy at runtime?
>
> Cheers
>
> Ollie Riches
> [url]http://www.phoneanalyser.net[/url]
>
>
> Disclaimer: Opinions expressed in this forum are my own, and not
> representative of my employer.
> I do not answer questions on behalf of my employer. I'm just a programmer
> helping programmers.
>
>
>
>
>John Hanson Guest



Reply With Quote

