Hi
I am very newbie to web service and my requirements are
1.Consume dot net webservice
2.Should receive response in xml
3. Need to add custom header to the
soap
4.need to use only
Java 1.2(my company still uses java 1.2)
these are some of the questions need to be asked:
How to create/receive soap response?
do i need to create soap request in xml or is there any other tool that i can use to generate it with respect to java 1.2?
How to add custom header to the soap message?
How to read the response of the web services which will be in xml?
I have no idea how to proceed with web service and what are all the apis required from java 1.2.
Please let me know the steps to be followed.
Also please direct me to right resources if possible.