You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Karthik R <ka...@gmail.com> on 2007/03/21 15:47:45 UTC

wsdl2java Clarification on RPC vs document

I am trying to experiment the following thing
http://www.intertwingly.net/stories/2002/08/17/wsdlRpcVsDocument.html

document literal element="tns:getQuote" element="tns:getQuoteResponse"
  TestSoapImpl: public BigDecimal getQuote(String symbol)
  TestSoapStub: public BigDecimal getQuote(String symbol)
I tried the first one and unable to comprehend why the stub parameter is of
string instead of custom element getQuote
Ideally the bean should be created and sent as parameter.
Can you explain the axis behaviour for the permutations?
will the soap payload body will be different for the case1 and case 2 in the
site

Can anyone clarify?



-- 
View this message in context: http://www.nabble.com/wsdl2java-Clarification-on-RPC-vs-document-tf3441219.html#a9595551
Sent from the Web Services - General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org