Java Reference
In-Depth Information
< wsdl:portType name = " EmployeeDataIf " >
< wsdl:operation name = " createEmployee " >
< wsdl:input message = " tns:createEmployee " name = " cre-
ateEmployee " ></ wsdl:input >
< wsdl:output
message = " tns:createEmployeeResponse "
name = " createEmployeeRe-
sponse " ></ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " deleteEmployee " >
< wsdl:input message = " tns:deleteEmployee " name = " de-
leteEmployee " ></ wsdl:input >
< wsdl:output
message = " tns:deleteEmployeeResponse "
name = " deleteEmployeeRe-
sponse " ></ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " updateEmployee " >
< wsdl:input message = " tns:updateEmployee " name = " up-
dateEmployee " ></ wsdl:input >
< wsdl:output
message = " tns:updateEmployeeResponse "
name = " updateEmployeeRe-
sponse " ></ 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:portType >
< wsdl:binding name = " EmployeeDataServiceSoapBinding " type = " tns:EmployeeDataIf " >
< soap:binding style = " rpc " transport = " http://schemas.xmlsoap.org/soap/http " />
< wsdl:operation name = " createEmployee " >
< soap:operation soapAction = "" style = " rpc " />
< wsdl:input name = " createEmployee " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:input >
Search WWH ::




Custom Search