This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Generating a WSDL in Axis2 deployed localhost on JBoss 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 "Generating a WSDL in Axis2 deployed localhost on JBoss" Watch "Generating a WSDL in Axis2 deployed localhost on JBoss" New topic
Author

Generating a WSDL in Axis2 deployed localhost on JBoss

Jon Greenwood
Greenhorn

Joined: Mar 13, 2011
Posts: 8
Hi

I am trying to understand how to amend the <soap:address location=
attribute for the WSDL of an Axis2 webService deployed locally on JBoss.
This was originally an Axis1 webService. It does NOT use annotations to define @WebService

Code:

I am able to amend the services.xml file and remove <operation> elements and change the <parameter name="ServiceClass"> to an empty ServiceClass.
This successfully removes the operations but has no bearing on the <wsdl:port>.
I am beginning to think that this is configured by JBoss.

Can anyone please advise how this part of the WSDL gets generated?

Thanks in advance
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Generating a WSDL in Axis2 deployed localhost on JBoss
 
Similar Threads
WSDL on internet shows IP address instead of hostname
Axis2 - WSDL to code
How to write a client code for this webservice
Unexpected character '"' (code 34) in DOCTYPE declaration
WSDL location and Port address location