• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic