-
Jan 15th, 2013, 09:54 AM
#1
send a SOAP message to endpoint
Hi there, How do I send a SOAP message to an end point configured like below ?, I have SOAPUI but how do I use it to send a SOAP message without a WSDL , please advice.Thanks Pradeep
<bean id="endpointMapping" class="org.springframework.ws.soap.server.endpoint .mapping.SoapActionEndpointMapping">
<property name="mappings">
<props>
<prop key="http://localhost:8080/sitesting/sampleTestRequest">createUserEndpoint</prop>
</props>
</property>
</bean>
<int:channel id="input"/>
<int:channel id="output"/>
<int-ws:inbound-gateway id="createUserEndpoint" request-channel="input" reply-channel="output"/>
Last edited by pradeepbill; Jan 15th, 2013 at 12:36 PM.
-
Jan 22nd, 2013, 01:32 AM
#2
Hi Pradeep,
it seems to me your query is about SOAP UI.
Please check SOAP UI's web site, the documentation is very extensive and should help you get started.
All you need is the WSDL that will be generated by your application.
Cheers
Kris
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