[jboss-user] [JBossWS] - Re: wstools.sh process gsoap's wsdl error
peixubin
do-not-reply at jboss.com
Thu Sep 21 21:51:49 EDT 2006
wsdl:
| <?xml version="1.0" encoding="UTF-8"?>
| <definitions name="C2g"
| targetNamespace="http://localhost/wsdl"
| xmlns:tns="http://localhost/wsdl"
| xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
| xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xmlns:xsd="http://www.w3.org/2001/XMLSchema"
| xmlns:s="http://localhost/xsd"
| xmlns:ns="http://localhost/"
| xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap12/"
| xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
| xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
| xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
| xmlns="http://schemas.xmlsoap.org/wsdl/">
|
| <types>
|
| <schema targetNamespace="http://localhost/xsd"
| xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
| xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xmlns:xsd="http://www.w3.org/2001/XMLSchema"
| xmlns:s="http://localhost/xsd"
| xmlns:ns="http://localhost/"
| xmlns="http://www.w3.org/2001/XMLSchema"
| elementFormDefault="unqualified"
| attributeFormDefault="unqualified">
| <import namespace="http://www.w3.org/2003/05/soap-encoding"/>
| <complexType name="csb">
| <sequence>
| <element name="id" type="xsd:int" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="mc" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="sbbm" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="dy" type="xsd:int" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="sblx" type="xsd:int" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="xsl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="gdl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="sdl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="edrl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="yhrl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="yhsl" type="xsd:double" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="rq" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="minrq" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="maxrq" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| <element name="glbz" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
| </sequence>
| </complexType>
| <complexType name="csbArray">
| <sequence>
| <element name="item" type="s:csb" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
| </sequence>
| </complexType>
| <complexType name="C2gException">
| <sequence>
| <element name="code" type="xsd:int" minOccurs="0" maxOccurs="1" nillable="true"/>
| </sequence>
| </complexType>
| </schema>
|
| <schema targetNamespace="http://localhost/"
| xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"
| xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xmlns:xsd="http://www.w3.org/2001/XMLSchema"
| xmlns:s="http://localhost/xsd"
| xmlns:ns="http://localhost/"
| xmlns="http://www.w3.org/2001/XMLSchema"
| elementFormDefault="unqualified"
| attributeFormDefault="unqualified">
| <import namespace="http://www.w3.org/2003/05/soap-encoding"/>
| <complexType name="csbArray">
| <sequence>
| <element name="item" type="s:csb" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
| </sequence>
| </complexType>
| </schema>
|
| </types>
|
| <message name="getGsbRequest">
| <part name="dwdm" type="xsd:string"/>
| <part name="input" type="s:csbArray"/>
| </message>
|
| <message name="getGsbResponse">
| <part name="return" type="s:csbArray"/>
| </message>
|
| <message name="getSbRequest">
| <part name="dwdm" type="xsd:string"/>
| <part name="input" type="s:csbArray"/>
| </message>
|
| <message name="getSbResponse">
| <part name="return" type="s:csbArray"/>
| </message>
|
| <message name="getSbmxRequest">
| <part name="dwdm" type="xsd:string"/>
| <part name="input" type="s:csbArray"/>
| </message>
|
| <message name="getSbmxResponse">
| <part name="return" type="s:csbArray"/>
| </message>
|
| <message name="getSbPathRequest">
| <part name="dwdm" type="xsd:string"/>
| <part name="input" type="s:csbArray"/>
| </message>
|
| <message name="getSbPathResponse">
| <part name="return" type="s:csbArray"/>
| </message>
|
| <portType name="C2gPortType">
| <operation name="getGsb">
| <documentation>Service definition of function ns__getGsb</documentation>
| <input message="tns:getGsbRequest"/>
| <output message="tns:getGsbResponse"/>
| </operation>
| <operation name="getSb">
| <documentation>Service definition of function ns__getSb</documentation>
| <input message="tns:getSbRequest"/>
| <output message="tns:getSbResponse"/>
| </operation>
| <operation name="getSbmx">
| <documentation>Service definition of function ns__getSbmx</documentation>
| <input message="tns:getSbmxRequest"/>
| <output message="tns:getSbmxResponse"/>
| </operation>
| <operation name="getSbPath">
| <documentation>Service definition of function ns__getSbPath</documentation>
| <input message="tns:getSbPathRequest"/>
| <output message="tns:getSbPathResponse"/>
| </operation>
| </portType>
|
| <binding name="C2g" type="tns:C2gPortType">
| <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
| <operation name="getGsb">
| <SOAP:operation style="rpc"/>
| <input>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </input>
| <output>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </output>
| </operation>
| <operation name="getSb">
| <SOAP:operation style="rpc"/>
| <input>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </input>
| <output>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </output>
| </operation>
| <operation name="getSbmx">
| <SOAP:operation style="rpc"/>
| <input>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </input>
| <output>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </output>
| </operation>
| <operation name="getSbPath">
| <SOAP:operation style="rpc"/>
| <input>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </input>
| <output>
| <SOAP:body use="encoded" namespace="http://localhost/" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>
| </output>
| </operation>
| </binding>
|
| <service name="C2g">
| <documentation>gSOAP 2.7.8c generated service definition</documentation>
| <port name="C2g" binding="tns:C2g">
| <SOAP:address location="http://localhost/c2g.cgi"/>
| </port>
| </service>
|
| </definitions>
|
|
|
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973446#3973446
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973446
More information about the jboss-user
mailing list