API NOTHING WORKS !!! URGENT

  • klaus_schneider

    291 mensajes

    Alemania

    Hello,

    nothing works on api. Is migration done ? I receive this:

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 Jun 2017 18:37:22 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Location: Vinculo (https)

    301 Moved Permanently

    301 Moved Permanently
    nginx



    Do you change the envelop structure ?
    Send me actual envelope structue with new hostnames and all informations what is changed to old version. VERY URGENT NOTHING WORKS !!!
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello,

    nothing works on api. Is migration done ? I receive this:

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 27 Jun 2017 18:37:22 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Location: Vinculo (https)

    301 Moved Permanently

    301 Moved Permanently
    nginx



    Do you change the envelop structure ?
    Send me actual envelope structue with new hostnames and all informations what is changed to old version. VERY URGENT NOTHING WORKS !!!
    • Creado 27 jun 2017 a 14:51
    • #715903
    Hi klaus_schneider,

    Sorry for the inconvenience, it should work now, without any 301 redirection.

    By the way, you don't have to post 4 messages to get your point across. We're reading everything here.

    @fred
  • klaus_schneider

    291 mensajes

    Alemania

    Hi klaus_schneider,

    Sorry for the inconvenience, it should work now, without any 301 redirection.

    By the way, you don't have to post 4 messages to get your point across. We're reading everything here.

    @fred
    • Creado 28 jun 2017 a 5:10
    • #716092
    Hello,

    sorry for multible posts, but in the past and in the old forum nobody response in a acceptable time to any entries....

    bw
  • klaus_schneider

    291 mensajes

    Alemania

    Hi klaus_schneider,

    Sorry for the inconvenience, it should work now, without any 301 redirection.

    By the way, you don't have to post 4 messages to get your point across. We're reading everything here.

    @fred
    • Creado 28 jun 2017 a 5:10
    • #716092
    Hello,

    nothings works again... see actuell response..

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 09:56:39 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Location: xhttps:// Vinculo (http)

    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello,

    nothings works again... see actuell response..

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 09:56:39 GMT
    Content-Type: text/html
    Content-Length: 178
    Connection: close
    Location: xhttps:// Vinculo (http)

    <html>
    <head><title>301 Moved Permanently</title></head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    • Creado 28 jun 2017 a 6:04
    • #716116
    Hi klaus_schneider,

    Which url are you using ? Is it the one specified in the documentation ?

    The github documentation: Vinculo (https)
    The wsdl endpoint: Vinculo (http)

    @fred
  • klaus_schneider

    291 mensajes

    Alemania

    Hi klaus_schneider,

    Which url are you using ? Is it the one specified in the documentation ?

    The github documentation: Vinculo (https)
    The wsdl endpoint: Vinculo (http)

    @fred
    • Creado 28 jun 2017 a 6:07
    • #716119
    Hello we are using that, what we are used in the last years, and its works properly to monday 26th...
    This is the compleed envelope, what we use, in example with "authenticateUser"

    brackets will be changed to entities and slashes will be followed by blanks.. otherwise you can see it in the forum..

    <?xml version="1.0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http:/ / schemas.xmlsoap.org/ soap/ envelope/ "
    xmlns:xsd="http:/ / Vinculo (http) 2001/ XMLSchema"
    xmlns:xsi="http:/ / Vinculo (http) 2001/ XMLSchema-instance"
    xmlns:ns1="http:/ / xml.apache.org/ xml-soap"
    xmlns:SOAP-ENC="http:/ / schemas.xmlsoap.org/ soap/ encoding/ "
    SOAP-ENV:encodingStyle="http:/ / schemas.xmlsoap.org/ soap/ encoding/ ">
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">xxx</ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    alternative we tried this envelope, but same resullt:

    <?xml version='1.0'?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas.xmlsoap.org/ soap/ envelope/ '
    xmlns:SOAP-ENC='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '
    xmlns:soap-enc='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '
    xmlns:tns='https:/ / api.delcampe.net/ soap.php'
    xmlns:wsdl='http:/ / schemas.xmlsoap.org/ wsdl/ '
    xmlns:xsd='http:/ / Vinculo (http) 2001/ XMLSchema'
    xmlns:xsi='http:/ / Vinculo (http) 2001/ XMLSchema-instance'>
    <SOAP-ENV:Body>
    <authenticateUser SOAP-ENV:encodingStyle='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '>
    <apiKey xsi:type='xsd:string'>xxx</ apiKey>
    </ authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    and this is the response what we reveived:

    HTTP/ 1.1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 09:57:21 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close
    Location: https:/ / Vinculo (http) soap.php
    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
  • klaus_schneider

    291 mensajes

    Alemania

    Hi klaus_schneider,

    Which url are you using ? Is it the one specified in the documentation ?

    The github documentation: Vinculo (https)
    The wsdl endpoint: Vinculo (http)

    @fred
    • Creado 28 jun 2017 a 6:07
    • #716119
    Next try, dot also masked with blank..

    Hello we are using that, what we are used in the last years, and its works properly to monday 26th. . .
    This is the compleed envelope, what we use, in example with "authenticateUser"

    brackets will be changed to entities and slashes will be followed by blanks. . otherwise you can see it in the forum. .

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http:/ / schemas. xmlsoap. org/ soap/ envelope/ "
    xmlns:xsd="http:/ / www. w3. org/ 2001/ XMLSchema"
    xmlns:xsi="http:/ / www. w3. org/ 2001/ XMLSchema-instance"
    xmlns:ns1="http:/ / xml. apache. org/ xml-soap"
    xmlns:SOAP-ENC="http:/ / schemas. xmlsoap. org/ soap/ encoding/ "
    SOAP-ENV:encodingStyle="http:/ / schemas. xmlsoap. org/ soap/ encoding/ ">
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">xxx</ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    alternative we tried this envelope, but same resullt:

    <?xml version='1. 0'?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:soap-enc='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:tns='https:/ / api. delcampe. net/ soap. php'
    xmlns:wsdl='http:/ / schemas. xmlsoap. org/ wsdl/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'>
    <SOAP-ENV:Body>
    <authenticateUser SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <apiKey xsi:type='xsd:string'>xxx</ apiKey>
    </ authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    and this is the response what we reveived:

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 09:57:21 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close
    Location: https:/ / www. delcampe. net/ soap. php
    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello we are using that, what we are used in the last years, and its works properly to monday 26th...
    This is the compleed envelope, what we use, in example with "authenticateUser"

    brackets will be changed to entities and slashes will be followed by blanks.. otherwise you can see it in the forum..

    <?xml version="1.0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http:/ / schemas.xmlsoap.org/ soap/ envelope/ "
    xmlns:xsd="http:/ / Vinculo (http) 2001/ XMLSchema"
    xmlns:xsi="http:/ / Vinculo (http) 2001/ XMLSchema-instance"
    xmlns:ns1="http:/ / xml.apache.org/ xml-soap"
    xmlns:SOAP-ENC="http:/ / schemas.xmlsoap.org/ soap/ encoding/ "
    SOAP-ENV:encodingStyle="http:/ / schemas.xmlsoap.org/ soap/ encoding/ ">
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">xxx</ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    alternative we tried this envelope, but same resullt:

    <?xml version='1.0'?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas.xmlsoap.org/ soap/ envelope/ '
    xmlns:SOAP-ENC='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '
    xmlns:soap-enc='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '
    xmlns:tns='https:/ / api.delcampe.net/ soap.php'
    xmlns:wsdl='http:/ / schemas.xmlsoap.org/ wsdl/ '
    xmlns:xsd='http:/ / Vinculo (http) 2001/ XMLSchema'
    xmlns:xsi='http:/ / Vinculo (http) 2001/ XMLSchema-instance'>
    <SOAP-ENV:Body>
    <authenticateUser SOAP-ENV:encodingStyle='http:/ / schemas.xmlsoap.org/ soap/ encoding/ '>
    <apiKey xsi:type='xsd:string'>xxx</ apiKey>
    </ authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    and this is the response what we reveived:

    HTTP/ 1.1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 09:57:21 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close
    Location: https:/ / Vinculo (http) soap.php
    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
    • Creado 28 jun 2017 a 6:50
    • #716140
    I think I see what's wrong. Try using the url without HTTPS.

    Currently, the endpoint is only available through unsecured HTTP.

    It'll probably change later but you'll be informed.

    @fred
  • klaus_schneider

    291 mensajes

    Alemania

    I think I see what's wrong. Try using the url without HTTPS.

    Currently, the endpoint is only available through unsecured HTTP.

    It'll probably change later but you'll be informed.

    @fred
    • Creado 28 jun 2017 a 6:55
    • #716146
    Hello last try without https (host to call = "https / / api. delcampe. net / soap. php) with http it is no longer works at monday:

    <?xml version='1. 0'?><SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:soap-enc='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:tns='http:/ / api. delcampe. net/ soap. php'
    xmlns:wsdl='http:/ / schemas. xmlsoap. org/ wsdl/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'>
    <SOAP-ENV:Body>
    <authenticateUser SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <apiKey xsi:type='xsd:string'>xxxxxx</ apiKey>
    </ authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 11:14:54 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close
    Location: https:/ / www. delcampe. net/ soap. php

    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello last try without https (host to call = "https / / api. delcampe. net / soap. php) with http it is no longer works at monday:

    <?xml version='1. 0'?><SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:soap-enc='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    xmlns:tns='http:/ / api. delcampe. net/ soap. php'
    xmlns:wsdl='http:/ / schemas. xmlsoap. org/ wsdl/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'>
    <SOAP-ENV:Body>
    <authenticateUser SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <apiKey xsi:type='xsd:string'>xxxxxx</ apiKey>
    </ authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 11:14:54 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close
    Location: https:/ / www. delcampe. net/ soap. php

    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
    • Creado 28 jun 2017 a 7:22
    • #716191
    Yes, it was a problem on our balancing server. The API calls were redirected to a secure connection (the 301 in you last message).

    It is fixed now, and you should retry with this link : Vinculo (http)

    @fred
  • klaus_schneider

    291 mensajes

    Alemania

    Yes, it was a problem on our balancing server. The API calls were redirected to a secure connection (the 301 in you last message).

    It is fixed now, and you should retry with this link : Vinculo (http)

    @fred
    • Creado 28 jun 2017 a 7:34
    • #716203
    Before you read your last message i have switched back to http (it does work on monday). Now i get a response. I use now the same envelope as example is given in git hub.. see response:

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    Response:

    HTTP/ 1. 1 200 OK

    Date: Wed, 28 Jun 2017 11:32:40 GMT

    Content-Type: text/ xml; charset=ISO-8859-1

    Content-Length: 493

    Connection: close

    Vary: Accept-Encoding

    Cache-Control: no-cache, private, must-revalidate

    Set-Cookie: localization_currency=EUR; expires=Sat, 26-Jun-2027 11:32:31 GMT; Max-Age=315360000; path=/ ; HttpOnly

    Set-Cookie: localization_timezone=Europe%2FBusingen; expires=Sat, 26-Jun-2027 11:32:31 GMT; Max-Age=315360000; path=/ ; HttpOnly

    Set-Cookie: localization_locale=fr; expires=Sat, 26-Jun-2027 11:32:31 GMT; Max-Age=315360000; path=/ ; HttpOnly

    pragma: no-cache

    expires: -1

    Accept-Ranges: bytes

    Age: 0



    <?xml version="1. 0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http:/ / schemas. xmlsoap. org/ soap/ envelope/ ">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</ faultcode>
    <faultstring>
    Argument 1 passed to ApiBundle\Service\SoapResponseBuilder::getResponseStatus() must be of the type array, boolean given, called in / var/ www/ bluestorm_releases/ 1. 11. 10. 0/ src/ ApiBundle/ Service/ SoapResponseBuilder. php on line 61
    </ faultstring>
    </ SOAP-ENV:Fault>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>
  • klaus_schneider

    291 mensajes

    Alemania

    Yes, it was a problem on our balancing server. The API calls were redirected to a secure connection (the 301 in you last message).

    It is fixed now, and you should retry with this link : Vinculo (http)

    @fred
    • Creado 28 jun 2017 a 7:34
    • #716203
    Next try with https. . . no change of result, see. . .

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    Response:

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 11:46:25 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close

    Location: https:/ / www. delcampe. net/ soap. php

    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Next try with https. . . no change of result, see. . .

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    Response:

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 11:46:25 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close

    Location: https:/ / www. delcampe. net/ soap. php

    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
    • Creado 28 jun 2017 a 7:51
    • #716215
    The http call was correct, the problem is on our side.

    We're currently fixing it. It should be ok in a few minutes.
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Next try with https. . . no change of result, see. . .

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    Response:

    HTTP/ 1. 1 301 Moved Permanently
    Date: Wed, 28 Jun 2017 11:46:25 GMT
    Content-Type: text/ html
    Content-Length: 178
    Connection: close

    Location: https:/ / www. delcampe. net/ soap. php

    <html>
    <head><title>301 Moved Permanently</ title></ head>
    <body bgcolor="white">
    <center><h1>301 Moved Permanently</ h1></ center>
    <hr><center>nginx</ center>
    </ body>
    </ html>
    • Creado 28 jun 2017 a 7:51
    • #716215
    Can you retry please ? It should be good now.
  • klaus_schneider

    291 mensajes

    Alemania

    Can you retry please ? It should be good now.
    • Creado 28 jun 2017 a 8:25
    • #716236
    Hello,

    no change 301...

    bw
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello,

    no change 301...

    bw
    • Creado 28 jun 2017 a 8:43
    • #716242
    Did you used the HTTP url ?

    The correct call was the one from this message: Vinculo (https)

    You had an exception, we fixed it. We tried it on our end with a PHP script and it worked.

    Vinculo (http)
  • klaus_schneider

    291 mensajes

    Alemania

    Did you used the HTTP url ?

    The correct call was the one from this message: Vinculo (https)

    You had an exception, we fixed it. We tried it on our end with a PHP script and it worked.

    Vinculo (http)
    • Creado 28 jun 2017 a 8:51
    • #716245
    Hello,

    whitch url ?, i can´t see any links in this forum, you must enter dots and slashes follows with blanks in links otherwise link is only clickable.

    This is exact the code what we use is the last years, only the " i have changed to ' today.

    what is the state... https or http

    this ist the code from test with https at 14:40

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>

    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello,

    whitch url ?, i can´t see any links in this forum, you must enter dots and slashes follows with blanks in links otherwise link is only clickable.

    This is exact the code what we use is the last years, only the " i have changed to ' today.

    what is the state... https or http

    this ist the code from test with https at 14:40

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>

    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>
    • Creado 28 jun 2017 a 9:08
    • #716254
    This is the correct url: h t t p : / / api . delcampe . net / soap.php?wsdl

    I'll check with the team for the url transformation on the forum, that's quite annoying.
  • klaus_schneider

    291 mensajes

    Alemania

    This is the correct url: h t t p : / / api . delcampe . net / soap.php?wsdl

    I'll check with the team for the url transformation on the forum, that's quite annoying.
    • Creado 28 jun 2017 a 9:11
    • #716257
    Hello

    correct url on witch place... as host name ? or as reference in th envelope

    bw
  • @fred
    Administrador

    151 mensajes

    Bélgica

    As a hostname, there are no reference in the envelope.

    The wsdl location is http://api.delcampe.net/soap.php?wsdl

    And the envelope should be something like this:

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns:ns1='http://xml.apache.org/xml-soap'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    YOUR_TOKEN
    </apiKey>
    </SOAP-ENV:authenticateUser>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
  • klaus_schneider

    291 mensajes

    Alemania

    As a hostname, there are no reference in the envelope.

    The wsdl location is http://api.delcampe.net/soap.php?wsdl

    And the envelope should be something like this:

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns:ns1='http://xml.apache.org/xml-soap'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    YOUR_TOKEN
    </apiKey>
    </SOAP-ENV:authenticateUser>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    • Creado 28 jun 2017 a 9:31
    • #716281
    Hello,

    is the api now down, no response by all ?
  • klaus_schneider

    291 mensajes

    Alemania

    Hello,

    is the api now down, no response by all ?
    • Creado 28 jun 2017 a 10:30
    • #716308
    If i use this "http:/ / api. delcampe. net/ soap. php?wsdl" as hostname, nothing works. . . I think this is not a correct hostname (?wsdl in a hostname. . )
    If i use this "http:/ / api. delcampe. net/ soap. php" as hostname, i get with the following envelope an error response. I think this is a reason because wsdl not found.

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>

    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">xxxx</ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>

    RESPONSE:

    HTTP/ 1. 1 200 OK
    Date: Wed, 28 Jun 2017 14:41:04 GMT
    Content-Type: text/ xml; charset=ISO-8859-1
    Content-Length: 493
    Connection: close
    Vary: Accept-Encoding

    Cache-Control: no-cache, private, must-revalidate

    Set-Cookie: localization_currency=EUR; expires=Sat, 26-Jun-2027 14:40:36 GMT; Max-Age=315360000; path=/ ; HttpOnly

    Set-Cookie: localization_timezone=Europe%2FBusingen; expires=Sat, 26-Jun-2027 14:40:36 GMT; Max-Age=315360000; path=/ ; HttpOnly

    Set-Cookie: localization_locale=fr; expires=Sat, 26-Jun-2027 14:40:36 GMT; Max-Age=315360000; path=/ ; HttpOnly

    pragma: no-cache

    expires: -1

    Accept-Ranges: bytes

    Age: 0



    <?xml version="1. 0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http:/ / schemas. xmlsoap. org/ soap/ envelope/ ">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</ faultcode>
    <faultstring>
    Argument 1 passed to ApiBundle\Service\SoapResponseBuilder::getResponseStatus() must be of the type array, boolean given, called in / var/ www/ bluestorm_releases/ 1. 11. 10. 1/ src/ ApiBundle/ Service/ SoapResponseBuilder. php on line 61
    </ faultstring>
    </ SOAP-ENV:Fault>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>
  • klaus_schneider

    291 mensajes

    Alemania

    As a hostname, there are no reference in the envelope.

    The wsdl location is http://api.delcampe.net/soap.php?wsdl

    And the envelope should be something like this:

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns:ns1='http://xml.apache.org/xml-soap'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    YOUR_TOKEN
    </apiKey>
    </SOAP-ENV:authenticateUser>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    • Creado 28 jun 2017 a 9:31
    • #716281
    Hello,

    we have done now a lot experiments (change data types aso) and as result we are coming to the conclusion, this message is a result of an error in your internal php scripts, not a fault code from us.


    Argument 1 passed to ApiBundle\Service\SoapResponseBuilder::getResponseStatus() must be of the type array, boolean given, called in / var/ www/ bluestorm_releases/ 1. 11. 10. 1/ src/ ApiBundle/ Service/ SoapResponseBuilder. php on line 61


    please check this asap

    This is the code what we send, and this is exact the example from git hub (soap.php?wsdl is added as parameter to the hostname):

    <?xml version="1. 0"?>
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http:/ / schemas. xmlsoap. org/ soap/ envelope/ '
    xmlns:xsd='http:/ / www. w3. org/ 2001/ XMLSchema'
    xmlns:xsi='http:/ / www. w3. org/ 2001/ XMLSchema-instance'
    xmlns:ns1='http:/ / xml. apache. org/ xml-soap'
    xmlns:SOAP-ENC='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '
    SOAP-ENV:encodingStyle='http:/ / schemas. xmlsoap. org/ soap/ encoding/ '>

    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    xxxxx
    </ apiKey>
    </ SOAP-ENV:authenticateUser>
    </ SOAP-ENV:Body>
    </ SOAP-ENV:Envelope>
  • klaus_schneider

    291 mensajes

    Alemania

    As a hostname, there are no reference in the envelope.

    The wsdl location is http://api.delcampe.net/soap.php?wsdl

    And the envelope should be something like this:

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'
    xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
    xmlns:ns1='http://xml.apache.org/xml-soap'
    xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
    SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <SOAP-ENV:Body>
    <SOAP-ENV:authenticateUser>
    <apiKey xsi:type="xsd:string">
    YOUR_TOKEN
    </apiKey>
    </SOAP-ENV:authenticateUser>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    • Creado 28 jun 2017 a 9:31
    • #716281
    Hello,

    what ist the status...

    my oderprocessing is now 3 days down...

    bw
  • @fred
    Administrador

    151 mensajes

    Bélgica

    Hello,

    what ist the status...

    my oderprocessing is now 3 days down...

    bw
    • Creado 29 jun 2017 a 2:57
    • #716566
    Hi klaus_schneider,

    Sorry for the delay.

    We fixed the error in our internal code, everything should be good now.

    @fred

Únese a la comunidad de coleccionistas

Inscripción Identificarse