Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add a question to grasp potential user's interest.
  • Loading branch information
khoad committed Sep 25, 2016
1 parent bf1d486 commit 235ae71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
|:----:|:----:|
|[![GoDoc](https://godoc.org/github.com/Nordstrom/msbingo/nbfx?status.png)](https://godoc.org/github.com/Nordstrom/msbingo/nbfx)|[![GoDoc](https://godoc.org/github.com/Nordstrom/msbingo/nbfs?status.png)](https://godoc.org/github.com/Nordstrom/msbingo/nbfs)

An implementation of NBFX and NBFS, which is expressed in HTTP terms as `Content-Type: application/soap+msbin1`, written in pure Go to enable interop with a WCF service and Go with no other dependencies (like Mono or Windows).
Need to build a golang service that can interop with a .NET service which only speaks WCF Binary Soap? Msbingo is that missing piece of the puzzle.

Msbingo is an implementation of NBFX and NBFS, which is expressed in HTTP terms as `Content-Type: application/soap+msbin1`, written in pure Go to enable interop with a WCF service and Go with no other dependencies (like Mono or Windows).

This implementation follows the Microsoft specification closely in naming, structure and example. Tests for both decoding and encoding have been written for each of the Structure Examples provided, to validate the given bytes encode to the given XML and vice versa.

Expand Down

0 comments on commit 235ae71

Please sign in to comment.