Java Reference
In-Depth Information
attributeFormDefault = " unqualified "
elementFormDefault = " unqualified "
tar-
getNamespace = " http://cxf.ws.bemach.com/ " >
< xsd:complexType name = " employee " >
< xsd:sequence >
< xsd:element name = " emplNo " type = " xsd:long " />
< xsd:element minOccurs = " 0 " name = " firstName " type = " xsd:string " />
< xsd:element minOccurs = " 0 " name = " lastName " type = " xsd:string " />
< xsd:element minOccurs = " 0 " name = " birthDate " type = " xsd:dateTime " />
< xsd:element minOccurs = " 0 " name = " gender " type = " xsd:string " />
< xsd:element minOccurs = " 0 " name = " hireDate " type = " xsd:dateTime " />
</ xsd:sequence >
</ xsd:complexType >
< xsd:complexType name = " SOAPException " >
< xsd:sequence />
</ xsd:complexType >
< xsd:element name = " SOAPException " type = " SOAPException " />
</ xsd:schema >
< xsd:schema
xmlns:ns0 = " http://bemach.com "
xm-
lns:xsd = " http://www.w3.org/2001/XMLSchema "
attributeFormDefault = " unqualified "
elementFormDefault = " unqualified "
tar-
getNamespace = " http://bemach.com " >
< xsd:import namespace = " http://cxf.ws.bemach.com/ " />
< xsd:element name = " EmployeeService " type = " employee " />
</ xsd:schema >
</ wsdl:types >
< wsdl:message name = " createEmployeeResponse " >
< wsdl:part name = " return " type = " xsd:long " ></ wsdl:part >
</ wsdl:message >
< wsdl:message name = " getEmployeeResponse " >
< wsdl:part name = " return " type = " tns:employee " ></ wsdl:part >
</ wsdl:message >
< wsdl:message name = " updateEmployee " >
< wsdl:part name = " employee " type = " tns:employee " ></ wsdl:part >
</ wsdl:message >
< wsdl:message name = " SOAPException " >
< wsdl:part element = " tns:SOAPException " name = " SOAPException " ></ wsdl:part >
</ wsdl:message >
Search WWH ::




Custom Search