aspose file tools
The moose likes Web Services and the fly likes Difference between asmx and ashx file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Difference between asmx and ashx file" Watch "Difference between asmx and ashx file" New topic
Author

Difference between asmx and ashx file

Christ Alice
Greenhorn

Joined: Jun 04, 2006
Posts: 2
Hi,

I am new to the web services technology.

I am trying to call .NET webservices from Java. The web service provider provides two URL with .asmx and .ashx extension. I am able to hit the URL in browser with eg, https://hostname/service.ashx?WSDL but not with eg,https://hostname/service.asmx?WSDL file. why??.

1. can anybody say how the diference between .asmx and .ashx files service?

2. When I call the web service from location file (Java) with Soap_address as .ashx or .asmx , the connection reset error is logged in the console. what would be the reason? can anybody help me on this?

Appreciate your help

Thanks,
Alice
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Difference between asmx and ashx file
 
Similar Threads
Need explainations please
Service Invocation
Mapping AxisServlet to a specific file extension
error on trying to have access to a .net web service
Trying to interface with .NET-based service