zendframework / zend-soap

Soap component from Zend Framework
BSD 3-Clause "New" or "Revised" License
75 stars 43 forks source link

SOAP Autodiscover WSDL #24

Open GeeH opened 8 years ago

GeeH commented 8 years ago

This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html


Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7552 User: @patrick-hertling Created On: 2015-05-26T11:24:58Z Updated At: 2015-11-06T21:54:54Z Body A client which developes for .NET enviroment needs the same targetNamespace for the production and test enviroment.

For now using the Autodiscover feature, thats not possible. Becouse once you define the URI, the same value is set for targetNamespace and soap:address "location".

I would need a way to leave the targetNamespace the same, and only change the soap:adresss location in the <service><port><soap:address></></></>to distinguish between production and test enviroment.


weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-soap; a new issue has been opened at https://github.com/laminas/laminas-soap/issues/17.