Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Difference between asmx and ashx file

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic