- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- SOAP-Service .Net Core 5.0
- 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
SOAP-Service .Net Core 5.0
Hello
I'm trying to use the SOAP service "UserOrgHierachyService" Version 1 with .Net Core 5.0. Unfortunately I don't get any further. Has anyone already found a way to implement this service or another SOAP service with .Net Core?
I get the following error messages:
Attempting to download metadata from 'http://xxxxxl:8888/flexnet/services/v1/UserOrgHierarchyService?wsdl' using WS-Metadata Exchange and HttpGet.
Warning: Cannot import wsdl:binding
Detail: The '/' character, hexadecimal value 0x2F, cannot be included in a name.
Parameter name: name
XPath to Error Source: //wsdl:definitions[@targetNamespace='urn:v1.webservices.operations.flexnet.com']/wsdl:binding[@name='v1/UserOrgHierarchyServiceSoapBinding']
Warning: Cannot import wsdl:port
Detail:
XPath to Error Source: //wsdl:definitions[@targetNamespace='urn:v1.webservices.operations.flexnet.com']/wsdl:service[@name='v1/UserOrgHierarchyService']/wsdl:port[@name='v1/UserOrgHierarchyService']
Warning: No endpoints compatible with .Net Core apps were found.
Even if I change the specified characters in the WSDL manually so that there are no error during creating the service, I cannot use the service in the same way as .Net Framework, because not all classes (e.g. "v1UserOrgHierarchyService") have been created.
I am grateful for any help.
Stefan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @Stefan027
This is a known issue from our end and we are working to fix it, however, the workaround which you are using to fix for now like use the URL "http://xxxxxl:8888/flexnet/services/v1UserOrgHierarchyService?wsdl" is the only way.
Best Regards,
Mani.