Hi Alex, The resulting/converted document-style WSDL/Service works, but the root message types are put into a wrapper by Axis2 so your messages are changed a bit. Not sure if that answers your question. As for the issue of the "types" section disappearing in the generated WSDL (ODE-130) I unfortunately haven't had time to dive into that yet.
Rich On 5/14/07, Alex Boisvert <[EMAIL PROTECTED]> wrote:
Hi Rich, Did you assess if the resulting document-style WSDL correctly matched the RPC-style description? alex On 5/14/07, Rich Taylor <[EMAIL PROTECTED]> wrote: > > This isn't so much as an answer to your question as it is a confirmation > that I've noticed the same thing. My understanding is that when you > deploy > an Ode process in Axis2, if it is "document" style it is left as is, but > if > it "rpc" style Axis2 converts it to "document" style automatically. I'm > not > sure if this is a result of the Axis2 / Ode integration code or as aspect > of > Axis2 pushing towards always using document style services. This caused > me > some confusion as well. > > The bug Alex mentioned is also important to keep in mind in this area. > > Cheers, > Rich > > On 5/13/07, ½ðÐÐ Áõ <[EMAIL PROTECTED]> wrote: > > > > Hi All! > > > > I have a question about the wsdl file between before > > deployment and after deployment, > > For example, > > before deployment,the style property is "rpc" > > <soap:binding style="rpc" > > transport="http://schemas.xmlsoap.org/soap/http"/> > > after deployment,the style property has been changed > > to "document",such as > > <soap12:operation > > soapAction="http://ode/bpel/unit-test.wsdl/HelloPortType/TestIn" > > style="document"/> > > > > could you tell me why? > > > > Thanks , > > Regards! > > > > Send instant messages to your online friends > http://uk.messenger.yahoo.com > > >
