Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 79767 invoked from network); 30 Apr 2007 18:45:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Apr 2007 18:45:36 -0000 Received: (qmail 714 invoked by uid 500); 30 Apr 2007 18:45:34 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 697 invoked by uid 500); 30 Apr 2007 18:45:33 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 686 invoked by uid 99); 30 Apr 2007 18:45:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Apr 2007 11:45:33 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.58.185] (HELO web55306.mail.re4.yahoo.com) (206.190.58.185) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 30 Apr 2007 11:45:26 -0700 Received: (qmail 1952 invoked by uid 60001); 30 Apr 2007 18:45:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=0olozA5F9VvYSusvpVZKI/97NDHnypZIqgt7t4eYY5e0SakGw+vUV6dFPkXxdCvnU2ErZG5qFdIf5fA6oJmcoBZgHXyzMMJxXiZ0hgV6E2fHLt9vgVk2EhKe30rhXAOsD4I9xSxudJBiD05NyhZKEVnDJwiy5MRSY573gR+hEiE=; Received: from [65.57.245.11] by web55306.mail.re4.yahoo.com via HTTP; Mon, 30 Apr 2007 11:45:04 PDT X-Mailer: YahooMailRC/478 YahooMailWebService/0.7.41.10 Date: Mon, 30 Apr 2007 11:45:04 -0700 (PDT) From: no spam Subject: newbie help - how to build up an ADBBean? To: axis-user@ws.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1210118482-1177958704=:1744" Message-ID: <196000.1744.qm@web55306.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --0-1210118482-1177958704=:1744 Content-Type: text/plain; charset=ascii I've generated some ADB code from Microsoft SharePoint WSDL, using the ADB bindings. Can someone give me some basic orientation? Here are relevant details: a schema fragment (useless, imho) from the wsdl is is: there is a setViewFields() call which I'd like to make. It takes a ViewFields_type14, which also tells me nothing: public static class ViewFields_type14 implements org.apache.axis2.databinding.ADBBean{ /* This type was generated from the piece of schema that had name = viewFields_type14 Namespace URI = http://schemas.microsoft.com/sharepoint/soap/ Namespace Prefix = ns1 */ /** * field for ExtraElement */ protected org.apache.axiom.om.OMElement localExtraElement ; /** * Auto generated getter method * @return org.apache.axiom.om.OMElement */ public org.apache.axiom.om.OMElement getExtraElement(){ return localExtraElement; } /** * Auto generated setter method * @param param ExtraElement */ public void setExtraElement(org.apache.axiom.om.OMElement param){ this.localExtraElement=param; } the ADBBean interface also has nothing in it but a getPullParser() method. So how can I build up a ViewFields_type14 such that the Java compiler will be happy? I've spent at least an hour poring over the ADB documentation and so far extracted nothing actionable. How about a code sample? Bob Ahhh...imagining that irresistible "new car" smell? Check out new cars at Yahoo! Autos. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --0-1210118482-1177958704=:1744 Content-Type: text/html; charset=ascii
I've generated some ADB code from Microsoft SharePoint WSDL, using the ADB bindings.  Can someone give me some basic orientation?  Here are relevant details:

a schema fragment (useless, imho) from the wsdl is is:

      <s:element name="GetListItemsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetListItemsResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>

there is a setViewFields() call which I'd like to make.  It takes a ViewFields_type14, which also tells me nothing:

        public static class ViewFields_type14
        implements org.apache.axis2.databinding.ADBBean{
        /* This type was generated from the piece of schema that had
                name = viewFields_type14
                Namespace URI = http://schemas.microsoft.com/sharepoint/soap/
                Namespace Prefix = ns1
                */
                        /**
                        * field for ExtraElement
                        */
                        protected org.apache.axiom.om.OMElement localExtraElement ;
                           /**
                           * Auto generated getter method
                           * @return org.apache.axiom.om.OMElement
                           */
                           public  org.apache.axiom.om.OMElement getExtraElement(){
                               return localExtraElement;
                           }
                            /**
                               * Auto generated setter method
                               * @param param ExtraElement
                               */
                               public void setExtraElement(org.apache.axiom.om.OMElement param){
                                    this.localExtraElement=param;
                               }


the ADBBean interface also has nothing in it but a getPullParser() method.   So how can I build up a ViewFields_type14 such that the Java compiler will be happy?  I've spent at least an hour poring over the ADB documentation and so far extracted nothing actionable.  How about a code sample?

Bob



Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos. --0-1210118482-1177958704=:1744--