Anda di halaman 1dari 3

This XML file does not appear to have any style information associated with it.

The document tree is shown below. <wsdl:definitions xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="h ttp://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://service.product.bogaca.k obe.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3 .org/2001/XMLSchema" name="ProductSoapServiceService" targetNamespace="http://se rvice.product.bogaca.kobe.com/"> <wsdl:types> <xs:schema xmlns:tns="http://service.product.bogaca.kobe.com/" xmlns:xs="http:// www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" targetNamespace="htt p://service.product.bogaca.kobe.com/" version="1.0"> <xs:element name="createProduct" type="tns:createProduct"/> <xs:element name="createProductResponse" type="tns:createProductResponse"/> <xs:element name="findALlProduct" type="tns:findALlProduct"/> <xs:element name="findALlProductResponse" type="tns:findALlProductResponse"/> <xs:element name="removeProduct" type="tns:removeProduct"/> <xs:element name="removeProductResponse" type="tns:removeProductResponse"/> <xs:element name="updateProduct" type="tns:updateProduct"/> <xs:element name="updateProductResponse" type="tns:updateProductResponse"/> <xs:complexType name="findALlProduct"> <xs:sequence/> </xs:complexType> <xs:complexType name="findALlProductResponse"> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:product" /> </xs:sequence> </xs:complexType> <xs:complexType name="product"> <xs:sequence> <xs:element minOccurs="0" name="activeStatus" type="xs:int"/> <xs:element name="amount" type="xs:double"/> <xs:element minOccurs="0" name="curentDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="deliveryDate" type="xs:dateTime"/> <xs:element name="formPayment" type="xs:int"/> <xs:element minOccurs="0" name="ID" type="xs:anyType"/> <xs:element minOccurs="0" name="lastOrderDate" type="xs:dateTime"/> <xs:element name="price" type="xs:double"/> <xs:element minOccurs="0" name="productName" type="xs:string"/> </xs:sequence> </xs:complexType> <xs:complexType name="removeProduct"> <xs:sequence> <xs:element name="ID" type="xs:int"/> </xs:sequence> </xs:complexType> <xs:complexType name="removeProductResponse"> <xs:sequence/> </xs:complexType> <xs:complexType name="updateProduct"> <xs:sequence> <xs:element minOccurs="0" name="productName" type="xs:string"/> <xs:element name="amount" type="xs:double"/> <xs:element minOccurs="0" name="lastOrderDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="deliveryDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="curentDate" type="xs:dateTime"/> <xs:element name="totalAmount" type="xs:double"/> <xs:element name="formPayment" type="xs:int"/> <xs:element name="ID" type="xs:int"/> </xs:sequence>

</xs:complexType> <xs:complexType name="updateProductResponse"> <xs:sequence/> </xs:complexType> <xs:complexType name="createProduct"> <xs:sequence> <xs:element minOccurs="0" name="productName" type="xs:string"/> <xs:element name="amount" type="xs:double"/> <xs:element minOccurs="0" name="lastOrderDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="deliveryDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="curentDate" type="xs:dateTime"/> <xs:element name="totalAmount" type="xs:double"/> <xs:element name="formPayment" type="xs:int"/> </xs:sequence> </xs:complexType> <xs:complexType name="createProductResponse"> <xs:sequence/> </xs:complexType> </xs:schema> </wsdl:types> <wsdl:message name="removeProductResponse"> <wsdl:part element="tns:removeProductResponse" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="createProduct"> <wsdl:part element="tns:createProduct" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="findALlProduct"> <wsdl:part element="tns:findALlProduct" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="removeProduct"> <wsdl:part element="tns:removeProduct" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="updateProductResponse"> <wsdl:part element="tns:updateProductResponse" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="updateProduct"> <wsdl:part element="tns:updateProduct" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="createProductResponse"> <wsdl:part element="tns:createProductResponse" name="parameters"></wsdl:part> </wsdl:message> <wsdl:message name="findALlProductResponse"> <wsdl:part element="tns:findALlProductResponse" name="parameters"></wsdl:part> </wsdl:message> <wsdl:portType name="ProductSoapService"> <wsdl:operation name="findALlProduct"> <wsdl:input message="tns:findALlProduct" name="findALlProduct"></wsdl:input> <wsdl:output message="tns:findALlProductResponse" name="findALlProductResponse"> </wsdl:output> </wsdl:operation> <wsdl:operation name="removeProduct"> <wsdl:input message="tns:removeProduct" name="removeProduct"></wsdl:input> <wsdl:output message="tns:removeProductResponse" name="removeProductResponse"></ wsdl:output> </wsdl:operation> <wsdl:operation name="updateProduct"> <wsdl:input message="tns:updateProduct" name="updateProduct"></wsdl:input> <wsdl:output message="tns:updateProductResponse" name="updateProductResponse"></ wsdl:output> </wsdl:operation>

<wsdl:operation name="createProduct"> <wsdl:input message="tns:createProduct" name="createProduct"></wsdl:input> <wsdl:output message="tns:createProductResponse" name="createProductResponse"></ wsdl:output> </wsdl:operation> </wsdl:portType> <wsdl:binding name="ProductSoapServiceServiceSoapBinding" type="tns:ProductSoapS ervice"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/ > <wsdl:operation name="findALlProduct"> <soap:operation soapAction="" style="document"/> <wsdl:input name="findALlProduct"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="findALlProductResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="removeProduct"> <soap:operation soapAction="" style="document"/> <wsdl:input name="removeProduct"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="removeProductResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="updateProduct"> <soap:operation soapAction="" style="document"/> <wsdl:input name="updateProduct"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="updateProductResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="createProduct"> <soap:operation soapAction="" style="document"/> <wsdl:input name="createProduct"> <soap:body use="literal"/> </wsdl:input> <wsdl:output name="createProductResponse"> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="ProductSoapServiceService"> <wsdl:port binding="tns:ProductSoapServiceServiceSoapBinding" name="ProductSoapS ervicePort"> <soap:address location="http://192.168.3.123:8080/WS-BOGACA/ProductSoapService"/ > </wsdl:port> </wsdl:service> </wsdl:definitions>

Anda mungkin juga menyukai