Joni de Campos
Posts: 0
Joined: Fri Dec 11, 2015 12:21 pm

Can't connect to SOAP Web Service with API Express

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Can't connect to SOAP Web Service with API Express

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.

Joni de Campos
Posts: 0
Joined: Fri Dec 11, 2015 12:21 pm

Can't connect to SOAP Web Service with API Express

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

Joni de Campos
Posts: 0
Joined: Fri Dec 11, 2015 12:21 pm

Can't connect to SOAP Web Service with API Express

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Can't connect to SOAP Web Service with API Express

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Can't connect to SOAP Web Service with API Express

Hello Joni,

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

Return to “Issues”