Announcement

Collapse
No announcement yet.

Error in soap address location with Oxappsuite 7.8.2

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error in soap address location with Oxappsuite 7.8.2

    Hello,

    Since 7.8.2 migration, i've got a problem using the user soap API.
    When i access to the wsdl definition (url https://myserver/webservices/OXUserService?wsdl in the browser, the address location indicated is incorrect, like below:

    Code:
     <wsdl:service name="OXUserService">
    <wsdl:port binding="tns:OXUserServiceSoapBinding" name="OXUserServiceHttpsEndpoint">
    <soap:address location="https://server:80/webservices/OXUserService"/>
    </wsdl:port>
    </wsdl:service>
    As you can see, the server address is written with port 80, that creates http errors when i'm using thoses services with https.

    Is it a known problem with 7.8.2 or maybe a configuration problem from my side?

    Jérôme.

  • #2
    We updated our appsuite server to 7.8.2-Rev13 and the problem is still present (on a debian jessie server).
    The same port issue is present in all other SOAP services, and i really don't know how to fix it.

    Any clue?

    Comment

    Working...
    X