Tagged Questions

0
votes
1answer
79 views

Flash RemoteObject Weborb connection without services-config.xml (no Flex)

Context : I'm working on a Flash application developed with FDT and compiled with Flash CS4 (I need a huge library). It should connect to various Weborb services. Weborb is proper …
0
votes
2answers
69 views

IPC between Python and C#

I want to pass data between a Python and a C# application in Windows (I want the channel to be bi-directional) In fact I wanna pass a struct containing data about a network packet …
0
votes
1answer
47 views

WTSQueryUserToken Fails, getlasterror() returns 1723

I have a windows service that is running under the credentials of the system account. The service periodically polls windows for the active console session id, i.e. the interactive …
0
votes
1answer
38 views

Python JSON RPC server with ability to stream

I have come across several guides and packages on implementing a python JSON RPC server, e.g.: http://json-rpc.org/wiki/python-json-rpc http://aspn.activestate.com/ASPN/Cookbook/ …
1
vote
1answer
40 views

ClassFormatError: 56 while using hessian in j2me

I am trying to use the hessian j2me implementation @ http://hessian.caucho.com/ using java me sdk 3.0. http://hessian.caucho.com/doc/hessian-overview.xtp#Hessian%20Client%20for%2 …
0
votes
1answer
49 views

multi-dimensional array transmit issue

Hello everyone, I am using VSTS 2008 + Native C++ to develop RPC programs (both client and server). I am reading MSDN document for marshalling multi-dimensional array http://msdn …
1
vote
1answer
26 views

MSDN RPC marshal document wrong?

Hello everyone, I am using VSTS 2008 + Native C++ to develop RPC programs (both client and server). I am reading MSDN document for marshalling (The wire_marshal Attribute). I thi …
2
votes
2answers
57 views

Jira RPC/SOAP GetCustomFields() can only be used by an administrator?

Hi all, I'm currently using the Jira SOAP interface within a C# (I suppose the language used here isn't terribly important). Basically, I'm creating an API and a Winform that wra …
1
vote
5answers
276 views

C++ RPC tutorial?

Hello everyone, I want to learn programming C++ (native) on Windows platform for RPC communication. I want to learn both server and client side. I also want to learn some advanced …
0
votes
1answer
17 views

Recommended to use Lingo with Spring?

I'm going through some examples for how to configure asynchronous JMS messaging with Spring, and the book I'm going through, Spring In Action, 2nd Edition (I know there's a 3rd edi …
3
votes
1answer
45 views

Best approach for creating new RPC/web services in the Java world?

I think this question may end up being a bit subjective so I'm marking it as CW. My team is interested in developing a new set of "web services" for our projects to use. I put "we …
0
votes
3answers
56 views

List of relevant RPC Protocols

I need to evaluate and dig more into the use of Remote Procedure Call Protocols (over the network) and haven't found a comprehensive list of which I could include. There are some …
0
votes
0answers
53 views

Not able to access Inbox of Exchange mailbox wiht MAPI.Session Object from VB6 application

I have a vb 6 application whic fetch the emails from Exchange mailbox and copy them in to text file. This was working fine for me. I have a requirement to change the communication …
1
vote
1answer
104 views

Interface Builder and Xcode integration not working

After having installed the iPhone SDK 3.1.2, Interface Builder is not in sync with Xcode anymore. The light indicator at the bottom of the XIB window is grey. IB doesn't see any …
2
votes
2answers
98 views

how to centralize “loading” screen for GWT RPC?

How can I centralize management of a "loading" icon for GWT async RPC calls? I'm looking for a way to have every async call automatically kick off a timer. When the timer fires, …

1 2 3 4 5 7 next
15 30 50 per page