Forum Discussion

skilic's avatar
skilic
New Contributor
7 years ago
Solved

Large WSDL file not generating Requests

I've been given a large WSDL file (2Mb) which I used to create a new SOAP project. Once imported I can see the methods that have been created successfully. If I select New Request on one of the methods it brings up the editor window but with no fields, it's completely blank other than the service URL.

 

Is there a max file size limit on importing WSDLs? Any tips/ideas to get the request window to populate will be greatly appreciated.

 

There's nothing in the error log. Using SOAP UI 5.3.0 on Windows 10 pro.

  • Try increasing the heap size in your .vmoptions file.

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Try increasing the heap size in your .vmoptions file.
    • skilic's avatar
      skilic
      New Contributor

      Thank you for the suggestion, in addition to increasing the heap size I also had to run the 64-bit JVM to allow for the higher memory allocation.