Forum Discussion

Quirinius's avatar
Quirinius
New Contributor
5 years ago

Soapui - no sample request creation for fritzbox-wsdl (AVM TR-064)

Hi all,

 

someone created WSDL files for AVM TR-064 API.

https://github.com/blar/fritzbox-wsdl

https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_TR-064_first_steps.pdf

 

When I try to import one of this WSDL files

(e.g. https://github.com/blar/fritzbox-wsdl/raw/master/wsdl/DeviceInfo1.wsdl )

to Soapui as new SOAP project, no sample request messsages for the operations are created and no error message occurs.

 

Can someone see what is wrong with WSDL file?

 

Thanks,

Quirinius

 

2 Replies

  • avidCoder's avatar
    avidCoder
    Super Contributor

    Do you want to import the same WSDl file to your soapUI? 

     

    This is how the wsdl file look like :-

     

    https://footballpool.dataaccess.eu/info.wso?WSDL

     

    If you try to import this. You will be able to see the project in your soapUI. I am not sure about the WSDL which you trying to import from github. you can co-relate after importing football WSDL.

    • Quirinius's avatar
      Quirinius
      New Contributor

      Thanks,

      AVM is a german manufacturer of consumer routers.

      TR-064 soap services of their devices ("Fritzbox") don't support "?wsdl" option to retrieve wsdl from device itself. 

      That's why someone created the wsdl files for Fritzbox devices at github.

      The wsdl files work with php and perl webservices frameworks but not with soapui. But I don't know why. I suppose, there is someting in the wsdl files what is not supported by soapui.