cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Mariana
Level 3

Examples for SOAP Web-Service Documentation

Jump to solution

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

(1) Solution
Pranav_KM
Revenera
Revenera

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

View solution in original post

(5) Replies
Pranav_KM
Revenera
Revenera

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

Thanks! I'll try it.

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 ?

jberthold
Revenera Moderator Revenera Moderator
Revenera Moderator

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

Hi!
Ah thanks! Now I see.
Sorry for my silly questions - I'm new with SOAP 🙂