Sign up or Sign in | Share
 
ClearMyBench
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Ruby concepts part 2 (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Ruby concepts part 2
#4744
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
SOAP


The Simple Object Access Protocol (SOAP) is a cross-platform and language-independent RPC protocol based on XML and, usually HTTP.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4745
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
SOAP uses XML to encode the information that makes the remote procedure call, and HTTP to transport that information across a network from clients to servers and vice versa
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4746
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
SOAP has several advantages over other technologies like COM, CORBA etc.

Its relatively cheap deployment and debugging costs, its extensibility and ease-of-use, and the existence of several implementations for different languages and platforms.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4747
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
SOAP4R is the SOAP implementation for Ruby.

SOAP4R supports two different types of servers:

1. CGI/FastCGI based (SOAP::RPC::CGIStub)

2. Standalone (SOAP::RPCtandaloneServer)
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4748
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
The receiver is a object that contains the methodName method.

We define the service methods in the same class as the methodDef method, this parameter is self.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#4749
ShriNi (User)
Software Techie (PEGA) currently on a Career Break
Platinum Boarder
Posts: 4000
graph
User Offline Click here to see the profile of this user
Gender: Female Location: Secundrabad India Birthdate: 1983-09-29
Re:Ruby concepts part 2 3 Years, 10 Months ago Karma: 0  
2.methodName parameter is the name of the method that is called due to a RPC request.

3. paramArg parameter specifies, when given, the parameter names and parameter modes.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
logo footer   Copyright 2009 - 2013 HotRecruiter.Com - All Rights Reserved