Home > Back-end >  Ask a question about C Builder to invoke web services
Ask a question about C Builder to invoke web services

Time:10-26

At this stage need to do a program in c + + Builder, purpose is very simple, is to give a URL, invoke the web service.
Take to the web services return values,
There are look on the Internet information about c + + BCB calls to web services, but still in the clouds and fogs,
Have seen in CSDN demon elder brother answers a post, but not what I want
http://bbs.csdn.net/topics/390256252

I want to build a Console in BCB Wizard project, to achieve to invoke web services,
Purpose in pure c + + language to implement this function, let the compiled EXE in Windows and Linux can run
Please master post code

CodePudding user response:


Come to sa

CodePudding user response:

In pure c + + to achieve, cross-platform, which obviously have some trouble,
WebService at the bottom of the call, it is through the socket and the Web server to transmit data, analysis of the parameters of the target server interface, suitable parameters to submit their construction, and then analyzed the parameters of the return,

CodePudding user response:

Demon elder brother, have the right code?
It is the fog

CodePudding user response:

The
reference 3 floor yukailoveqml1 response:
demon elder brother, have the right code?
It is in the clouds and fogs


Have no ready-made code, done before the invocation of the WebService is done directly through the IDE import function code wizard,

CodePudding user response:

Has found a solution, but there is a difficult problem, want to ask next xsd__base64Binary how in c + + generated a file,
In xsd__base64Binary is byte [] put a picture of the content,

CodePudding user response:

Come ah

CodePudding user response:

I have done a webserver SMS call

CodePudding user response:

Specific principles of not too clear, anyway is achieved,
  • Related