Why so many Headers?
--------------------

                 Key: XFIRE-945
                 URL: http://jira.codehaus.org/browse/XFIRE-945
             Project: XFire
          Issue Type: Bug
          Components: Generator
    Affects Versions: 1.2.5
         Environment: JDK1.5
            Reporter: hubert zhang
            Assignee: Dan Diephouse


 I have trouble with generating stub using WSDL.
       There is the WSDL file(partly):
             <operation name="getBookPrice">
                      <soapbind:operation style="rpc" soapAction= " 
http://www.Monson-Haefel.com/jwsbook/BookQuote/GetBookPrice"/>
                      <input>
                              <soapbind:header message="mh:Headers" 
part="message-id" use="literal" />
                              <soapbind:body use="literal" 
namespace="http://www.Monson-Haefel.com/jwsbook/BookQuote"; />
                      </input>
                      <output>
                            <soapbind:header message="mh:Headers" 
part="message-id" use="literal" />
                            <soapbind:body use="literal" namespace=" 
http://www.Monson-Haefel.com/jwsbook/BookQuote"; />
                     </output>
           </operation>
      But the generated function in the interface is very strange,as follow
            Header  getBookPrice(Header h, GetBookPriceRequest req, Header h2, 
Holder<GetBookPriceResponse> res, Holder<Header> h3)
      I just want to know why there are so many headers? What are they used for?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to