tags:

views:

87

answers:

0

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

UserName Password ------------------
------------------

SOAP response XML

XXUserName XXPassword 2007B ------------------
------------------

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.

related questions