Questions tagged [ebxml]

Electronic Business using XML is a set of XML-based specification for business transactions over the internet.

Electronic Business using XML is a set of XML-based specification for business transactions over the internet.

ebXML standards were proposed by OASIS and adopted by ISO.

Resources

20 questions
12
votes
3 answers

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 much of the WCF stack as possible and avoid the one…
MikeD
  • 5,004
  • 1
  • 25
  • 39
4
votes
0 answers

ebXML\ebMS implementation in PHP

Is there any example, testcase or definition in PHP to implement ebXML? It is promoted as the b2b way to transfer data. But information, discussions and tools are nowhere to be found. Am I looking on the wrong places or is using PHP to solve this an…
Wesley Abbenhuis
  • 692
  • 13
  • 19
4
votes
1 answer

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 ;-)
Bernard
  • 652
  • 3
  • 7
  • 16
4
votes
0 answers

ebxm client for ruby

Is there an ebxml implementation for ruby? I've seen hefeweizen, but I think that this project died years ago. I have a project that needs support for workflow, ebxml and webdav. I prefer ruby on rails over java with jaxr and jbpm.
sidlynx
  • 43
  • 5
3
votes
1 answer

Can an XML document have 2 elements with the same id or not?

I'm trying to integrate an Android application with a SOAP webservice using kSoap2. I manage to make a request and get some data back but when response parsing happens, I have the following RuntimeException: W/System.err: java.lang.RuntimeException:…
Sebastien
  • 3,583
  • 4
  • 43
  • 82
3
votes
2 answers

How to do ebMS3 AS4 messaging from C# client application

I am looking out for developing a C# application which posts message to a ebMS3 platform using AS4. I am new to this area. Could anyone please help? Is there any third party libraries to do this easily? If not, how we post messages using AS4 from…
user1597990
  • 181
  • 3
  • 13
2
votes
1 answer

IBM AS4 client (com.ibm.b2b.as4.client) - how to set proxy host?

I'm trying to run the ATO AS4/ebXML "reference" application, which under the hood uses the IBM AS4 client to post messages to the ATO. When I run it, I'm getting a NullPointerException from inside the AS4 client. It appears this is due to the…
Michael Lemaire
  • 746
  • 1
  • 6
  • 18
2
votes
2 answers

Best way to implement ebXml/ebMs with apache camel

First of all, I haven't found any generic open source implementation for ebxml/ebms, for me it's somehow strange or maybe I have looked up the wrong stuff, but I haven't found here something rly usefull. When I was looking for ebxml/ebms I have…
soilworker
  • 1,317
  • 1
  • 15
  • 32
2
votes
1 answer

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, actually we only found freebXml Registry which is…
reef
  • 1,813
  • 2
  • 23
  • 36
2
votes
1 answer

ActiveMQ support for ebXML as message broker

Currently I am researching open source message broker technology that can provide support for ebXML I would like to use Apache ActiveMQ. I will be looking at supporting Oasis ebXML AS4 specification. My question is, does Apache ActiveMQ as a JMS…
1
vote
1 answer

How to add the XPATH Transform Algorithm (http://www.w3.org/TR/1999/REC-xpath-19991116) to digital signature in Java

I'm trying to add XPATH transform in signature. I already add envelope transform and it's ok. List transforms = new LinkedList<>(); Transform envelopedTransform =…
1
vote
1 answer

Electronic data interchange development over the years

I am writing a bachelor thesis on EDI and I would like to mention ebXML over there too, but it seems there's very small amount of information over the internet, is it still used these days? Also part of the question I have to address is how…
1
vote
1 answer

Sabre Java SOAP api integration

I'm new to web-service integration as well as SOAP services. And, I was trying to integrate Sabre SOAP web services using java. On the SabreDevStudio website they provided the sample SOAP request which is format given below.
shaheer_
  • 406
  • 1
  • 4
  • 12
1
vote
1 answer

Hermes2 - "Cannot reconstruct the message from repository" error

My intention is to send ebxml message to MSH (Hermes2 http://www.cecid.hku.hk/hermes.php) through another Hermes2. I am sending fairly simple message (with no attachments), this is the message: POST /corvus/httpd/ebms/sender HTTP/1.0 User-Agent:…
1
vote
2 answers

WSDL-like code-generation for EbXML CPA+Schemas (not EbXML message itself)

Background: A certain government-backed wholesaler of broadband services in Australia took feedback from discussion groups about how best to deliver B2B services to retail ISPs. They settled on EbXML. Problem: We're a very small shop (comparatively)…
David-SkyMesh
  • 5,041
  • 1
  • 31
  • 38
1
2