Re: [VOTE] Again for explicitHeaderWork (Glen)

2002-10-08 Thread Chris Burnley
+1 I need the better implementation of Utils.getOperationQName. R J Scheuerle Jr wrote: >Now that the interop4 branch has been merged into head, I am initiating a >new vote to move >explicitHeaderWork into the head. > >This work contains: >* Better rpc/literal support in the emitters and ru

Re: Correctness of org.apache.axis.wsdl.toJava.Utils.getOperationQName

2002-10-04 Thread Chris Burnley
3.5 of the WSDL 1.1 specification, >the third to last paragraph: > "If use is encoded, then each message part references an abstract type using the >type attribute." > >WSDL spec should be at http://www.w3.org/TR/wsdl >-- >Tom Jordahl >Macromedia Server Developme

Correctness of org.apache.axis.wsdl.toJava.Utils.getOperationQName

2002-10-02 Thread Chris Burnley
if (ns == null) { ns = ""; } +else { +return new QName(ns, operationName); + } to Utils.java, revision RC1 regards, Chris Burnley http://www.xyz.com/schema/Elements"; xmlns:types="http://www.xyz.com/schema/Types