<?
xml version="1.0" encoding="UTF-8"?>
<definitions name="CalculationService" targetNamespace="http://services.ws.dvce.fce.ford.com/" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns="http://schemas.xmlsoap.org/
wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:tns="http://services.ws.dvce.fce.ford.com/" xmlns:
soap="http://schemas.xmlsoap.org/
wsdl/
soap/">
<types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://services.ws.dvce.fce.ford.com/" version="1.0" targetNamespace="http://services.ws.dvce.fce.ford.com/">
<xs:element name="AdditionalInformation" type="tns:AdditionalInformation"/>
<xs:element name="calculate" type="tns:calculate"/>
<xs:complexType name="calculate">
<xs:sequence>
<xs:element ref="tns:AdditionalInformation" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AdditionalInformation">
<xs:sequence>
<xs:element name="requestedResponseElements" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
</types>
<message name="calculate">
<part name="parameters" element="tns:calculate">
</part>
</message>
<portType name="CalculationService">
<operation name="calculate">
<input message="tns:calculate" wsam:Action="CalculationService.calculate">
</input>
</operation>
</portType>
<binding name="CalculationServicePortBinding" type="tns:CalculationService">
<
soap:binding style="document" transport="http://schemas.xmlsoap.org/
soap/http"/>
<operation name="calculate">
<
soap:operation soapAction="CalculationService.calculate"/>
<input>
<
soap:body use="literal"/>
</input>
<output>
<
soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="CalculationService">
<port name="CalculationServicePort" binding="tns:CalculationServicePortBinding">
<
soap:address location="http://
localhost:11000/DEVICEWebNew/CalculationService"/>
</port>
</service>
</definitions>