On Thursday 28 October 2010 8:04:29 pm Fernando Avalos García wrote: > Hi there, > > Maybe I am missing something but my generated WSDL looks as follows in the > response: > > <wsdl:output name="getById"> > <soap:body use="literal"/> > </wsdl:output> > > My response is suppose to be an object, but I don't know why it is not > generating the schema for my object. > > Could anyone give me a clue, please?
You would definitely need to provide more information. The above is from the wsd:binding, but the place where the response information would be is in the portType, the message associated with that output in the portType, and the elements in that message. -- Daniel Kulp [email protected] http://dankulp.com/blog
