473,387 Members | 1,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

wsdl.exe and Schema Validation warning

Hi,

I am trying to hook into Yellow Freight's rating webservice. Below is the
wsdl. When i try and create a proxy file with wsdl.exe i get the following
errors, see below.

Also, when i reference this wsdl in .NET it seems to do it fine, yet there
are no objects to reference except RateQuoteBeanService.

In the WSDL it looks like there should be getRateQuote, and QUOTEREQUEST, etc.
Am i doing something wrong? Thanks in advance for your help.

wsdl.exe errors:
Schema validation warning: Namespace 'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace 'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace 'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace 'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Writing file 'H:\RateQuoteBeanService.cs'.

WSDL:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s1="http://beans.xmlschema.etools.ibm.com"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://ratequoterequest"
xmlns:s2="http://ratequoteresponse"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://DefaultNamespace"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://DefaultNamespace"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://ratequoterequest">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="QUOTEREQUEST">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="REQUESTID" nillable="true" type="s:string" />
<s:element name="ORIGINZIP" nillable="true" type="s:string" />
<s:element name="DESTZIP" nillable="true" type="s:string" />
<s:element name="WEIGHT0" nillable="true" type="s:string" />
<s:element name="WEIGHT1" nillable="true" type="s:string" />
<s:element name="WEIGHT2" nillable="true" type="s:string" />
<s:element name="WEIGHT3" nillable="true" type="s:string" />
<s:element name="WEIGHT4" nillable="true" type="s:string" />
<s:element name="SHIPCLASS0" nillable="true" type="s:string" />
<s:element name="SHIPCLASS1" nillable="true" type="s:string" />
<s:element name="SHIPCLASS2" nillable="true" type="s:string" />
<s:element name="SHIPCLASS3" nillable="true" type="s:string" />
<s:element name="SHIPCLASS4" nillable="true" type="s:string" />
<s:element name="PIECES0" nillable="true" type="s:string" />
<s:element name="PIECES1" nillable="true" type="s:string" />
<s:element name="PIECES2" nillable="true" type="s:string" />
<s:element name="PIECES3" nillable="true" type="s:string" />
<s:element name="PIECES4" nillable="true" type="s:string" />
<s:element name="CONSCITIES" nillable="true" type="s:string" />
<s:element name="CONSZIPFORCITIES" nillable="true"
type="s:string" />
<s:element name="SHIPCITIES" nillable="true" type="s:string" />
<s:element name="SHIPZIPFORCITIES" nillable="true"
type="s:string" />
<s:element name="CF" nillable="true" type="s:string" />
<s:element name="ACCESSORIAL0" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL1" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL2" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL3" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL4" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL5" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL6" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL7" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL8" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL9" nillable="true" type="s:string"
/>
<s:element name="ACCESSORIAL10" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL11" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL12" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL13" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL14" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL15" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL16" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL17" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL18" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL19" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL20" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL21" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL22" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL23" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL24" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL25" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL26" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL27" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL28" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL29" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL30" nillable="true"
type="s:string" />
<s:element name="ONESHIPMENT" nillable="true" type="s:string" />
<s:element name="LTLDD" nillable="true" type="s:string" />
<s:element name="PAYMENT" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:element name="QUOTEREQUEST" nillable="true" type="s0:QUOTEREQUEST" />
</s:schema>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://beans.xmlschema.etools.ibm.com">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="ComplexType">
<s:complexContent mixed="false">
<s:extension base="s1:BaseType">
<s:sequence />
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="BaseType">
<s:sequence>
<s:element name="elementName" nillable="true" type="s:string" />
<s:element name="XMLElement" nillable="true" type="s:anyType" />
<s:element name="XMLAttribute" nillable="true" type="s:anyType" />
<s:element name="prefix" nillable="true" type="s:string" />
<s:element name="elementValue" nillable="true" type="s:string" />
<s:element name="attributeQualified" type="s:boolean" />
<s:element name="elementQualified" type="s:boolean" />
</s:sequence>
</s:complexType>
</s:schema>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://ratequoteresponse">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="RATEQUOTE">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="STATUS" nillable="true" type="s:string" />
<s:element name="SHIPPERZIPCODE" nillable="true"
type="s:string" />
<s:element name="SHIPPERZIPCODESERVEDBYTRM" nillable="true"
type="s:string" />
<s:element name="SHIPPERZIPCODESERVEDBYTRMTYPE"
nillable="true" type="s:string" />
<s:element name="CONSIGNEEZIPCODE" nillable="true"
type="s:string" />
<s:element name="CONSIGNEEZIPCODESERVEDBYTRM" nillable="true"
type="s:string" />
<s:element name="CONSIGNEEZIPCODESERVEDBYTRMTYPE"
nillable="true" type="s:string" />
<s:element name="PAYMENTINFORMATION" nillable="true"
type="s:string" />
<s:element name="REQUESTID" nillable="true" type="s:string" />
<s:element maxOccurs="unbounded" name="SHIPMENTLINEDETAIL"
nillable="true" type="s2:SHIPMENTLINEDETAIL" />
<s:element name="CURRENCY" nillable="true" type="s:string" />
<s:element name="STANDARDGROUNDTOTAL" nillable="true"
type="s:string" />
<s:element name="DEFINITEDELIVERYTOTAL" nillable="true"
type="s:string" />
<s:element name="SERVICEDAYS" nillable="true" type="s:string" />
<s:element name="PROJECTEDDELIVERYDATEIFSHIPPEDTODAY"
nillable="true" type="s:string" />
<s:element name="GROSSCHARGE" nillable="true" type="s:string" />
<s:element name="RATEDAS" nillable="true" type="s:string" />
<s:element name="DISCOUNTAMOUNT" nillable="true"
type="s:string" />
<s:element name="DISCOUNTPERCENTAGE" nillable="true"
type="s:string" />
<s:element name="FUELSURCHARGE" nillable="true"
type="s:string" />
<s:element name="EXTENDEDSERVICESTOTAL" nillable="true"
type="s:string" />
<s:element maxOccurs="unbounded" name="EXTENDEDSERVICESDETAIL"
nillable="true" type="s2:EXTENDEDSERVICESDETAIL" />
<s:element name="RATEQUOTEID" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="SHIPMENTLINEDETAIL">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="WEIGHT" nillable="true" type="s:string" />
<s:element name="CLASS" nillable="true" type="s:string" />
<s:element name="PIECES" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="EXTENDEDSERVICESDETAIL">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="EXTENDEDSERVICENAME" nillable="true"
type="s:string" />
<s:element name="EXTENDEDSERVICEAMOUNT" nillable="true"
type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="getQuoteResponse">
<s:all>
<s:element name="RATEQUOTE" nillable="true" type="s2:RATEQUOTE" />
</s:all>
</s:complexType>
</s:schema>
</types>
<message name="getRateQuoteRequest">
<part name="input" element="s0:QUOTEREQUEST" />
</message>
<message name="getRateQuoteResponse">
<part name="getQuoteReturn" type="s2:getQuoteResponse" />
</message>
<message name="Exception" />
<portType name="RateQuoteBean">
<operation name="getRateQuote" parameterOrder="input">
<input name="getRateQuoteRequest" message="tns:getRateQuoteRequest" />
<output name="getRateQuoteResponse" message="tns:getRateQuoteResponse"
/>
<fault name="Exception" message="tns:Exception" />
</operation>
</portType>
<binding name="RateQuoteBeanSoapBinding" type="tns:RateQuoteBean">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<operation name="getRateQuote">
<soap:operation
soapAction="com.yell.ec.inter.yfsratequote.http.co ntroller.RateQuoteSOAPAPIController" />
<input name="getRateQuoteRequest">
<soap:body use="literal" namespace="http://DefaultNamespace" />
</input>
<output name="getRateQuoteResponse">
<soap:body use="literal" namespace="http://DefaultNamespace" />
</output>
</operation>
</binding>
<service name="RateQuoteBeanService">
<port name="RateQuoteBean" binding="tns:RateQuoteBeanSoapBinding">
<soap:address
location="https://www.myyellow.com/dynamic/services/servlet" />
</port>
</service>
</definitions>
Nov 21 '05 #1
1 6362
Is it safe to say, that given what Yuri has explained, that the service
itself has a bug. The schema is missing the required import statements.
Additionally, it uses a document style that is not supported by non-IBM
tools (rpcLiteral). Fortunately, rpcLiteral and DocumentLiteral look the
same on the wire - they only differ in the proxy programming model. Ibm
chose to make a new type that their proxy generator uses to provide an
alternative implementation style for people that like Dave Weiner's XmlRPC
style of coding.

At some point, this will probably be resolved, but for today, when a
service description uses RpcLiteral, it is not cross platform best practice
(Ws-I.org basic profile) compliant.

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
From: "yuri" <yu****@cablespeed.com>
References: <D4**********************************@microsoft.co m>
Subject: Re: wsdl.exe and Schema Validation warning
Date: Mon, 8 Nov 2004 21:52:56 -0800
Lines: 642
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-RFC2646: Format=Flowed; Original
Message-ID: <ue*************@TK2MSFTNGP11.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: c66-235-9-30.sea2.cablespeed.com 66.235.9.30
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA06.phx.gbl!cpmsftn gxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7313
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices

To avoid warnings, you need to import the offending schema into two other
schemas:

<s:import namespace="http://beans.xmlschema.etools.ibm.com"/>

Unfortunately, this will not fix everything. The output message uses
document/literal binding

<soap:body use="literal" namespace="http://DefaultNamespace" />

and the message itself has the RPC-style (a type attribute in the message
part instead of an element attribute):

<message name="getRateQuoteResponse">
<part name="getQuoteReturn" type="s2:getQuoteResponse" />
</message>

If you change it to the document style message then you will be able to
generate the types using wsdl.exe. In order to do this change you will
have to define an element

<s:element name="getQuoteResponse" type="s2:getQuoteResponse"/>

(may be change the element name to something different, thought it does not
hurt to have it the same with the type name) and change the message to look
like below:

<message name="getRateQuoteRequest">
<part name="input" element="s0:QUOTEREQUEST" />
</message>

The complete file with the above few changes is attached to this message
(tmp.wsdl). I can generate stubs from this file using wsdl.exe for .NET
Framework, Version 1.1.4322.573.

Good luck,
Yuri



"billa1972" <bi*******@discussions.microsoft.com> wrote in message
news:D4**********************************@microsof t.com...
Hi,

I am trying to hook into Yellow Freight's rating webservice. Below is the
wsdl. When i try and create a proxy file with wsdl.exe i get the
following
errors, see below.

Also, when i reference this wsdl in .NET it seems to do it fine, yet there
are no objects to reference except RateQuoteBeanService.

In the WSDL it looks like there should be getRateQuote, and QUOTEREQUEST,
etc.
Am i doing something wrong? Thanks in advance for your help.

wsdl.exe errors:
Schema validation warning: Namespace
'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace
'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace
'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Schema validation warning: Namespace
'http://beans.xmlschema.etools.ibm.com'
is
not available to be referenced in this schema.
Writing file 'H:\RateQuoteBeanService.cs'.

WSDL:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:s1="http://beans.xmlschema.etools.ibm.com"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:s0="http://ratequoterequest"
xmlns:s2="http://ratequoteresponse"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://DefaultNamespace"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
targetNamespace="http://DefaultNamespace"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://ratequoterequest">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="QUOTEREQUEST">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="REQUESTID" nillable="true" type="s:string"
/>
<s:element name="ORIGINZIP" nillable="true" type="s:string"
/>
<s:element name="DESTZIP" nillable="true" type="s:string" />
<s:element name="WEIGHT0" nillable="true" type="s:string" />
<s:element name="WEIGHT1" nillable="true" type="s:string" />
<s:element name="WEIGHT2" nillable="true" type="s:string" />
<s:element name="WEIGHT3" nillable="true" type="s:string" />
<s:element name="WEIGHT4" nillable="true" type="s:string" />
<s:element name="SHIPCLASS0" nillable="true" type="s:string"
/>
<s:element name="SHIPCLASS1" nillable="true" type="s:string"
/>
<s:element name="SHIPCLASS2" nillable="true" type="s:string"
/>
<s:element name="SHIPCLASS3" nillable="true" type="s:string"
/>
<s:element name="SHIPCLASS4" nillable="true" type="s:string"
/>
<s:element name="PIECES0" nillable="true" type="s:string" />
<s:element name="PIECES1" nillable="true" type="s:string" />
<s:element name="PIECES2" nillable="true" type="s:string" />
<s:element name="PIECES3" nillable="true" type="s:string" />
<s:element name="PIECES4" nillable="true" type="s:string" />
<s:element name="CONSCITIES" nillable="true" type="s:string"
/>
<s:element name="CONSZIPFORCITIES" nillable="true"
type="s:string" />
<s:element name="SHIPCITIES" nillable="true" type="s:string"
/>
<s:element name="SHIPZIPFORCITIES" nillable="true"
type="s:string" />
<s:element name="CF" nillable="true" type="s:string" />
<s:element name="ACCESSORIAL0" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL1" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL2" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL3" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL4" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL5" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL6" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL7" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL8" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL9" nillable="true"
type="s:string"
/>
<s:element name="ACCESSORIAL10" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL11" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL12" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL13" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL14" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL15" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL16" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL17" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL18" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL19" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL20" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL21" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL22" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL23" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL24" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL25" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL26" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL27" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL28" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL29" nillable="true"
type="s:string" />
<s:element name="ACCESSORIAL30" nillable="true"
type="s:string" />
<s:element name="ONESHIPMENT" nillable="true" type="s:string" />
<s:element name="LTLDD" nillable="true" type="s:string" />
<s:element name="PAYMENT" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:element name="QUOTEREQUEST" nillable="true" type="s0:QUOTEREQUEST" />
</s:schema>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://beans.xmlschema.etools.ibm.com">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="ComplexType">
<s:complexContent mixed="false">
<s:extension base="s1:BaseType">
<s:sequence />
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="BaseType">
<s:sequence>
<s:element name="elementName" nillable="true" type="s:string" />
<s:element name="XMLElement" nillable="true" type="s:anyType" />
<s:element name="XMLAttribute" nillable="true" type="s:anyType"
/>
<s:element name="prefix" nillable="true" type="s:string" />
<s:element name="elementValue" nillable="true" type="s:string" />
<s:element name="attributeQualified" type="s:boolean" />
<s:element name="elementQualified" type="s:boolean" />
</s:sequence>
</s:complexType>
</s:schema>
<s:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://ratequoteresponse">
<s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
<s:complexType name="RATEQUOTE">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="STATUS" nillable="true" type="s:string" />
<s:element name="SHIPPERZIPCODE" nillable="true"
type="s:string" />
<s:element name="SHIPPERZIPCODESERVEDBYTRM" nillable="true"
type="s:string" />
<s:element name="SHIPPERZIPCODESERVEDBYTRMTYPE"
nillable="true" type="s:string" />
<s:element name="CONSIGNEEZIPCODE" nillable="true"
type="s:string" />
<s:element name="CONSIGNEEZIPCODESERVEDBYTRM" nillable="true"
type="s:string" />
<s:element name="CONSIGNEEZIPCODESERVEDBYTRMTYPE"
nillable="true" type="s:string" />
<s:element name="PAYMENTINFORMATION" nillable="true"
type="s:string" />
<s:element name="REQUESTID" nillable="true" type="s:string"
/>
<s:element maxOccurs="unbounded" name="SHIPMENTLINEDETAIL"
nillable="true" type="s2:SHIPMENTLINEDETAIL" />
<s:element name="CURRENCY" nillable="true" type="s:string" />
<s:element name="STANDARDGROUNDTOTAL" nillable="true"
type="s:string" />
<s:element name="DEFINITEDELIVERYTOTAL" nillable="true"
type="s:string" />
<s:element name="SERVICEDAYS" nillable="true" type="s:string" />
<s:element name="PROJECTEDDELIVERYDATEIFSHIPPEDTODAY"
nillable="true" type="s:string" />
<s:element name="GROSSCHARGE" nillable="true" type="s:string" />
<s:element name="RATEDAS" nillable="true" type="s:string" />
<s:element name="DISCOUNTAMOUNT" nillable="true"
type="s:string" />
<s:element name="DISCOUNTPERCENTAGE" nillable="true"
type="s:string" />
<s:element name="FUELSURCHARGE" nillable="true"
type="s:string" />
<s:element name="EXTENDEDSERVICESTOTAL" nillable="true"
type="s:string" />
<s:element maxOccurs="unbounded"
name="EXTENDEDSERVICESDETAIL"
nillable="true" type="s2:EXTENDEDSERVICESDETAIL" />
<s:element name="RATEQUOTEID" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="SHIPMENTLINEDETAIL">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="WEIGHT" nillable="true" type="s:string" />
<s:element name="CLASS" nillable="true" type="s:string" />
<s:element name="PIECES" nillable="true" type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="EXTENDEDSERVICESDETAIL">
<s:complexContent mixed="false">
<s:extension base="s1:ComplexType">
<s:sequence>
<s:element name="EXTENDEDSERVICENAME" nillable="true"
type="s:string" />
<s:element name="EXTENDEDSERVICEAMOUNT" nillable="true"
type="s:string" />
</s:sequence>
</s:extension>
</s:complexContent>
</s:complexType>
<s:complexType name="getQuoteResponse">
<s:all>
<s:element name="RATEQUOTE" nillable="true" type="s2:RATEQUOTE"
/>
</s:all>
</s:complexType>
</s:schema>
</types>
<message name="getRateQuoteRequest">
<part name="input" element="s0:QUOTEREQUEST" />
</message>
<message name="getRateQuoteResponse">
<part name="getQuoteReturn" type="s2:getQuoteResponse" />
</message>
<message name="Exception" />
<portType name="RateQuoteBean">
<operation name="getRateQuote" parameterOrder="input">
<input name="getRateQuoteRequest" message="tns:getRateQuoteRequest"
/>
<output name="getRateQuoteResponse"
message="tns:getRateQuoteResponse"
/>
<fault name="Exception" message="tns:Exception" />
</operation>
</portType>
<binding name="RateQuoteBeanSoapBinding" type="tns:RateQuoteBean">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<operation name="getRateQuote">
<soap:operation
soapAction="com.yell.ec.inter.yfsratequote.http.co ntroller.RateQuoteSOAPAPIC
ontroller" />
<input name="getRateQuoteRequest">
<soap:body use="literal" namespace="http://DefaultNamespace" />
</input>
<output name="getRateQuoteResponse">
<soap:body use="literal" namespace="http://DefaultNamespace" />
</output>
</operation>
</binding>
<service name="RateQuoteBeanService">
<port name="RateQuoteBean" binding="tns:RateQuoteBeanSoapBinding">
<soap:address
location="https://www.myyellow.com/dynamic/services/servlet" />
</port>
</service>
</definitions>


Nov 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: relaxedrob | last post by:
Hi All! I ran the following w3c example through my WSDL parser (SOA Editor from Cape Clear): http://www.w3.org/TR/wsdl#_rpcexample It told me that there were a bunch of erros about no...
6
by: trexim | last post by:
Hi, I am trying to create a Web Reference for CSTA using the URL http://www.ecma-international.org/standards/ecma-348/csta-wsdl/csta-wsdl-all-operations.wsdl Visual .Net complains that: "...
1
by: Stefan Lischke | last post by:
hi there, I have a lot of problems generating code for the new "WS-Eventing" Specification http://schemas.xmlsoap.org/ws/2004/08/eventing/ Is it possible, that after IBM joined this spec....
2
by: Carmit | last post by:
Hi, I'm trying to build a proxy for this webservice: http://webservices.sabre.com/wsdl/sabreXML1.0.00/tpf/EndTransactionLLSRQ.wsdl I'm getting the following error: Error: Unable to import...
5
by: Kevin Burton | last post by:
I am running wsdl.exe to try and generate some classes and I am getting: wsdl ppc.wsdl Microsoft (R) Web Services Description Language Utility Copyright (C) Microsoft Corporation 1998-2002....
0
by: Mark Parter | last post by:
I'm trying convert an XML Schema (http://www.elframework.org/projects/xcri/efc_r1.0.xsd/view) to a VB.Net class using the XSD tool provided with the .NET 2 SDK. However, it's failing to generate...
0
by: wc_chan | last post by:
I wrote a web service projects having 2 asmx and 1 dataset, says dsTest1. The amsx will have a parameter of the dataset as follows: in 1st asmx: <Wethod()HelloWorld1 (byval a1 as dsTest1) as...
2
by: =?Utf-8?B?TWlnaHR5IE1hcms=?= | last post by:
I'd like to generate my WebService interface from an XSD schema. Here's what I've done: 1. created a XML file 2. use the xsd.exe to generate the XSD: C:\>xsd my.xml 3. my.xsd is generated 4....
1
by: ahsan19 | last post by:
Our company is doing a project for the City of Chicago and we are trying to communicate with their servers using web services. Their environment is java based but we are using .NET on our end. The...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.