Results 1 to 3 of 3

Thread: Please Help!!!

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    1

    Default Please Help!!!

    Hi,

    I am new to Spring web services (Contract First), i am following the initial tutorial and i just copied and pasted what it was written in the tutorial step by step but at the end when i send soup UI request to my wsdl it gives this exception

    here is tutorial link: http://static.springsource.org/sprin.../tutorial.html

    Jan 20, 2013 3:25:06 PM org.springframework.ws.server.MessageDispatcher dispatch
    WARNING: No endpoint mapping found for [SaajSoapMessage {http://mycompany.com/hr/schemas}HolidayRequest]
    I checked many other tutorials of spring contract first web services but some how i am unable to run any one of them.

    I dont know what is going on...

    tutorial link is here: http://static.springsource.org/sprin.../tutorial.html
    any immediate help will be highly appreciated.

    Regards.

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

    Default

    Hi audiegene,

    provide some more information and you will find help quicker

    1.) your servlet.xml

    2.) your endpoint mapping


    If you are able to at least setup the project in SOAP UI, this means that your WSDL is generated. Its just that you application does not know how to route the request to an endpoint.

    Cheers
    Kris

  3. #3
    Join Date
    Mar 2009
    Posts
    16

    Default

    Check 3.6.2. Routing the Message to the Endpoint
    I believe you missed the annotation
    @PayloadRoot(namespace = "http://mycompany.com/hr/schemas", localPart = "HolidayRequest")
    above the method, did you?

Tags for this Thread

Posting Permissions

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