ServiceStack/Issues

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

AcarFurkan opened this issue · 3 comments

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

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

Do you have any suggestions for soap services?

@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.