Forum Discussion

PeterT's avatar
PeterT
Occasional Contributor
17 years ago

Unexpected Response from operation

Hi

I am finally able to post SoapUI requests to a web service.  The response returned however do not seem to be consistent with what I know should be returned.  Looking at the general responses (see below) they don't appear to be expanding on the complex types that are specified in the linked schema.  The operations used have been used and implemented a lot in live business applications so I'm confident they are working and returning valid data.

Any ideas what the cause of this could be?


Sample Response:



 


      3ed1ff78-d30d-4a1c-827c-ec58c3e5921f

     

       

            2008-02-27T04:21:49.274Z

            2008-02-27T04:26:49.274Z

       


     


 


 

     

       

     


 




Any help would be awesome.

Cheers

Peter

2 Replies

  • omatzura's avatar
    omatzura
    Super Contributor
    Hi Peter,

    hmm.. my guess is that your requests are somehow invalid/incomplete which results in these incomplete responses.. Can you somehow get hold of a "real" client-request (maybe with the SOAP Monitor functionality in soapUI) to see if that works better?

    hope this helps!

    regards,

    /Ole
    eviware.com
  • PeterT's avatar
    PeterT
    Occasional Contributor
    Hey Ole

    Thanks for the reply. I did base my request on a "real" client-request example that I was given, but I will see if I can run the service that is being posted to in debug to see what exactly is lacking.

    Will keep you posted :-)

    Peter