A wrapped service is a document/literal service, therefore it may have at most one body part. If you want to send the tns:warnings element in the body, then you need to define it within the tns:getTransactions element. You can also include the same element within your return element.
See http://atmanes.blogspot.com/2005/03/wrapped-documentliteral-convention.html for a description of the wrapped convention. Anne On 5/11/05, Patrick Cogan <[EMAIL PROTECTED]> wrote: > Hi, > > Here is some furthur information: > > The message I use is: > > <wsdl:message name="getTransactionsRequest"> > <wsdl:part name="parameters" element="tns:getTransactions" /> > <wsdl:part name="warning" element="tns:warnings" /> > </wsdl:message> > > If I remove the warning part then I get wrapped, but I want wrapped and the > warning inout parameter. > > Regards, > > Patrick. > > > On 5/11/05, Patrick Cogan <[EMAIL PROTECTED]> wrote: > > Hi > > > > Is it possible to have a wrapped service with inout parameters? If so how, > as I haven't been able to do this. > > > > Regards, > > > > Patrick. > > > >
