-
Jan 2nd, 2012, 10:52 AM
#1
from .wsdl to ?WSDL
I must change from
http://xxxxx:9080/webapp/service.wsdl
in
http://xxxxx:9080/webapp/service?WSDL
what i must change on ?
<bean id="tiers-foeqn-webservice" class="org.springframework.ws.wsdl.wsdl11.DefaultW sdl11Definition">
<property name="schema" ref="schema"/>
<property name="portTypeName" value="service"/>
<property name="locationUri" value="/webapp"/>
<property name="targetNamespace" value="xxxxxx"/>
<property name="soapActions">
<props>
<prop key="GetXxx">getXxx</prop>
</props>
</property>
</bean>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules