[jboss-user] [JBossWS] - Re: How do I override the ServiceEndpointAddress?
eric@attask.com
do-not-reply at jboss.com
Mon Apr 7 19:19:09 EDT 2008
Let me further explain my findings, the <port-component-uri> seems to append to the context. I need to set it.
For example
<session>
| <ejb-name>API</ejb-name>
| <jndi-name>API</jndi-name>
| <local-jndi-name>local/API</local-jndi-name>
|
| <clustered>false</clustered>
| <port-component>
| <port-component-name>soapAPI</port-component-name>
| <port-component-uri>http://quadlinux:8080/attaskWS/API</port-component-uri>
| </port-component>
|
| <method-attributes>
| </method-attributes>
| </session>
will yeild:
http://quadlinux:8080/redrock-redrock-ejb/http://quadlinux:8080/attaskWS/API
What I'm trying to get is:
http://quadlinux:8080/attaskWS/API
How do I do this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142216#4142216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142216
More information about the jboss-user
mailing list