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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
