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 = " EmployeeDocDataPortBinding " type = " tns:EmployeeDocData " >
< soap:binding transport = " http://schemas.xmlsoap.org/soap/http " style = " document " />
< operation name = "getEmployee" >
< soap:operation soapAction = "" />
< input >
< soap:body use = "literal" />
</ input >
< output >
< soap:body use = "literal" />
</ output >
< fault name = "SOAPException" >
< soap:fault name = "SOAPException" use = "literal" />
</ fault >
</ operation >
< operation name = " createEmployee " >
< soap:operation soapAction = "" />
< input >
< soap:body use = " literal " />
</ input >
< output >
< soap:body use = " literal " />
</ output >
</ operation >
< operation name = " updateEmployee " >
< soap:operation soapAction = "" />
< input >
< soap:body use = " literal " />
</ input >
< output >
Search WWH ::




Custom Search