Results 1 to 2 of 2
- 08-11-2009, 04:50 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
Server to read message sent by SOAPConnection.call(..)
Hi,
I have done a small example with Socket & ObjectInput/OutputStream by constructing a sample client-server configuration. However, my goal is to do client-server communication with SOAP. On the client-side I am using SOAPConnection to call(SOAPMessage, URL). But I don'know how to get the message now in the server. Using BufferredReader on the InputStream seems not to work since reader.readline() performs to find a null and crashes.
So there mus be some crrespondance to SOAPConnection just as ObjectInputStream is to ObjectOutputStream. I saw that in java se6 there is a SOAPConnection.get() method along with the call one, but i could't figure out what is its true application...
Any help is greatly appreciated!
Cheers,
Nick
- 08-21-2009, 05:06 AM #2
SOAP is the underlying technology for traditional Web services. The idea is to support remote procedure calls with minimal programming using Web technologies.
To implement them, you typically use a toolkit to create the client and server component. The server component runs in a Web application server, which handles the communications.
There is a lot of documentation on the Internet.
Similar Threads
-
How to use FTP to read files from server?
By user12345 in forum New To JavaReplies: 1Last Post: 03-18-2009, 12:46 PM -
execute on server and read from file
By futurpc in forum NetworkingReplies: 1Last Post: 03-13-2009, 07:45 PM -
java.sql.sql exceptin: io exception got minus one from a read call
By illusion1912 in forum JDBCReplies: 3Last Post: 02-17-2009, 11:11 AM -
How can I call my database read method to display its ArrayList?
By matpj in forum New To JavaReplies: 3Last Post: 01-29-2009, 10:20 AM -
send/read int in a client/server app
By dim_ath in forum New To JavaReplies: 2Last Post: 01-03-2008, 01:03 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks