Java Reference
In-Depth Information
< wsdl:output name = " deleteEmployeeResponse " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:output >
</ wsdl:operation >
< wsdl:operation name = " getEmployee " >
< soap:operation soapAction = "" style = " rpc " />
< wsdl:input name = " getEmployee " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:input >
< wsdl:output name = " getEmployeeResponse " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:output >
< wsdl:fault name = " SOAPException " >
< soap:fault name = " SOAPException " use = " literal " />
</ wsdl:fault >
</ wsdl:operation >
< wsdl:operation name = " updateEmployee " >
< soap:operation soapAction = "" style = " rpc " />
< wsdl:input name = " updateEmployee " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:input >
< wsdl:output name = " updateEmployeeResponse " >
< soap:body namespace = " http://cxf.ws.bemach.com/ " use = " literal " />
</ wsdl:output >
</ wsdl:operation >
</ wsdl:binding >
< wsdl:service name = " EmployeeDataService " >
< wsdl:port
binding = " tns:EmployeeDataServiceSoapBinding "
name = " Employ-
eeDataPort " >
< soap:address location = " http://localhost:7001/cxf-ws/employees " />
</ wsdl:port >
</ wsdl:service >
</ wsdl:definitions >
6.6
Run the Client Application
Search WWH ::




Custom Search