Communication via HTTP with SOAP

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Communication via HTTP with SOAP

Post by mol »

I'm trying my app and I'm getting error message:

Code: Select all

Peer certificate cannot be authenticated with given CA certificates
Did anybody know what's going on?
I can't google any solution how to turn off ssl chceck
User avatar
serge_girard
Posts: 3165
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Communication via HTTP with SOAP

Post by serge_girard »

Marek,

I saw a SOAP problem discussion on https://groups.google.com/forum/#!forum ... al-objects. Maybe you'll find something there!
Serge
There's nothing you can do that can't be done...
edk
Posts: 911
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: Communication via HTTP with SOAP

Post by edk »

User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Communication via HTTP with SOAP

Post by mol »

edk wrote: Sat Feb 25, 2017 5:57 pm Marku, try this https://curl.haxx.se/libcurl/c/CURLOPT_ ... YPEER.html
It's right!
I was so closed. I'm tired this problem, but, one step forward :-)
edk
Posts: 911
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: Communication via HTTP with SOAP

Post by edk »

I believed you can do it. :)
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Communication via HTTP with SOAP

Post by mol »

I get response from GUS-api "Bad header name" :-(
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Communication via HTTP with SOAP

Post by mol »

Is anybody using libcurl for communication via http?
martingz
Posts: 395
Joined: Wed Nov 18, 2009 11:14 pm
Location: Mexico

Re: Communication via HTTP with SOAP

Post by martingz »

Mol i'm using curl for comunication with a webservice
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Communication via HTTP with SOAP

Post by mol »

Uff, my problem is solved with Edward' great help. Thank's again!

I'm wonder if it's possible to build soap communication without curl lib, with hbtip library?
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: Communication via HTTP with SOAP

Post by Steed »

Hi, i need some help with SOAP

this is the url where is supposed is the data to get the informatión,

Code: Select all

https://www.superfinanciera.gov.co/SuperfinancieraWebServiceTRM/TCRMServicesWebService/TCRMServicesWebService?WSDL
i don´t know how to use that, on the previous example (soap-example), somo could help-me

Regards, ES
Post Reply