up vote 1 down vote favorite
share [g+] share [fb]

I have a java web service deployed on JBoss Server 4.2.3 GA The generated wsdl uses "?"

There are clients in .NET who are accessing the WSDL on their side. Earlier the clients used to get like ".wsdl" to access the web service. Now they want the same .wsdl instead of ?wsdl.

Kindly suggest how to redirect or change some configuration to provide the .wsdl url to the client.

Thanks, Kapil

link|improve this question
2  
Clients get whatever URL they are configured to get. There's nothing wrong with ?wsdl. – Mehrdad Afshari Sep 19 '09 at 13:49
1  
Have you considered using URL rewriting to fix the issue? – Bernard Vander Beken Feb 12 '10 at 15:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown