Title: Message
Hi All,
 
 
My SOAP service is RPC based. Recently I am looking into a message-based SOAP service. I read thru lot of documentation but I am still confused about following things:
 
1. Could message-based service have WSDL?  Could we generate code based on WSDL like we do for RPC based? I would think that this is not the case as with document style you will have parse your own xml data. So all you would need to publish is the schema for your xml?
 
2. If you need attachements, is message based better approach or rpc? OR that does not matter as attachements are not part of SOAP XML?
 
3. Is performance better with message based? I read some articles indicating that it is.
 
4. If your SOAP service needs to return some response, rpc based is better? In message based it is supported by HTTP protocol but is it just better to with rpc in this case?
 
Thanks,
Soniya

Reply via email to