Hi, Is there any way to control the structure of soap response for ejb services? I have tried with exposing an EJB as web service using axis. It works fine, but the structure of request and response message is very verbose filled with lots of information. I tried with specifying a custom wsdl file in the wsdd of the service. When I check the wsdl for the service using serviceUrl?wsdl, it gives back the specified wsdl nicely, but it seems that the wsdl is not used to generate the response message (and its not mentioned anywhere that it would be). I am not sure if this is the right way of controling the message structure. Any pointers on this is very appreciated. Please tell me if my query is not clear or further information could help. Thanks, Deepesh
PS: I fed the soap request generated from apache soap client to apache axis service and surprisingly it consumed it and processed it properly. Although the structure of request message differs significantly for the two.
