Java Reference
In-Depth Information
name = " deleteEmployeeResponse " ></ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " getEmployee " >
< wsdl:input message = " tns:getEmployee " name = " getEmployee " ></ wsdl:input >
< wsdl:output
message = " tns:getEmployeeResponse "
name = " getEmployeeRe-
sponse " ></ wsdl:output >
< wsdl:fault message = " tns:SOAPException " name = " SOAPException " ></ wsdl:fault >
</ wsdl:operation >
< wsdl:operation name = " updateEmployee " >
< wsdl:input message = " tns:updateEmployee " name = " updateEmployee " ></ wsdl:input >
< wsdl:output
message = " tns:updateEmployeeResponse "
name = " updateEmployeeRe-
sponse " ></ wsdl:output >
</ wsdl:operation >
</ wsdl:portType >
< wsdl:binding name = " EmployeeDataServiceSoapBinding " type = " tns:EmployeeDataIf " >
< soap:binding style = " document " transport = " http://schemas.xmlsoap.org/soap/http " />
< wsdl:operation name = " createEmployee " >
< soap:operation soapAction = "" style = " document " />
< wsdl:input name = " createEmployee " >
< soap:body use = " literal " />
</ wsdl:input >
< wsdl:output name = " createEmployeeResponse " >
< soap:body use = " literal " />
</ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " deleteEmployee " >
< soap:operation soapAction = "" style = " document " />
< wsdl:input name = " deleteEmployee " >
< soap:body use = " literal " />
</ wsdl:input >
< wsdl:output name = " deleteEmployeeResponse " >
< soap:body use = " literal " />
</ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " getEmployee " >
< soap:operation soapAction = "" style = " document " />
Search WWH ::




Custom Search