Click here to Skip to main content
15,900,725 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello , I am having .net MVC3 Application, i have to call java API Webservices of other application in my .net application. how do i call those methods in .net? Please suggest any link . The Response and request will be in XML format.
Posted

1 solution

It depends on what Java Web Service are they, even more on what are "other application". If this is a standard service based on WSDL, you can easily use it by .NET client code. Please see my past answers:
Consuming hosted iis web services[^],
How to consume Non .net Web Service in Asp.net using VB.Net[^],
Consume SOAP services with https in asp.net[^]

—SA
 
Share this answer
 
Comments
Member 10004269 19-Aug-14 3:41am    
Sergey Alexandrovich yes it is having WSDL..
Sergey Alexandrovich Kryukov 19-Aug-14 11:19am    
Then you won't have a problem using it...
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900