|
|
SOAP Help please
HelloI want to do a SOAP client for connection in a server in Ruby onRails. Have got an example of code because I don't how I can do this.Think youI developp with Eclispe 3.2 with java 1.6Bye
|
|
0
|
|
|
|
Reply
|
vialadom (7)
|
3/14/2007 12:30:50 PM |
|
Dom wrote:
> Hello
> I want to do a SOAP client for connection in a server in Ruby on
> Rails. Have got an example of code because I don't how I can do this.
> Think you
> I developp with Eclispe 3.2 with java 1.6
> Bye
>
I'm not sure why you mention Ruby on Rails, I'll assume that this has to
do with the provider of the web services for which you wish to write a
client. Therefore I'll ignore the Ruby on Rails part.
Plan A
------
This only uses the classes provided with the vanilla JDK.
Use HttpURLConnection and the Xerces SAXParser
http://www-128.ibm.com/developerworks/xml/library/x-soapcl/index.html
http://www.cafeconleche.org/books/xmljava/chapters/ch03s05.html
I find the above approach simple and effective. It helps that I know
what SOAP requests and responses look like on the wire (thanks to Perl,
SOAP::Lite, Wireshark and some 3rd party web-services)
Plan B
------
This requires you download lots of stuff and learn how to use it.
Download Apache SOAP, which requires you download JavaMail which
requires you download some other stuff. I thought "why do I need
JavaMail?" and went back to plan A.
Start here - http://ws.apache.org/soap/
I find the above approach daunting. Perhaps it looks easier after you've
climbed the mountain :-)
|
|
0
|
|
|
|
Reply
|
Ian
|
3/14/2007 3:49:21 PM
|
|
Dom wrote:> I want to do a SOAP client for connection in a server in Ruby on> Rails. Have got an example of code because I don't how I can do this.Get a web service toolkit and generate a stub from the WSDL.Then calling the web service is just calling a method in a class.Arne
|
|
0
|
|
|
|
Reply
|
ISO
|
3/14/2007 11:36:40 PM
|
|
|
2 Replies
99 Views
(page loaded in 0.077 seconds)
Similiar Articles: SOAP Problem on Windows 7 - comp.soft-sys.matlabMy knwoledge of SOAP and web services is patchy at best ... <hr> <p>Please try the following:</p> <ul> <li ... that, maybe that's the problem...) ... can help me ... Looking for updated info on tclsoap and in particular SOAP::WSDL ...Hi, I need help on the tcl soap/webservices. currently, trying with tclws and tclsoap. ... And, our next would be xorb - xotcl soap. Please advice with your opinions. Error when try to install ncurses gem on windows - comp.lang.ruby ...> > Please help! Any insight would be helpfull, im a little lost right now > and i would ... SOAP Problem on Windows 7 - comp.soft-sys.matlab Eventmachine install error ... getpeername: Transport endpoint is not connected - comp.unix ...SOAP Problem on Windows 7 - comp.soft-sys.matlab getpeername: Transport endpoint ... Expect scripting on HP - help please - comp.sys.hp.hpux getpeername: Transport endpoint ... Verifying signed JARs in Java is crap! - comp.lang.java.security ...And if anyone have an idea for an >ant<>tomcat<>checksum<>jar solution, please help me! Try digging around in JCE to see what sort of tools there are. Neil F-S on TV - comp.sys.acorn.miscfeather plot help please? - comp.soft-sys.matlab... year month day hour minute second ... mouse (maybe she's ... > >f.w.i.w. -Peter Heh, who was that Argentinian soap-star ... Looping through Web Service results - comp.lang.phpHi Folks I'm having trouble displaying individual values of my SOAP results. ... Does any= one have any ideas? Any help would be greatly appreciated. Thanks ... Outlook Meeting requests Through JAVA - comp.lang.java.programmer ...If yes, pls share the same.Please don't multipost.AFAIK ... Saving Time Help and Support Center If you run the ... Sending Files, Attachments, and SOAP Messages Via DIME ... Tutorial on usage of X509 certificate extension - comp.lang.java ...JavaScript and X509 Certificates .. help ... page 17... from XML 0 338 I have a SOAP envelope digitally signed and including an X509 certificate. ... top 10 uses for random data compression?? anyone? - comp ...She'd rather recover firstly than help with Imran's ... Try employing the invasion's obliged soap and Sayed ... Who burns please, when Lionel compensates the labour Vice ... Soap error help please!! - .NET Framework DevelopHi All, Thanks for your help. I came to know soap calls were getting corrupted. The alternate method we found is create proxy class using wsdl.exe and create class ... Soap problem ! Help ? Please !!!? - Yahoo! AnswersFirst my mom said she broke out because of the soap but I still used that kind because it was fine to me. A couple days later I broke out from using it and ... 7/10/2012 10:28:29 AM
|
|
|
|
|
|
|
|
|