Language
Any
Platform
Any
License
Any
Hi
Can anyone explain to me what the
paramater attribute is for in an interface
function definition.
I have read that it passes the parameter value
back from the server to the client but i...
I am new to programming RPC using C++, please help me and tell me that how to do it.
When using RPC with soap it should be a cache soap replies, right??
when creating a soap request, what is the following code mean?
POST /axis/SimplePhoneticLookup HTTP/1.0
Content-Type:...
I need to transfer a file from a Unix/Linux server to a Windows PC
client and I would like to use RPC rather than sockets. I have an ONC
RPC library on Windows & a simple client + server programs...
: : HK_MP5KPDW -- I agree that this must win the awared of the worst post ever! Appears that the example input files are binary files, which of course are of no value at all to us.
: :
: You...
: Yes I have to agree with you. I have programmed in java before I learned c++ and have to say I use c++ more than I use java now. I do like the portability of it though. I do agree with what you...
Yes I have to agree with you. I have programmed in java before I learned c++ and have to say I use c++ more than I use java now. I do like the portability of it though. I do agree with what you...
headers_array();
: foreach $header (@headers)
: {
: print "\n";
: }
:
: I can work with this but is there a better way to get just the Last-
: Modified date?
Important question is, does it...
headers_array();
foreach $header (@headers)
{
print "\n";
}
I can work with this but is there a better way to get just the Last-Modified date?
I also threw a little something together here...
Hi all,
I need to write a Windows NT service with a client application that will interact with it for administration and configuration porpouses, I need a hint on what would be the best technology...
Ok, you have a lot of options.
They are called Interprocess Comunications.
But the world wide prefered method is called RPC or Remote Procedure Call, if you develop for Microsoft Windows that's...
I am accessing an LDAP server and I am only getting one property back, the adspath property, when I have requested three other properties (the adspath is added to the property list by default). Not...
I am accessing an LDAP server and I am only getting one property back, the adspath property, when I have requested three other properties (the adspath is added to the property list by default). Not...
: :
: : ive been hit by grade 4 virus w32.blaster.worm virus which is trying to control my computer remotely....its the latest virus to appear and it uses RPC protocol
: :
: : i hav downloaded a...
:
: ive been hit by grade 4 virus w32.blaster.worm virus which is trying to control my computer remotely....its the latest virus to appear and it uses RPC protocol
:
: i hav downloaded a patch...
ive been hit by grade 4 virus w32.blaster.worm virus which is trying to control my computer remotely....its the latest virus to appear and it uses RPC protocol
i hav downloaded a patch and have...
This message was edited by stober at 2003-8-6 8:48:1
: Hi, how can I caputure Windows Messages in a Service Application?? i.e., get my service application to responde to WM messages..
:
If you...
You could use RPC to do it ! RPC makes it easy to run code without having to do all the messy conversions you would have to do using sockets. in effect, you call a function in a 'DLL' that resides...
Urgent pls!!!
My remote application server runs on Win98 while my client apps runs also on the same OS but on the other computer.My DCOM Connection detect my ServerName and its GUID but it cannot...
This is an error i got while installing a game of mine:
Error Number: 0x80070725
Description: Incompatible version of the RPC Stub.
Setup will now terminate
Can anyone tell me what is...