Java Reference
In-Depth Information
< output message = " tns:updateEmployeeResponse " />
</ operation >
< operation name = " deleteEmployee " >
< input message = " tns:deleteEmployee " />
< output message = " tns:deleteEmployeeResponse " />
</ operation >
</ portType >
< binding name = " EmployeeRpcDataPortBinding " type = " tns:EmployeeRpcData " >
< soap:binding transport = " http://schemas.xmlsoap.org/soap/http " style = " rpc " />
< operation name = " getEmployee " >
< soap:operation soapAction = "" />
< input >
Style
< soap:body use = "literal" namespace = " http://employees.rpc.ws.bemach.com/ " />
</ input >
< output >
< soap:body use = " literal" namespace = " http://employees.rpc.ws.bemach.com/ " />
</ output >
< fault name = " SOAPException " >
< soap:fault name = " SOAPException " use = " literal " />
</ fault >
</ operation >
< operation name = " createEmployee " >
< soap:operation soapAction = "" />
< input >
< soap:body use = " literal " namespace = " http://employees.rpc.ws.bemach.com/ " />
</ input >
< output >
< soap:body use = " literal " namespace = " http://employees.rpc.ws.bemach.com/ " />
</ output >
</ operation >
< operation name = " updateEmployee " >
< soap:operation soapAction = "" />
< input >
< soap:body use = " literal " namespace = " http://employees.rpc.ws.bemach.com/ " />
</ input >
Search WWH ::




Custom Search