Discussion:
[jboss-user] [JBoss Web Services] - Re: Issue with Jboss Web
Alessio Soldano
2013-01-28 11:38:24 UTC
Permalink
Alessio Soldano [https://community.jboss.org/people/asoldano] created the discussion

"Re: Issue with Jboss Web Services: jbossws-cxf.xml"

To view the discussion, visit: https://community.jboss.org/message/794578#794578

--------------------------------------------------------------
Can you please provide more info on your packaging / web.xml (if present) ?
Basically, what happens when spring support is used is that the address you provide there in jaxws:endpoint is supposed to match the path for the actually deployed endpoint. So, you could probably use "/helloWs" there, but that would be your app context root is "helloWs" and the url pattern is "*".
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/794578#794578]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
Viral Gohel
2013-04-05 12:44:54 UTC
Permalink
Viral Gohel [https://community.jboss.org/people/vrlgohel] created the discussion

"Re: Issue with Jboss Web Services: jbossws-cxf.xml"

To view the discussion, visit: https://community.jboss.org/message/806683#806683

--------------------------------------------------------------
Do you really need the jbossws-cxf.xml ?
I am not sure which JBoss AS you are using. If it is JBoss AS 5, then including this file is not a mandate unless you need some more fuctionality apart from knowing the details regarding the deployment endpoint.

When you do not include this, in your /tmp folder, the jbossws-cxf.xml file gets automatically generated with the required configuration.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/806683#806683]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
Loading...