The Artima Developer Community
Sponsored Link

Web Services Forum
Problem to communicat with a web service using gSOAP

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sidrat Mountaha

Posts: 1
Nickname: sidrat28
Registered: Jul, 2012

Problem to communicat with a web service using gSOAP Posted: Jul 23, 2012 3:23 AM
Reply to this message Reply
Advertisement
Hello everyone,


I'm working actually on a project where I have to create a SOC design using the Board NB3000 from Altium. One part of this project is to communicate with a given published web service. As you know in embedded project we use most of the time the pure C.


So I'm trying to use gSOAP to create the needed files for my project. I managed to create the files from WSDL file.


I tried to include my files to Altium Designer and compile, the result was too much errors. I was thinking that it's something to do with the c compiler of Altium Designer so I decided to try first to communicate with the web service using pure c under Ubuntu with the compiler GCC. I have less errors. The errors are:


/tmp/ccgst5ir.o: In function `soap_init_LIBRARY_VERSION_REQUIRED_20809':
main.c:(.text+0x2c469): undefined reference to `namespaces'
/tmp/ccgst5ir.o: In function `soap_print_fault':
main.c:(.text+0x3ce23): undefined reference to `soap_check_faultsubcode'
main.c:(.text+0x3ce41): undefined reference to `soap_check_faultdetail'
/tmp/ccgst5ir.o: In function `soap_sprint_fault':
main.c:(.text+0x3cfa5): undefined reference to `soap_check_faultdetail'
collect2: ld returned 1 exit status


It will be great if some one can help me to communicate with my web service using pure C. (i can send the link for the wsdl by PM)


Thank you.

Topic: Mutable and Immutable String in Java Previous Topic   Next Topic Topic: How to solve  org.xml.sax.SAXException: Invalid element in  problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use