WSO2 API Manager 2.0.0 Store - Error when: Download WSDL address location "null" -
i creating , api importing wsdl "soap service". setup of api manager fronted load balancer mean have 2 gateways.
`<apigateway> <environments> <environment type="quality1"> <name>quality1 gateway</name> <description>quality1 gateway environment</description> <serverurl>https://server1:9445/services/</serverurl> <username>user</username> <password>password</password> <gatewayendpoint>http://server1:8282,https://server1:8245</gatewayendpoint> </environment> <environment type="quality2"> <name>quality2 gateway</name> <description>quality2 gateway environment</description> <serverurl>https://server2:9447/services/</serverurl> <username>user</username> <password>password</password> <gatewayendpoint>http://server2:8284,https://server2:8247</gatewayendpoint> </environment> </environments> </apigateway>`
after published api in both gateways , go the store , click download wsdl, soap address of wsdl null
`<wsdl:service name="test_bslhttpservice"> <wsdl:port name="test_bslhttpport" binding="tns:test_bslhttpbinding"> <soap:address location="null/test/v1"/> </wsdl:port> </wsdl:service>`
i want add in address of load balancer when download wsdl.
if know how can make helpful.
thanks.
Comments
Post a Comment