Dear All, I need to expose web services.I got a SOAP request xml structure and a SOAP response xml. By seeing the SOAP xmls structure, i am not able to identify, which kind of web service (rpc/encodec or doc/literal or wrapped/literal) i have to expose. Which tools, i need to use to expose the services. SOAP Request xml -
<S:Envelope> <S:Header> <authentication> <userid>UserName</userid> <password>Password</password> </authentication> </S:Header> <S:Body> <OTA_TestAvailRQ EchoToken="LI" Target="Production" Version="1.0"> ....................................... </OTA_TestAvailRQ> </S:Body> </S:Envelope> -------------------------------------------------------------- SOAP response xml - <S:Envelope> <S:Header> <wsp:authentication> <wsp:userid>XXUserName</wsp:userid> <wsp:password>XXPassword</wsp:password> <wsp:payloadVersion>2007B</wsp:payloadVersion> </wsp:authentication> </S:Header> <S:Body> <OTA_TestAvailRS EchoToken="LI" PrimaryLangID="en" Target="Production" TimeStamp="2009-03-24T20:26:37.058+01:00" Version="1.006"> ................ </OTA_TestAvailRS> </S:Body> </S:Envelope> Can i use Axis for exposing services ? Please advise which kind of web services i have to use ? I am not getting any clue to start on this. Regards, Santosh -- View this message in context: http://www.nabble.com/Axis-Exposing-services-xml-soap-messages-tp25531050p25531050.html Sent from the Axis - User mailing list archive at Nabble.com.