Forum Discussion

julienw's avatar
julienw
New Contributor
15 years ago

Re: generated MockResponse are empty

Hi,

I can't understand why generated responses for this WSDL is always empty. CXF can use it just fine !

Do you have any idea for this problem ?

Thanks !

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    Thanks for reporting, looks like a bug to me.. I'll dig in..

    regards!

    /Ole
    eviware.com
  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi again!

    I answered too fast there.. the problem is in the WSDL which lacks an output definition in the binding.. ie add

           
               
           


    to the bindingoperation..

    Hope that helps!

    regards,

    /Ole
    eviware.com
  • julienw's avatar
    julienw
    New Contributor
    You're completely right, it works perfectly with the output elements.

    Thank you a lot !