[jboss-user] [JBossWS] - Re: wsconsume exception on document binding

paoletto do-not-reply at jboss.com
Sun Dec 16 17:38:39 EST 2007


sorry, the wsdl got cutted.. here it is:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <definitions targetNamespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/parseArray/2007/03/parseArray.wsdl" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://docs.active-endpoints.com/activebpel/sample/wsdl/parseArray/2007/03/parseArray.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  |    <types>
  |       <xsd:schema targetNamespace="http://docs.active-endpoints.com/activebpel/sample/wsdl/parseArray/2007/03/parseArray.wsdl" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  |             <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/"/>
  |          <!-- Array of java.lang.String. -->
  |             <complexType name="ArrayOfString">
  |               <sequence>
  |                  <element maxOccurs="unbounded" name="item" type="xsd:string"/>
  |               </sequence>
  |            </complexType>
  |             </xsd:schema>
  |    </types>
  |    <message name="stringArrayRequest">
  |       <part name="stringArrayToUse" type="tns:ArrayOfString"/>
  |    </message>
  |    <message name="stringResponse">
  |       <part name="stringToReturn" type="xsd:string"/>
  |    </message>
  |    <portType name="parseArrayPT">
  |       <operation name="parseStringArray">
  |          <input message="tns:stringArrayRequest" name="stringArrayRequest"/>
  |          <output message="tns:stringResponse" name="stringResponse"/>
  |       </operation>
  |    </portType>
  |    <binding name="ParseArrayServiceBinding" type="tns:parseArrayPT">
  |       <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
  |       <operation name="parseStringArray">
  |        <soap:operation soapAction="" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
  |          <input>
  |         <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
  |          </input>
  |          <output>
  |         <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
  |          </output>
  |       </operation>
  |    </binding>
  |    <service name="ParseArrayService">
  |       <port binding="tns:ParseArrayServiceBinding" name="ParseArrayServicePort">
  |        <soap:address location="http://mirkwood:8080/active-bpel/services/ParseArrayService" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
  |       </port>
  |    </service>
  | </definitions>
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113242#4113242

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113242



More information about the jboss-user mailing list