XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old February 2nd, 2004, 02:45 PM
ol4pr0 ol4pr0 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Location: Ecuador
Posts: 512 ol4pr0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 18 sec
Reputation Power: 5
starting XML

Well basicly i have a bunch of questions, but let me start slowly ;-)

serverOS = linux
webServer= Apache
db = mysql


Now here it comes..

I need to make a basic test application which can send and respond / receive information from a other server using soap.

I do not have a clue on where to start or how to create such a application. It can be either php / perl ( java if it must be so lol )

Appreciate all the help.

Reply With Quote
  #2  
Old February 3rd, 2004, 12:22 AM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
If you're familiar at all with Java Apache's Axis project makes soap fairly easy. http://ws.apache.org/axis/

There are similar projects available for php and perl, but I can't give you any solid recommendations there.

Reply With Quote
  #3  
Old February 3rd, 2004, 04:20 AM
whitelines's Avatar
whitelines whitelines is offline
action=(isSleep())?sleep:code;
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Sydney->Indiana
Posts: 182 whitelines User rank is Corporal (100 - 500 Reputation Level)whitelines User rank is Corporal (100 - 500 Reputation Level)whitelines User rank is Corporal (100 - 500 Reputation Level)whitelines User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 15 h 8 m 29 sec
Reputation Power: 10
I second axis, i had a web service with XSLT presentations up and running in a few hours. Have fun :-)

Reply With Quote
  #4  
Old February 3rd, 2004, 01:03 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
I stumbled across a tutorial for SOAP with php. Might be of benefit to you: http://www.phpbuilder.com/columns/k...er20031226.php3

Reply With Quote
  #5  
Old February 4th, 2004, 08:48 AM
ol4pr0 ol4pr0 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Location: Ecuador
Posts: 512 ol4pr0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 18 sec
Reputation Power: 5
Thanks for all the replies.. i already started messing with it. Having troubles installing the SOAP for testing it on a win2k server

Pear installed however Hmmm.. no soap lol.

the NuSOAP i did had a look @ it. Guess ill be forced to only test it on a Linux machine.. ( do not think i saw anything telling me it available for win2k 2 ;-) )

However the NuSOAP also makes use of php

Dont know if i am going to use the java or php yet tho..

it seems that SOAP much more in developement with java.

Last edited by ol4pr0 : February 4th, 2004 at 08:53 AM.

Reply With Quote
  #6  
Old February 4th, 2004, 10:42 AM
ol4pr0 ol4pr0 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Location: Ecuador
Posts: 512 ol4pr0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 18 sec
Reputation Power: 5
Any way to have the SOAP scripts in java and still using the apache2 ? just by adding a simple module or istn there a quick way :lol:

Reply With Quote
  #7  
Old February 4th, 2004, 11:27 AM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Apache 2 should be able to talk with Tomcat just fine. Here's a quick guide on getting it setup: http://www.leafdigital.com/articles/jspinstall.html

Reply With Quote
  #8  
Old February 4th, 2004, 12:50 PM
ol4pr0 ol4pr0 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Location: Ecuador
Posts: 512 ol4pr0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 18 sec
Reputation Power: 5
Oke thanks.. so if i understand right..

I can have the following running no the same Linux box ( or for testing on a win2k NTFs )

apache 2
tomcat 5++
axis

seems alot for having it run on same server ...

but ohwell.. it be a challenge lol

Reply With Quote
  #9  
Old February 4th, 2004, 07:44 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Ya, that's right. You can move the webserver onto a seperate box if you want, but you shouldn't have any problem running them on the same box.

Reply With Quote
  #10  
Old February 5th, 2004, 10:56 AM
ol4pr0 ol4pr0 is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jan 2004
Location: Ecuador
Posts: 512 ol4pr0 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 18 sec
Reputation Power: 5
Thanks alot for all the info.. I am surely gonna have me some fun with all this.. lol..

To let you in on the plans its gonna be like this.

Some company doesnt want there database outside there building so.. we going to use 3 servers ( 2 linux , 1 windows ( i know lol )) of which the windows is going to run the SOAP ****s.. and the linux boxes for a other kind of retrieving information

Weird ey..

That why i am surely going to have me some fun lol

Reply With Quote
  #11  
Old February 6th, 2004, 01:01 AM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Hehe. Sounds like quite the setup. Good luck getting everything to place nice .

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > starting XML


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT