You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Julian <qu...@elong.com> on 2001/08/12 05:13:33 UTC

WebService and Jbuilder

Hello soap-user,
      How to create a Java WebService program for Apache Soap by
      Jbuilder?
Best regards,
 Julian                          mailto:quakeiv@elong.com


Re: WebService and Jbuilder

Posted by Nicholas Quaine <nq...@soapuser.com>.
Julian,

Try following these steps...

1. install tomcat from http://jakarta.apache.org/tomcat/index.html to your
machine
2. download the required libraries (soap, mail, jaf, xerces) - full details
found in steps 4 & 5 of http://www.soapuser.com/server3.html
3. open up jbuilder and install the required libraries - use tools /
configure libraries / new...
4. add the new libraries to a new project.
5. deploy the soap webapp to tomcat by taking soap.war from
<path>\soap-2.2\webapps to <path>\jakarta-tomcat-3.2.3\webapps (where <path>
is to be replaced with the actual path to these directories)
6. Set your project's startup main to be org.apache.tomcat.startup.Tomcat
and specify application parameters to be
                  -home <path>\jakarta-tomcat-3.2.3
7. write your service classes and a deployment descriptor (if you need help
with this part see http://www.soapuser.com/server4.html)
8. startup tomcat by hitting the play button
9. deploy your services using the web page at
http://localhost:8080/soap/admin/index.html

if you are need of more detail - you can check out the entire server side
tutorial starting at http://www.soapuser.com/server1.html
It should give you an idea of both how to develop independently of an IDE
and of how to integrate and debug using an IDE.

regards,
Nicholas Quaine

Visit http://www.soapuser.com/

nquaine@soapuser.com


----- Original Message -----
From: "Julian" <qu...@elong.com>
To: <so...@xml.apache.org>
Sent: Sunday, August 12, 2001 5:13 AM
Subject: WebService and Jbuilder


> Hello soap-user,
>       How to create a Java WebService program for Apache Soap by
>       Jbuilder?
> Best regards,
>  Julian                          mailto:quakeiv@elong.com


Re: WebService and Jbuilder

Posted by Nicholas Quaine <nq...@soapuser.com>.
Julian,

Try following these steps...

1. install tomcat from http://jakarta.apache.org/tomcat/index.html to your
machine
2. download the required libraries (soap, mail, jaf, xerces) - full details
found in steps 4 & 5 of http://www.soapuser.com/server3.html
3. open up jbuilder and install the required libraries - use tools /
configure libraries / new...
4. add the new libraries to a new project.
5. deploy the soap webapp to tomcat by taking soap.war from
<path>\soap-2.2\webapps to <path>\jakarta-tomcat-3.2.3\webapps (where <path>
is to be replaced with the actual path to these directories)
6. Set your project's startup main to be org.apache.tomcat.startup.Tomcat
and specify application parameters to be
                  -home <path>\jakarta-tomcat-3.2.3
7. write your service classes and a deployment descriptor (if you need help
with this part see http://www.soapuser.com/server4.html)
8. startup tomcat by hitting the play button
9. deploy your services using the web page at
http://localhost:8080/soap/admin/index.html

if you are need of more detail - you can check out the entire server side
tutorial starting at http://www.soapuser.com/server1.html
It should give you an idea of both how to develop independently of an IDE
and of how to integrate and debug using an IDE.

regards,
Nicholas Quaine

Visit http://www.soapuser.com/

nquaine@soapuser.com


----- Original Message -----
From: "Julian" <qu...@elong.com>
To: <so...@xml.apache.org>
Sent: Sunday, August 12, 2001 5:13 AM
Subject: WebService and Jbuilder


> Hello soap-user,
>       How to create a Java WebService program for Apache Soap by
>       Jbuilder?
> Best regards,
>  Julian                          mailto:quakeiv@elong.com