Skip to content

a simple web servcie base on apache cxf for demo purpose

Notifications You must be signed in to change notification settings

isaltyfish/prac-ws-cxf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POST http://localhost:8081/ws/addService?wsdl Content-Type: text/xml?charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <add xmlns="http://calc.v.net/">
      <req>
        <x>1</x>
        <y>2</y>
      </req>
    </add>
  </soap:Body>
</soap:Envelope>

要求 1.8

About

a simple web servcie base on apache cxf for demo purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages