- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Re: Examples for SOAP Web-Service Documentation
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello!
I traverse through Documentation about web services(soap). And I have a new one question - where I can find examples of these requests?
For example I'm interested by: ManageDeviceService - > ReturnHost
Please help
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Mariana
You will get all the supported Device-related API requests if you import https://flex{Tenant-Id}-fno.flexnetoperations.com/flexnet/services/v6/ManageDeviceService?wsdl.
I am attaching the Return host request sample in case you needed.
endpoint:- http://flex{Tenant-id}-fno.flexnetoperations.com/flexnet/services/v4/ManageDeviceService
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Mariana
You will get all the supported Device-related API requests if you import https://flex{Tenant-Id}-fno.flexnetoperations.com/flexnet/services/v6/ManageDeviceService?wsdl.
I am attaching the Return host request sample in case you needed.
endpoint:- http://flex{Tenant-id}-fno.flexnetoperations.com/flexnet/services/v4/ManageDeviceService
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thanks! I'll try it.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hello!
It's me. Again. It's still not clear how to build request body structure or where I can get it.
Is such documentation existed ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Mariana ,
The wsdl endpoint is all you need. There are many available tools such as Postman and SOAPUI that can import the wsdl and automatically create the request bodies.
Best regards,
Jim
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi!
Ah thanks! Now I see.
Sorry for my silly questions - I'm new with SOAP 🙂