472,374 Members | 1,567 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,374 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 6243
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...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

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.