[jboss-user] [JBossWS] - Re: SoapFault on returning the web service response

richard.opalka@jboss.com do-not-reply at jboss.com
Wed Jan 9 10:15:41 EST 2008


This is the generated WSDL

<definitions name="SpamService" targetNamespace="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  |  <types>
  |   <xs:schema targetNamespace="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0" version="1.0" xmlns:tns="http://service.responsys.com/rsystools/ws/SpamComplaintWS/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  |    <xs:element name="processSpamComplaints" type="tns:processSpamComplaints"/>
  |    <xs:element name="processSpamComplaintsResponse" type="tns:processSpamComplaintsResponse"/>
  |    <xs:complexType name="processSpamComplaints">
  |     <xs:sequence>
  |      <xs:element minOccurs="0" name="email" type="xs:string"/>
  |      <xs:element minOccurs="0" name="fromAddress" type="xs:string"/>
  |      <xs:element minOccurs="0" name="mailDate" type="xs:string"/>
  |      <xs:element minOccurs="0" name="complaintDate" type="xs:string"/>
  |      <xs:element minOccurs="0" name="mailbox" type="xs:string"/>
  |      <xs:element minOccurs="0" name="complainer" type="xs:string"/>
  |      <xs:element minOccurs="0" name="xRext" type="xs:string"/>
  |      <xs:element minOccurs="0" name="accountName" type="xs:string"/>
  |     </xs:sequence>
  |    </xs:complexType>
  |    <xs:complexType name="processSpamComplaintsResponse">
  |     <xs:sequence>
  |      <xs:element minOccurs="0" name="SpamResult" type="tns:SpamResult"/>
  |     </xs:sequence>
  |    </xs:complexType>
  |    <xs:complexType final="extension restriction" name="SpamResult">
  |     <xs:sequence>
  |      <xs:element name="email" nillable="true" type="xs:string"/>
  |      <xs:element name="fromAddress" nillable="true" type="xs:string"/>
  |      <xs:element name="mailDate" nillable="true" type="xs:string"/>
  |      <xs:element name="complaintDate" nillable="true" type="xs:string"/>
  |      <xs:element name="mailbox" nillable="true" type="xs:string"/>
  |      <xs:element name="complainer" nillable="true" type="xs:string"/>
  |      <xs:element name="xRext" nillable="true" type="xs:string"/>
  |      <xs:element name="accountName" nillable="true" type="xs:string"/>
  |     </xs:sequence>
  |    </xs:complexType>
  |   </xs:schema>
  |  </types>
  |  <message name="SpamComplaintWS_processSpamComplaints">
  |   <part element="tns:processSpamComplaints" name="processSpamComplaints"/>
  |  </message>
  |  <message name="SpamComplaintWS_processSpamComplaintsResponse">
  |   <part element="tns:processSpamComplaintsResponse" name="processSpamComplaintsResponse"/>
  |  </message>
  |  <portType name="SpamComplaintWS">
  |   <operation name="processSpamComplaints" parameterOrder="processSpamComplaints">
  |    <input message="tns:SpamComplaintWS_processSpamComplaints"/>
  |    <output message="tns:SpamComplaintWS_processSpamComplaintsResponse"/>
  |   </operation>
  |  </portType>
  |  <binding name="SpamComplaintWSBinding" type="tns:SpamComplaintWS">
  |   <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  |   <operation name="processSpamComplaints">
  |    <soap:operation soapAction=""/>
  |    <input>
  |     <soap:body use="literal"/>
  |    </input>
  |    <output>
  |     <soap:body use="literal"/>
  |    </output>
  |   </operation>
  |  </binding>
  |  <service name="SpamService">
  |   <port binding="tns:SpamComplaintWSBinding" name="SpamComplaintWSPort">
  |    <soap:address location="http://localhost.localdomain:8080/jaxws-jbws1845/SpamService"/>
  |   </port>
  |  </service>
  | </definitions>

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

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



More information about the jboss-user mailing list