This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Consume .Net webservice Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Consume .Net webservice" Watch "Consume .Net webservice" New topic
Author

Consume .Net webservice

Siva Masilamani
Ranch Hand

Joined: Sep 19, 2008
Posts: 377
Hi i am newbie to web service.

I want to consume dot net web service from java 1.2.

We are using SAAJ to consume web service.

My question is,how to specify the function name that we gonna call in the SOAP request ?

They are publishing three methods as web service and we will be calling each method with different list of parameters.

Please find below the code we intend to use.
constant.Destination ='129.12.223.12/web/samp/samp1.asmx'



SCJP 6,SCWCD 5,SCBCD 5

Failure is not an option.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Consume .Net webservice
 
Similar Threads
Dynamically calling WebServices
Webservice Help!
sending xml file works but converting to SOAP message
Display SOAP request line by line
Combining JAAS and SOAP in a log on system