LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-05-2006, 07:23 AM   #1
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Rep: Reputation: 239Reputation: 239Reputation: 239
web services SOAP


Does anybody out there know of web services available
for public use?
I have to knock up a SOAP client to talk to weblogic
and I would like to just netcat a SOAP request to a free
webservice just to get a feel of what's going on.

There's WL documentation but it's so dry and obfuscated
(to make itself look clever)
when as I understand(?) its a simple process.

A webservice and a nice example SOAP envelope would be nice
 
Old 12-06-2006, 01:46 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi -

I'm not sure exactly what you're looking for ...

... but Google has lots of neat developer stuff.

Including (I'm sure) some very simple "hello world" type examples you can try out.

All SOAP, all Web-services based. You might want to take a look around here:

http://code.google.com/

Just a thought .. PSM

PS:
Please pardon the anachronistic and totally embarassing use of the adjective "neat" ;-)
 
Old 12-07-2006, 03:55 AM   #3
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
thanks very much, that's a very useful looking site.

There's loads of stuff out there but everyone is bigging themselves up
using marketing speak like "leveraging your legacy data api throughput procuctizing potential" when
I 'm sure you just squirt some XML at a port and read what comes back.

gets on my nerves it do
 
Old 12-08-2006, 01:22 AM   #4
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
I suppose WebLogic is using Java as development platform. If so, I suggest you take a look at Apache Axis or Apache Soap or XFire to call the WebLogic Web Service.

Read a little bit about wsdl and about webservices calls and the rest should be easy.

1)You find the Wsdl file
2)You choose the api you want to use to create the webservice client
3)You create the webservice client and invoke the webservice and do what you have to do with the result of the code invocation.
 
Old 12-08-2006, 04:25 AM   #5
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
Thanks paulsm4, I found some really swell stuff on the google code site.
They have some nice testable webservices to use and examples.

I was up and running the same day.

Thanks mrcheeks, i only just spotted your reply. I have got to the stage of
using netcat to directly squirt into google's webservice so I get
an understanding of how it works. This simple solution works too.

I will look into your suggestions, I have already
tried perl SOAP::Lite.

It seems strange how much I had to download from cpan just to squirt a tiny data
file into a port ?
I thought the idea was that it was supposed to be simple!

oh well, what do I know
 
Old 12-08-2006, 05:31 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Yeah, the idea is to have it simple

Have a look at this blog for a funny discussion around this "simplicity": http://wanderingbarque.com/noninters...ds-for-simple/
 
Old 12-08-2006, 05:55 AM   #7
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
I like it Jilliagre.

I thought I was crazy: the only person who hates XML.
(actually it's quite groovy when kept simple - AND THEN the marketing people tell
the bosses we need it, and jeez)
 
Old 12-08-2006, 10:26 AM   #8
Seagull
Member
 
Registered: Oct 2003
Location: Holland
Distribution: SuSE 10.0 SuSE 10.2
Posts: 70

Rep: Reputation: 15
You may want to look at XINS
 
Old 12-10-2006, 05:25 PM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Billy,
If you're going to be doing this a lot, there are a couple of Perl books:
http://www.oreilly.com/catalog/pwebserperl/ aka Programming Web Services with Perl
and http://www.oreilly.com/catalog/perlxml/ aka Perl and XML.
Maybe you can talk the boss into coughing up some cash....
 
Old 12-11-2006, 04:28 AM   #10
bigearsbilly
Senior Member
 
Registered: Mar 2004
Location: england
Distribution: Mint, Armbian, NetBSD, Puppy, Raspbian
Posts: 3,515

Original Poster
Rep: Reputation: 239Reputation: 239Reputation: 239
Cheers chris and seagull, probably not going to do to much more in the near future.
I worked myself a simple solution now that works ok without having to go through
the hassle of getting permission to install stuff on our production servers.
It's really so simple, using just netcat (i snuck that on ok though) just create the
http header and soap message and bang it off then read on stdout, simple so simple.

Why are there so many tools making it so complicated? search me.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Web services in PHP bahadur Programming 4 06-07-2006 07:34 AM
Need web based terminal services GPF Linux - Software 1 02-01-2006 04:52 PM
web hosting services shadz General 2 01-16-2005 10:01 AM
Monitoring a cluster thru web services nedian123 Linux - Networking 1 12-22-2004 02:40 PM
Debian Web Hosting Services? liquid1 Debian 1 10-17-2003 02:31 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 01:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration