Forum Discussion

Bigf00t's avatar
Bigf00t
New Contributor
4 years ago
Solved

Add WSLD (HTTPS) - Unexpected end of file after null

Hi,

when i try to add the WSDL https://90277891-test-retail-ondemand.cegid.cloud/Y2/CustomerWcfService.svc?wsdl , I receive the "Unexpected end of file after null".
The WSDL URL works fine by browser, postman etc. The problem is only on Soap UI (last version 5.5).


Could you help me please?

Best regards,

Alessio

 

  • I solved using single WSDL: https://....../CustomerWcfService.svc?singleWsdl

6 Replies

  • richie's avatar
    richie
    Community Hero
    Hey Bigf00t,

    I think i stumbled across this issue last week.

    Regarding the .wsdl. have you got inline schemas or are they being imported? If theyre being imported then a possible fix is to alter the schemaLocation tag to the correct path to the schema.

    Just a suggestion,

    Rich
    • Bigf00t's avatar
      Bigf00t
      New Contributor

      Hi Richie,
      thank you for the reply.
      I have got the inline schemas.

       

      Regards,

      Alessio

       

      • richie's avatar
        richie
        Community Hero

        Hey Bigf00t 

         

        One other possible cause I found was cos the .wsdl was schema invalid, I dont mean wellformed.

         

        Can you chuck your .wsdl into something like XMLSpy and try and validate it?

         

        have a look at the stackoverflow post - this has a possible fix for the issue

         

        the

         

        ta

         

        rich