ServiceStack / Issues

Issue Tracker for the commercial versions of ServiceStack
11 stars 8 forks source link

is not a valid ServiceStack endpoint or Index 0 out of bounds for length 0 #778

Closed AcarFurkan closed 2 years ago

AcarFurkan commented 2 years ago

Describe the issue

l use servicestach on androidstudio for flutter. but l tried wcf add reference same link and generation was good. same link throw error when l use servicestack

image image

l am a beginner could you help me ??

Reproduction

l am a beginner sorry l dont how to generate code.

Expected behavior

I expect to be able to do the same thing I did when adding the add wcf reference in .net.(in dart)

System Info

dart-flutter

Additional context

image image

Validations

mythz commented 2 years ago

The Add ServiceStack Reference feature is only for ServiceStack APIs, not WCF SOAP web services.

AcarFurkan commented 2 years ago

Do you have any suggestions for soap services?

Layoric commented 2 years ago

@AcarFurkan It is an uncommon use case I think, likely you would have to add additional support to your host using WSDL to support client generation like OpenAPI. Locking conversation since this is out of scope for this issues list and unrelated to ServiceStack.