We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i have a problem when try get wsdl, but in the response get
in url ex: http://mysymfonyapp.com/ws/DemoApi/1.0/
result:
and in url: http://mysymfonyapp.com/ws/DemoApi/1.0/?WSDL download it.
The XML (note that has blank spaces):
<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://localhost/Capelws30/Capel_v1/web/app_dev.php/ws/Apli/1.0/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" name="Apli" targetNamespace="http://localhost/Capelws30/Capel_v1/web/app_dev.php/ws/Apli/1.0/"> <portType name="ApliPortType"> <operation name="goodbye" parameterOrder="name"> <input message="tns:goodbyeRequest"/> <output message="tns:goodbyeResponse"/> </operation> </portType> <binding name="ApliBinding" type="tns:ApliPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="goodbye"> <soap:operation soapAction="http://localhost/Capelws30/Capel_v1/web/app_dev.php/ws/Apli/1.0/goodbye"/> <input> <soap:body use="literal" namespace="http://localhost/Capelws30/Capel_v1/web/app_dev.php/ws/Apli/1.0/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" parts="name"/> </input> <output> <soap:body use="literal" namespace="http://localhost/Capelws30/Capel_v1/web/app_dev.php/ws/Apli/1.0/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" parts="return"/> </output> </operation> </binding> <service name="ApliService"> <port name="ApliPort" binding="tns:ApliBinding"> <soap:address location="http://localhost/CapelWS30/Capel_v1/web/app_dev.php/ws/Apli"/> </port> </service> <message name="goodbyeRequest"> <part name="name" type="xsd:string"/> </message> <message name="goodbyeResponse"> <part name="return" type="xsd:string"/> </message> </definitions>
The text was updated successfully, but these errors were encountered:
the problem are blank spaces, how delete them ?
Sorry, something went wrong.
Please create issues on new BeSimple/BeSimpleSoap repository.
No branches or pull requests
Hello, i have a problem when try get wsdl, but in the response get
in url ex:
http://mysymfonyapp.com/ws/DemoApi/1.0/
result:
and in url:
http://mysymfonyapp.com/ws/DemoApi/1.0/?WSDL
download it.
The XML (note that has blank spaces):
The text was updated successfully, but these errors were encountered: