Page 1 of 1

Can't connect to SOAP Web Service with API Express

Posted: Thu Feb 04, 2016 2:21 pm
by Joni de Campos

I have trouble connecting SOAP with API Express.

I am showing this to a potential Appery.io Client. hope you can help.

The SOAP I am trying to access is http://www.webservicex.com/globalweat... .
You have to pass as parameter the City and the Country.

When Test it gives the following message:

{
"code": "AE009",
"message": "Incorrect server configuration",
"status": "INTERNAL_SERVER_ERROR"
}
Please see

Image Image Image


Can't connect to SOAP Web Service with API Express

Posted: Tue Feb 09, 2016 12:31 pm
by Illya Stepanov

Hello -

We have tested your service and it works correctly without any errors from our side.
Also you can check if the server is available from your local environment, firewall settings etc.


Can't connect to SOAP Web Service with API Express

Posted: Thu Feb 11, 2016 11:35 am
by Joni de Campos

Hi Illya, thanks for your reply.

Just to make sure I am not doing something wrong:

Appery.io works fine from my local environment.

The http://www.webservicex.com/globalweat... service works from my local environment.

There is no active firewall blocking the service

The SOAP API Express service run from the Appery.io server, so it should return the correct result.

If the SOAP API Express service run in your side, can you send me a sample project so I can loaded and see if works from my side ?

Thanks


Can't connect to SOAP Web Service with API Express

Posted: Fri Feb 12, 2016 10:40 am
by Joni de Campos

Found the problem:

The parameter code from you tutorial :

”AE/PARAMS/QUERY/Cidade” is using the Right double quotation mark (ASCII code 148)

The corret is to use

"AE/PARAMS/QUERY/Cidade" Double quotes(ASCII code 34).

Replacing the corret doube quotes the SOAP works.


Can't connect to SOAP Web Service with API Express

Posted: Fri Feb 12, 2016 11:04 am
by Illya Stepanov

Hi Joni -

Please submit a support request with a link to this topic at: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a -- and we will send you project backup file.


Can't connect to SOAP Web Service with API Express

Posted: Fri Feb 12, 2016 11:56 am
by Evgene Karachevtsev

Hello Joni,

Could you please provide us with the link to this tutorial and specify the part where it is wrong?