Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
675 views

How do I modify WCF to process messages in a different (non SOAP) format?

I am working with WCF to exchange messages with a third party company. The messages need to be sent and received in an envelope that matches the ebXML specification. Ideally I would like to use as ...
2
votes
1answer
333 views

ebXml OpenSource java implementation

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, ...
1
vote
1answer
80 views

Is there a Python ebXML client?

I am trying to use a remote web service with an ebXML/SOAP interface from my python application and am hitting a wall about how to best accomplish it. So far, what I can find are lots of Java ...
0
votes
2answers
42 views

Opinion: JMS vs ebXML

This is not so much a question as it is a request for opinion on these two technologies. A little background on this: I suggested the use of JMS on an enterprise project and the client came back ...
0
votes
0answers
47 views

Implement Transport Message Service Handler (MSH) using AS4

I am looking to implement a B2B transport MSH using AS4. AS4 is a subset of ebMS version 3.0 and the OASIS specifications can be found here: ...
0
votes
1answer
351 views

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 ;-)