Ask a Question related to ASP.NET General, Design and Development.
-
Lloyd Dupont #1
how to invoke a method in a DLL
I want to create date and return them on the fly.
I wonder I I could create a DLL with some static method in it and invoke
directly with an URL of the style
[url]http://myHost/myDll#myClass.myMethod?arg1=val1&arg2=val2[/url]
is it possible to have something like that ?
any thought ?
Lloyd Dupont Guest
-
How to publish the WebServicesClientProtocol.Invoke method
Hi: I need your help, please read the following code: * The actual WebService Dim proxy As Microsoft.Web.Services2.WebServicesClientProtocol... -
SoapHttpClientProtocol.Invoke method problem
I have to call a web services and i only know the method name at runtime. I create a proxy class and then modify the method: public... -
Error: Cannot invoke method
I meet such a error message when invoke a remote java object call. Any one can tell me how to deal with it? Thanks! -
Test page for ASMX (invoke method)
Is there a way to get Windows Server 2003 to loosen up on the auto-generated test page for an .ASMX file. At present I can only invoke the method... -
Problem to invoke a method of webservice from a C++ SoapClient
Hi, I used SoapClient Libray provided by SQLData to invoke a method exposed by Webservices of weblogic over HTTP.(using WSDL). I'm not successful... -
Natty Gur #2
Re: how to invoke a method in a DLL
Do you mean web services ???
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Lloyd Dupont #3
Re: how to invoke a method in a DLL
does it work ? (I mean could you show me a web services sample doing that ?)
I tell you my problem, I'm writting a 'preview' custom control.
basically it's an input of type image wich show the image onclick and should
display a small version of the image, for this I should set its src
property.
and here come the problem. what URL could I use ? (for the src)
I could rely on the end user to provide an URL for the preview image, but
that won't be a very powerfull preview control this way .. so I do need this
user control to provide an URL pointing to itself which return the picture.
if you have any idea ?
anyway today I made lot of test and manage to write a cgi (.exe) which could
be invoked by IE and return whatever I want.
tomorrow I will try to put my preview custom control in it, and that would
be the surprise ...
although there is the drawback I lost session management doing so and then I
can't cache the preview, so it's not good either. maybe I will end up
requiring a 'FileUtil.aspx' page to be used with the preview control, so sad
;-(
"Natty Gur" <natty@dao2com.com> a écrit dans le message de
news:etSf0rUSDHA.304@tk2msftngp13.phx.gbl...> Do you mean web services ???
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Lloyd Dupont Guest
-
Natty Gur #4
Re: how to invoke a method in a DLL
OK,
1) you can create web form that will return images by changing the
content type and write binary output you can refer to my sample (create
images for buttons)[1]. the page can take parameters as query string.
2) if you want to be more dynamic you can create your own HTTP module
and handler.
[1] - [url]http://www.developersdex.com/gurus/code/599.asp[/url]
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

