Results 1 to 2 of 2

Thread: send a SOAP message to endpoint

Threaded View

  1. #1
    Join Date
    Apr 2005
    Posts
    5

    Default 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •