Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 9049 invoked from network); 9 Oct 2008 16:43:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 16:43:25 -0000 Received: (qmail 82068 invoked by uid 500); 9 Oct 2008 16:43:22 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 82046 invoked by uid 500); 9 Oct 2008 16:43:22 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 82035 invoked by uid 99); 9 Oct 2008 16:43:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 09:43:22 -0700 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ivobenedito@gmail.com designates 209.85.198.234 as permitted sender) Received: from [209.85.198.234] (HELO rv-out-0506.google.com) (209.85.198.234) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 16:42:16 +0000 Received: by rv-out-0506.google.com with SMTP id f6so97975rvb.55 for ; Thu, 09 Oct 2008 09:42:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=UNe9+PgMyUSM7OsEd6eDHNn0T7GXFAu5q5YgmEn1RrU=; b=ffFrdYK0SMfw5tzAJFYW3LmJyGOUfv708ryWxDPLbRNHj5DK5293b9EXFVRb1X89CH okCeOHlIP0HsvmrfN2ynHwI1Fa2OurQtmu4j25QH+jiJ+M//rnOxDhl/STyDFR/iXQry ZiZ+3jv03cRXykBgHIMvgtTh2Sl9hytlZPI9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=lsSGB6FKABbHCdZFCV6i+Ehk7TQZMJQwnDJkk248Mi9886od7ppqfVYoGEVdJQ7pnu ebpSa51QOYjkcAHjyN0N52wyxws81dtL0ybOM+JTRGp0qTK+U626woQ4oGQqylt8DdzP GzOKkZg1Gn8KIEk5l6IGpT9n+ybue0eYXJRjA= Received: by 10.140.133.9 with SMTP id g9mr263922rvd.235.1223570572552; Thu, 09 Oct 2008 09:42:52 -0700 (PDT) Received: by 10.141.88.13 with HTTP; Thu, 9 Oct 2008 09:42:52 -0700 (PDT) Message-ID: <6290d7cd0810090942o3d394ec7w84977045e8f1220b@mail.gmail.com> Date: Thu, 9 Oct 2008 17:42:52 +0100 From: "Ivo Benedito" To: user@geronimo.apache.org Subject: Accessing a SAP Webservice MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_106606_27319677.1223570572557" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_106606_27319677.1223570572557 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I'm on my first experience with geronimo and also fresh on webdev with java (only experienced with .net and RoR). I need to connect to a webservice generated by a SAP service. Following the geronimo tutorials, i used the bin jaxws-tool and generated the artifacts/stubs with the WSDL(1.1) file from the webservice. I picked the generated java classes and joined them in a package on my project. Then, i created a JSP file and now i want to use the classes that were generated and make the connection and pick the data from the webservice, but the problem is that i can't figure out what classes should i use and how to use them. I also can't find any documentation explaining this. Probably this is a webservice/java problem (my lack of knowledge) independent from the geronimo aplication server. This is the java files i get generated from the jaxws-tool: ObjectFactory package-info Z3ENVACCRETURNLEVELS Z3ENVACCRETURNLEVELSPortType Z3ENVACCRETURNLEVELSResponse Z3ENVACCRETURNLEVELSService Z3ENVACCS003 --> complex type Z3ENVACCS004 --> complex type thks, ------=_Part_106606_27319677.1223570572557 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,

I'm on my first experience with geronimo and also fresh on webdev with java (only experienced with .net and RoR). I need to connect to a webservice generated by a SAP service.
Following the geronimo tutorials, i used the bin jaxws-tool and generated the artifacts/stubs with the WSDL(1.1) file from the webservice. I picked the generated java classes and joined them in a package on my project. Then, i created a JSP file and now i want to use the classes that were generated and make the connection and pick the data from the webservice, but the problem is that i can't figure out what classes should i use and how to use them. I also can't find any documentation explaining this. Probably this is a webservice/java problem (my lack of knowledge) independent from the geronimo aplication server.

This is the java files i get generated from the jaxws-tool:
ObjectFactory
package-info
Z3ENVACCRETURNLEVELS
Z3ENVACCRETURNLEVELSPortType
Z3ENVACCRETURNLEVELSResponse
Z3ENVACCRETURNLEVELSService
Z3ENVACCS003 --> complex type
Z3ENVACCS004 --> complex type

thks,
------=_Part_106606_27319677.1223570572557--