Link to home
Start Free TrialLog in
Avatar of chima
chima

asked on

REST and SOAP web service "together"

Hello,
I have a or maybe some xml files that are for a web service composed of both "REST and SOAP". Thus far I am able to test POX, and REST.  The "REST and SOAP" is considered "a payload."  My question is; If with REST I use an xmlRequest, as in:
http://tst/this/rest/CTS/createTS?xmlRequest=<?xml version="1.0" encoding="UTF-8"?>, would the "REST and SOAP" be the same type of request?
Please see the code snippet for sample of the xml
/services/InsertService  
<service name="CloseService">
    <description>
        Close Case Service
    </description>
        <parameter name="Service" 
locked="false">test.sys.TestCloseIService
</parameter>
 
    <operation name="Backup_In_Cl">
        <messageReceiver 
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
    </operation>    
</service>

Open in new window

Avatar of chima
chima

ASKER

This is Axis2 stuff!
ASKER CERTIFIED SOLUTION
Avatar of chima
chima

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial