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

Error parse WSDL #73

Open
igcing opened this issue Jul 31, 2013 · 2 comments
Open

Error parse WSDL #73

igcing opened this issue Jul 31, 2013 · 2 comments

Comments

@igcing
Copy link

igcing commented Jul 31, 2013

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:

error ws

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>

@igcing
Copy link
Author

igcing commented Jul 31, 2013

the problem are blank spaces, how delete them ?

@francisbesset
Copy link
Member

Please create issues on new BeSimple/BeSimpleSoap repository.

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

No branches or pull requests

2 participants