Giter Site home page Giter Site logo

ozzymcduff / customer-service Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 545 KB

CustomerService, implementation of same xml based api with different backends. You may want to look at http://www.todobackend.com/

C# 49.17% HTML 4.25% JavaScript 3.52% Ruby 11.94% CSS 0.65% F# 11.98% Batchfile 0.45% Shell 0.60% CoffeeScript 0.08% Go 10.04% Dockerfile 1.11% SCSS 0.07% Clojure 6.10% Procfile 0.04%

customer-service's Introduction

CustomerService

CustomerService

Port of the api for demonstrating mvvm found at galasoft.

customer-service's People

Contributors

wallymathieu avatar dependabot[bot] avatar

Watchers

 avatar James Cloos avatar

customer-service's Issues

WCF soap format

POST http://wcf.test:50779/CustomerService.svc HTTP/1.1
Cache-Control: no-cache, max-age=0
SOAPAction: "http://tempuri.org/ICustomerService/SaveCustomer"
Accept-Encoding: gzip, deflate
Content-Type: text/xml; charset=utf-8
Content-Length: 530
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><SaveCustomer xmlns="http://tempuri.org/"><customer xmlns:a="http://schemas.datacontract.org/2004/07/Customers" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><a:AccountNumber>1</a:AccountNumber><a:AddressCity i:nil="true"/><a:AddressCountry i:nil="true"/><a:AddressStreet i:nil="true"/><a:FirstName>Oskar</a:FirstName><a:Gender>Male</a:Gender><a:LastName>GewalliZ</a:LastName><a:PictureUri i:nil="true"/></customer></SaveCustomer></s:Body></s:Envelope>
POST http://wcf.test:50779/CustomerService.svc HTTP/1.1
Cache-Control: no-cache, max-age=0
SOAPAction: "http://tempuri.org/ICustomerService/SaveCustomerLastName"
Accept-Encoding: gzip, deflate
Content-Type: text/xml; charset=utf-8
Content-Length: 226
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><SaveCustomerLastName xmlns="http://tempuri.org/"><accountNumber>1</accountNumber><newName>GewalliZ</newName></SaveCustomerLastName></s:Body></s:Envelope>
POST http://wcf.test:50779/CustomerService.svc HTTP/1.1
Cache-Control: no-cache, max-age=0
SOAPAction: "http://tempuri.org/ICustomerService/GetAllCustomers"
Accept-Encoding: gzip, deflate
Content-Type: text/xml; charset=utf-8
Content-Length: 140
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><GetAllCustomers xmlns="http://tempuri.org/"/></s:Body></s:Envelope>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.