cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Stefan027
Level 2

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

0 Kudos
(1) Reply
mrathinam
Revenera Moderator Revenera Moderator
Revenera Moderator

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. 

 

0 Kudos