You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Andreas Gruenhagen <an...@informatik.tu-muenchen.de> on 2001/06/13 15:51:52 UTC

SOAP API questions

Hello to everybody,
maybe these are stupid questions, but 
-Why does the SOAP-API use this RPC ?
 Why don't we take simple sockets ?

Some further questions which crossed my mind while browsing the SOAP-API
- Why is there a Class 'RPCRouter' ? The routing does not concern SOAP !
- Why is there no method: 
 public Document getContent()
  which returns the content in the Class org.apache.soap.Body
 Instead we have got a method 
 public java.util.Vector getBodyEntries() 
 which returns a Vector. The single elements have to be casted to 'Element'.  
 That's bad design.

- What is an EnvelopeEditor good for ?
   If I want to change an enevelop, I create a new body object.
   What is an EnvelopeEditor supposed to do in 'editIncoming' and   
   'editOutgoing' ?   Ok, edit the incomming and the outgoing, but that's 
very general. Shouldn't the interface be a bit more specific ?
   Why are these things not documented ?
- What should a 'Provider' provide ?
  As far as I can see, it provides information about services. but which
  services ? Only the locally deployed services ? 
  And again :
  Why are these things not documented ?
  
thanks 
andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org