spring-guides / gs-consuming-web-service

Consuming a SOAP web service :: Learn how to create a client that consumes a WSDL-based service
http://spring.io/guides/gs/consuming-web-service
Apache License 2.0
135 stars 166 forks source link

spring cloud zuul + multiple ui bundles + angular js #16

Closed atiwari54 closed 8 years ago

atiwari54 commented 8 years ago

I have multiple UI bundles.

My zuul yml entry

server: port : 8090

zuul: routes: ui: url: http://localhost:8091

When i try to hit url http://localhost:8090/ui it loaded my html code but not include js and css file. but working fine with http://localhost:8091

Thanks in advance.

dsyer commented 8 years ago

Is this anything to do with the guide on consuming web services?

atiwari54 commented 8 years ago

no there is no web service i have multiple UI buldles. if i put zuul.routes.tg.path=/** zuul.routes.tg.url=http://localhost:8091

Then its working and loading all js and css but when i put

zuul.routes.tg.path=/resource/** zuul.routes.tg.url=http://localhost:8091

it loaded html code but not js and css

gregturn commented 8 years ago

Instead of posing your question on a random guide's ticket system, why don't you instead ask it on stack overflow with suitable tags.

atiwari54 commented 8 years ago

gregturn, I did, but dysar is master in this so i asked him. well you closed issue thnx for closing istead of answering

gregturn commented 8 years ago

This guide if for SOAP based services, not Zuul ones. My suggestion is to write your question there and tag it spring-cloud-netflix and Zuul. Link to it from here. It will draw in more people who are experts on the topic and keep issues here confined to SOAP.