b2b

How to send messages between Companies

I often see myself in the need of setting up automated transfer of messages/data/files between companies. Besides the monstrous EDIFACT, Odette and a few other "big" electronic data exchange standards every industry has a few dozen or even e few hundred relatively sane relatively light weight, relatively well documented file formats for...

B2B open source solutions

Are there any good open source solutions for building a B2B website? I don't mean middleware, I mean something that would do for B2B what oscommerce does for B2C? ...

ebXml OpenSource java implementation

Hi Stack! In our project we are looking for an OpenSource java implementation of the OASIS ebXml Registry 3.0 Specification (spec). It seems there is not a lot of OpenSource initiative for this standard, actually we only found freebXml Registry which is self-named Reference implementation of the specification. The last release (3.1) i...

ebXML Message Service Handler for .NET...?

Currently looking at implementing an ebXML MSH using .NET. Has anyone done this before, and/or know of any open source .NET examples out there? Any comments/advice welcome ;-) ...

How to setup Lucene/Solr for a B2B web app?

Given: 1 database per client (business customer) 5000 clients Clients have between 2 to 2000 users (avg is ~100 users/client) 100k to 10 million records per database Users need to search those records often (it's the best way to navigate their data) Possibly relevant info: Several new clients each week (any time during business h...

How to modularize a b2b webservice transformation application

How would you modularize a large application that has some incoming (SOAP) webservices, some outgoing webservices, transformations between them and internal formats, internal logging services, accesses external archiving webservices, delays stuff and works on this asynchronously and so forth? One way is to split the functionality into a...

B2B programming on iPad (and iPhone)

Hi there. I'm digging through iPad/iPhone programming options/opportunities. What makes me wonder is: Is there ANY 100% problem-free (i.e. no warranty removal) way to do B2B programming on this thing? I'll try to explain. Last few years I did quite a lot B2B programming for different mobile platforms. Tasks usually were simple. There w...

SIP Callee does not get notification that call ended

Hey, I have deleted my previous question and post this updated: I have a an issue with my SIP UAC, once I received a ringing from the B2BUA on both the caller and callee, and the caller hangs up the call while the call is ringing (I send cancel request and receive "request terminated" on the caller side), the callee does not get any no...

B2B Platform Examples (Non-social application)

Does anyone know web-based platforms/frameworks used to build B2B applications which aren't focussed on Social Integration (Twitter, FB, LI etc) features? ...

How to ensure message transfer by pull-/polling from a webserver.

This builds on How to send messages between Companies. If I decide that company S(upplier) should poll orders from company (B) in some simple HTTP based Way what is the best implementation. I assume Company B has a Webserver running and the backend database of this Webserver is durable. We should make as few a possible assumptions abou...