Web service Bean Properties
Hi,
I would like to know what are the posible values for the properties on a web service port bean as it:
<bean id="locateJaxWsServicePort" parent="standardJaxWsServicePort">
<property name="serviceId" value="LOCATE" />
<property name="serviceInterface" value="com.microsretail.locate.Locate" />
<property name="namespaceUri" value="http://microsretail.com/Locate" />
<property name="serviceName" value="LocateService" />
<property name="portName" value="LocatePort" />
<property name="username" value="#{systemProperties['oracle.retail.xstore.locate.username']}" />
<property name="password" value="#{systemProperties['oracle.retail.xstore.locate.password']}" />
</bean>
as you can see here there is serviceId,serviceInterface,etc. I would like to know which other possible values can be putted on the property tag for this type of beans and its values, do you have that information?