Results 1 to 2 of 2

Thread: send a SOAP message to endpoint

  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.

  2. #2
    Join Date
    Jul 2007
    Location
    Mauritius
    Posts
    127

    Default

    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
  •