Thanks Fried,
I've been running both service publishing application and service
client within same instance of Tomcat. Upon your suggestion I have
modified my applicationContex.xml. Now I am configuring my client bean
as
[code]
<bean id="fedsrv"
class="org.codehaus.xfire.spring.remoting.XFireClientFactoryBean">
<property name="serviceClass">
<value>com.roh.oculus.ws.xfire.FederatedService</value>
</property>
<property name="wsdlDocumentUrl"
value="http://66.11.8.174:8080/Oculus5/services/FederatedService?wsdl"/>
<property name="url"
value="http://66.11.8.174:8080/Oculus5/services/FederatedService" />
<property name="lookupServiceOnStartup">
<value>false</value>
</property>
</bean>
[/code]
Thank's again. I should have looked at XFireClientFactoryBean API first.
Regards
S.Y.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email