0
votes
3answers
935 views
ABAP RFC Debugging
Hello!
I'm a ASP.NET and ABAP developer. For years, I used RFC's to communicate with ASP.NET using SAP .NET Connector.
During the integrated tests, sometimes we need to debug a R …
0
votes
1answer
12 views
Implementing RFC 2369’s “List-Unsubscribe” in PHP website - should I send confirmation?
I'm trying to implement RFC 2369's "List-Unsubscribe" in a PHP website which sends out daily updates by email.
I'm planning to use the HTTP option only since this can be implement …
0
votes
3answers
67 views
Request for comments: What should the syntax be to include code snippets in Markdown? (from external files)
I've been using Markdown recently.
One of my biggest problems with Markdown is that Markdown has no syntax for including files within a document (vs., say, the listings package fo …
3
votes
5answers
1k views
SAP .NET Connector: System exception thrown while marshaling .NET type…
My app sends lots and lots of data to SAP. To di this, it builds up an SAP table object and sends it over. I get this error somewhat regularly, but not reliably:
System exception …
0
votes
1answer
44 views
NFS CREATE File (overwrite) = zero size?
Im implementing NFS and almoste done but the RFC section 3.3.8 says this in its description:
mode
One of UNCHECKED, GUARDED, and EXCLUSIVE. UNCHECKED
mean …
-1
votes
1answer
38 views
What RFC’s which are recommended for a webdeveloper?
What RFC's which are recommended for a webdeveloper?
0
votes
2answers
76 views
How to write a good RFC standard and where to get started?
I was wondering what it requires to write a standard which targets programmers (e.g. JSON) and where to get started?
Does anyone has hands-on experience on that?
1
vote
3answers
74 views
Is WCF appropriate for implementing legacy network services?
I use the term network services to refer to things such as NNTP, IMAP, POP3... things which have a defined protocol layered on top of TCP/IP.
I'm having a very difficult time figu …
1
vote
1answer
333 views
What is the behavior difference between return-path, reply-to and from?
On our mailing application we are sending emails with the following header:
FROM: marketing@customer.com
TO: subscriber1@domain1.com
Return-PATH: bouncemgmt@ourcompany.com
The p …
1
vote
1answer
115 views
Difference Betweeen SIP and HTTP Response 407 code ?
What is the difference between SIP response code 407 and HTTP response code 407 (Proxy Authentication Required)?
3
votes
5answers
967 views
How to overcome root domain CNAME restrictions?
We are hosting many web applications for our customers. As is obvious they want to use their own domains to refer to those applications, usually they want that any user that eithe …
0
votes
1answer
86 views
RFCs for content-type header?
I've looked @ rfc 2231 and 2183.
Dealing with a multipart/related mime payload.
I'm trying to decypher if the following is syntactically correct, specifically the "start" attribut …
4
votes
1answer
158 views
ERPConnect for SAP R/3 RFCs - is it any good?
We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using thes …
2
votes
1answer
54 views
Is there a semi-standard way to associate a URL with an IRC user?
I'm in the process of doing some identity consolidation, so I'm providing URLs to me at various locations on the internet. I'm quite active on IRC, so this naturally lead me to won …
5
votes
6answers
254 views
What’s the best way for the client app to immediately react to an update in the database?
What is the best way to program an immediate reaction to an update to data in a database?
The simplest method I could think of offhand is a thread that checks the database for a p …
