Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direction in appropriate BC container/service #983

Closed
BozidarP opened this issue May 11, 2020 · 7 comments
Closed

Direction in appropriate BC container/service #983

BozidarP opened this issue May 11, 2020 · 7 comments

Comments

@BozidarP
Copy link

BozidarP commented May 11, 2020

Hello,

I have issue with services.

My environment:

I used docker/container in Azure environment (with traefik and let's encrypt), from template.
BC: Version: W1 16.0 (Platform 16.0.11233.12078 + Application 16.0.11240.12085)

How to setup right service, when I want to use SOAP to upload Data in to container.

When use regular service, I cannot pull/push data, just can see.
image

Because the serviceis same for all containers:

image

@tfenster
Copy link
Contributor

@BozidarP This is a known issue with the Traefik-based setup. You need to replace everything before "/WS" in the URL with the base URL that you already are using. So "https://...westeurope.cloudapp.azure.com:7047/BC/WS/..." needs to be changed to "https://...westeurope.cloudapp.azure.com/Eurolabsoap/WS/...".

@freddydk
Copy link
Contributor

Exactly. Unfortunately, the URL's inside SOAP and OData output doesn't follow the PublicSoapBaseUrl and PublicODataBaseUrl.
@henrikwh - isn't this something we should fix in the product?

@BozidarP
Copy link
Author

BozidarP commented May 11, 2020

@freddydk
Can I manually modify inside link?

@freddydk
Copy link
Contributor

At this time, you cannot make BC return the right thing - you need to download and modify the xml yourself. If you are using this from a third party app, which uses these links, then you need to setup a proxy (which you make yourself) or like.

@henrikwh
Copy link
Member

I think this is something we need to look into. I will make sure it gets into the backlog.

@BozidarP
Copy link
Author

Thanks to all.

@freddydk
Copy link
Contributor

freddydk commented Nov 2, 2020

Will close this one here - it isn't anything I can do anything about, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants