Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    35 gsoap jobs found, pricing in USD

    ...rather by using libraries or external applications. Must include: a. thread for administration client interface (UNIX socket) b. thread for interface with simple clients, users (INET socket) c. thread for simple client interface, WS (WS, eg SOAP / REST - gSOAP) d. the main thread of execution, with the role of coordinating the secondary threads. The server application will be able to accept • a. ONE administration client at a time • b. One or more simple clients (INET socket, both categories) • c. One or more WS clients (SOAP / REST - gSOAP, optional). Provides synchronous communication, • when the server is able to return the results within a reasonable time; Provides asynchronous communication, • when the estimated duration exceeds th...

    $30 (Avg Bid)
    Guaranteed
    $30
    3 entries

    I have sample code . Want to fix the time_wait problem , How to reduce the time_wait in Gsoap C++ I will share the sample code(Functionality – client upload image file, server receive it and save the file). Testing the time_wait scenario, a) Run gsoap server program on one machine b) Run gsoap client program on another PC c) check the server running PC if any time-wait , want to reduce the time_wait count run this command in server machine, to see the time_wait message, netstat -anoq | find "TIME_WAIT" | find "8002".

    $139 (Avg Bid)
    $139 Avg Bid
    2 bids

    ...A. Runtime for Client Management Interface (UNIX socket) b. Execution thread for simple client interface, users (INET socket) c. Execution thread with coordination role of a secondary thread 1. Server application (UNIX ) Server application will be capable to accept : - a single administration client at some time - one or more simple clients (INET socket) - one or more SOAP clients ( SOAP - gSOAP) Server application, through project theme: - has a style of communication sync when the server is capable to return the results in a rezonable time - has a style of asynchronous communication, when the estimated time exceeds this time interval - to support both styles of communication, all messages sent to the clients will containt those corelation informations ( ex: unique identi...

    $331 (Avg Bid)
    $331 Avg Bid
    6 bids

    Hi, I need a simple webservice from a WSDL I have the WSDL and I need a program that start a socket listening the messages. Wen a message arrive an answer must be sent. and a message printed something like ¨Message xxx has arrived". The socket must stay listening after the message arrives in an endless loop. Must be a console, no graphical interface. All the messages, incoming and outgoing are defined in the WSDL. Obviously, I need the source code. If you are interested let me know and I´ll send you the WSDL and a pdf with the istructions. Regards.

    $666 (Avg Bid)
    $666 Avg Bid
    4 bids

    Update existing Linux-based, C++ code with latest version of gSoap. Verify correct client XML transactions with various OPC XML DA servers. Requires good understanding of C++, makefiles, compiling and linking.

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    15 bids

    Details This app is written in C and is soap call out to soap pricing server which uses UDP request to pass data back and fourth. if you know gsoap that is a big plus ~engelen/ Please see me to discuess the wsdl ******************************************************************************************** UDP part of the code should run first show what the request should look like and what the response should look like fIRST tEST THE c SOAP PROGRAM WITH THE INPUT FILE AND OUTPUT FILE TAKE THE udP SERVER AND PUT IT INTO THE SOAP PROGRAM SEGREGATE the functions calls into files under C soap app talk about all the neccessary function calls that need to be made check for memory leak make the udp call a file as well make the

    $101 (Avg Bid)
    $101 Avg Bid
    2 bids
    $50 - $50
    0 bids

    We have a urgent problem and matter. We use gsoap 2.7.17 and openssl on Mac, windows and linux. Lately we active to check the SERVer Certificate: soap->ssl_flags &= ~SOAP_SSL_SKIP_HOST_CHECK; soap->ssl_flags |= SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION; soap->ssl_flags &= ~SOAP_SSL_REQUIRE_CLIENT_AUTHENTICATION; It works fine on Mac. The Server Certificate will be identified and the SOAP Call works fine. The same on Windows, generate a error message that the Server Certificate Check failed. We try different strategies already: - older versions of gsoap - Newer version of openssl - Strip the code to the minimum to understand and try out several solutions. The problem still exist. We put together an example, that limit ...

    $822 (Avg Bid)
    $822 Avg Bid
    4 bids

    Desarrollo de diversas librerías en C para Linux con utilización de gsoap y xml sobre base de datos postgresql. Comunicaciones con Websockets y REST.

    $4530 (Avg Bid)
    $4530 Avg Bid
    2 bids

    I need someone who can help with the steps related to compilation of gSOAP Client and Server on Windows 7 and using MingW compiler. ~engelen/ I will basically need the steps to successfully compile the C stubs and create a proper client programto request and interpret the response returned by the Web Service. The WSDL that can be used as the base is at

    $30 - $250
    $30 - $250
    0 bids

    **** Please don't bid if you are not into C+... This project requires development of a SOAP listener (Web service) using gSOAP C++ and a Test Client using sSOAP as well. To know more about gSOAP, please refer to the link ~engelen/ The scope of work is to implement the gSOAP server to be able to process SOAP messages over HTTP. The WSDL file will be provided to the qualified bidder. The initial development platform would be Windows using MINGW Compiler but should be easily portable to Unix platform (Red Hat). Deliverables ============= 1) Complete and fully-functional working program(s) in executable form as well as complete source code (with proper comments). Skills Required ================ C++, gSOAP, MingW, Web Services (SOAP/...

    $203 (Avg Bid)
    $203 Avg Bid
    4 bids

    ...com/IMEIWritingOut01/"><SOAP-ENV:Body><si:RequestMobileInfo><si:UserInfo><si:Version>1.1</si:Version><si:UserID>changed</si:UserID><si:UserPW>changed</si:UserPW><si:JobTY>SVCIMEI</si:JobTY><si:IP></si:IP><si:MAC>002454D19026</si:MAC><si:GID>00-24-54-89-C6-4F2013091011365800</si:GID><si:ReqDT>20130910113726</si:ReqDT></si:UserInfo><si:PhoneInfo><si:IMEI>356845058612837</si:IMEI><si:UN>Test GSOAP Ver1.0 XD</si:UN></si:PhoneInfo><si:SlaveIMEI></si:SlaveIMEI><si:MODEL>GT-I9505</si:MODEL></si:RequestMobileInfo></SOAP-ENV:Body></SOAP-ENV:Envelope> HTTP/1.1 200 OK Date: Tue, 10 Se...

    $825 (Avg Bid)
    $825 Avg Bid
    2 bids

    For a given webservice (AXIS 2 / java) we need 2 procedure in C++ calling two endpoints. A test program to demonstrate how call these procedures (wrapping the gsoap produced procedures). This will include the import of data as sequence of a given structure. VB.net example existing

    $215 (Avg Bid)
    $215 Avg Bid
    7 bids

    ..., some custom data from WSDL) -- using JS, * a way to configure itself (e.g., WSDL points and makre sure all is working). * a way to configure clients (e.g., easy way to setup an XML file to download to the client's machine) * Should use C#, ASP.NET, MVC3, JS, Entity Framework. The Win32MFC part contains: * Win32 MFC - an MFC-based solution (non-NET) with linked to gSoap that calls the web-services from the site. * A small XML which contains the server to call, and other information to set, so you would need to read this file. * On startup, call the server and then close itself. If it fails, it would either save to a mini-XML file or log and try again later when started-up again. PEASE READ CAREFULLY and make sure you understand specifications before p...

    $309 (Avg Bid)
    $309 Avg Bid
    4 bids

    ...is to implement a working sample code of the WS-discovery () protocol using the gsoap library (<~engelen/>) , version 2.8.3 or superior. The deliverable should at least contains: - the main.c file for sending Probe message and listing answers. - the wsdl2h and soapcpp2 command lines for generating the soap headers from the .xsd and .wsdl files - the files needed to reproduce and compile your sample code - a Makefile to compile your code Additional info: - here is a main.c I wrote (it might needs modifications) <> - don't use the obsolete ws4d-gsoap stack - code in C++ will a plus - targeted platform is Linux 2.6, but Mac OS or Windows is also possible.

    $100 - $300
    $100 - $300
    0 bids

    I have a c# dll that needs to be translated to c++. The dll have the following functionality: ...4. post the information to a web service. You need to: 1. translate this dll and expose all methods/properties to COM/ActiveX so it can be referenced and called from .NET for example 2. Use same comments and add any additional comments for your code 3. test it against the web service 4. make it work both for compilation at x86 and x64 environment. Document how to build Use gSoap or other tool the generate a webservice object from the web service: ~engelen/ The original code contains, according to "Calculate metrics", 1624 lines of code. Code will be delivered upon acceptance of project. ## Deliverables No warnings or errors in project

    $195 (Avg Bid)
    $195 Avg Bid
    6 bids

    Hello, Seeking an individual to compile some code (port) that has been created on a Unix platform. This is using a tool called gsoap. TIA

    $110 (Avg Bid)
    $110 Avg Bid
    3 bids

    we are looking for a developer to write a small script to post a SOAP/xml to a server and receive response (mainly PHP curl soap) we had already develop small script but had difficluties to debugging it. the script should provide a way to deal with the received data SOAP is like this POST / HTTP/1.1 Host: localhost:9000 User-Agent: gSOAP/2.7 Content-Type: text/xml; charset=utf-8 Content-Length: 1130 Connection: close SOAPAction: "" <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=&q...

    $142 (Avg Bid)
    $142 Avg Bid
    10 bids

    I need C programmers with experience in gSoap Project Details: We have an application which needs to be configured to work with an external server connected over internet. For that we are using gSoap for conversion between Html/Xml and C. The work is to perform the initial connection and enable the values which were earlier displayed via CLI at the shell to be displayed now at the UI on the web browser. Need some one with experience in gSoap to take this forward

    $250 - $750
    $250 - $750
    0 bids

    ...can be clicked on and will do to an item detail page where they will have the same buy now/ add to cart buttons - and follow same checkout process (cart). More tab - Today's deals, Your acount, help, about, privacy policy - similar to 's app. We will develop all the web services (SOAP) for this app to consume. Everything will be done using web services. We have experiemented with using GSoap on the iphone and it seems to work well. App should be compatible with iphone os 3. Budget to be determined, please send your bids. We will require the complete project source that we will be able to compile ourselves when project is complete. We prefer to use some kind of source control / svn. We use Versions () but any will do. As part of the bid, please include a snippet

    $255 (Avg Bid)
    $255 Avg Bid
    1 bids

    Looking for make an iphone app for our website very similar to 's...clicked on and will do to an item detail page where they will have the same buy now/ add to cart buttons - and follow same checkout process (cart). More tab - Today's deals, Your acount, help, about, privacy policy - similar to 's app. We will develop all the web services (SOAP) for this app to consume. Everything will be done using web services. We have experiemented with using GSoap on the iphone and it seems to work well. App should be compatible with iphone os 3. We will require the complete project source that we will be able to compile ourselves when project is complete. We prefer to use some kind of source control / svn. We use Versions () but any will do.

    N/A
    N/A
    0 bids

    I? require a compilable project in vc6 that incorporates WS-Security in GSOAP for a soap client application. This is so I may extend the project myself into a SOAP Client. I can already build a project succefully but require assitance in incorpating the wsse plugin.

    $59 (Avg Bid)
    $59 Avg Bid
    1 bids

    Hi, I'm looking for a gsoap expert who can provide me with instructions and example code to get certain tasks done when building a standalone C++ client. I will have specific questions and at times will provide example skeleton non-functional C++ code to fill in, and make it functional. Approximately 8 hours of your time is needed. Regards, Shup

    $100 - $150
    $100 - $150
    0 bids

    I am looking for someone to develop a simple 'hello world' type command line program written in C and uses the gSOAP library to successfully communicate with Amazon's S3 Service. All the program needs to do is to successfully authenticate with Amazon S3, create a bucket, list buckets (which should show the created bucket), and delete a bucket. Documentation for gSOAP available here: ~engelen/ Documentation for the pertinent Amazon S3 apis available here: ## Deliverables Delivered source code must: 1.

    $112 (Avg Bid)
    $112 Avg Bid
    12 bids

    ...kernel that performs the following: 1) Calls an external http web service method that returns an Adobe Flash file. 2) The Flash file is then played, sending output to the BeagleBoard's DVI output. Code needs to be developed using standard GNU embedded development tools such as OpenEmbedded or CodeSourcery Lite. Language must be high level such as C or C++ Libraries such as gsoap and gnash may be used. ## Deliverables 1. Experianced with embedded software development highly desired. 2. Access to a BeagleBoard for local development is desired. However if none is availible, it may be? possible to? do remote access. 3. First phase of the project will be to setup a reproducable development environment. The development? environment ma...

    $488 (Avg Bid)
    $488 Avg Bid
    2 bids

    I need a **well documented** web services test client built in **C++ using GSOAP**. The client will be a **UNIX** command-line utility that will allow the user to call each method of the Airport Information web service found at the following URL. All source code is required along with step-by-step instructions on how to build, compile and link it. All stub code will be generated using GSOAP's wsdl2h and soapcpp2 utilities. The program will accept an airport code as a command-line parameter, invoke the method "getAirportInformationByAirportCode" and write the response XML to stdout. The program will accept a city name or airport name as a command-line parameter, invoke the method "getAirportInformationByCityOrAirportName"

    $85 (Avg Bid)
    $85 Avg Bid
    3 bids

    ...SignatureValue part. The signature will be checked by the server running gSOAP. We have got a hmac key and an example envelope file that when sent is 100% accepted. The following snippet of SignInfo part of that example which should reveal the algorithms needed to do this. The XML is padded with tab characters ($9). JcfUj+xoNpylyjPFbc+IDr8vEHI= In my opinion there are two procedures needed to produce the signature: Canonicalization and hmac-sha1. I have a hmac-sha1 unit that seems to work find. I don't do any other changes in canonicalization step except replacing the tab character with space ($32). Coder, please provide me with a Delphi code showing how to produce the SignatureValue from this ds:SignedInfo part which conform with the gSOAP method running on the recip...

    $85 (Avg Bid)
    $85 Avg Bid
    1 bids

    Hello, Specs are as follows: CLDC 1.0 MIDP 2.0 Motorola Razr V3 SOAP implemented as gSOAP on server side. kSoap was used for client. Need menu and small app for processing of logon information. So, it is something like Menu Item 1 ---> Processing Logon Info (using gSOAP calls) - 4 screens Menu Item 2 Menu Item 3 Use of J2ME Polish for menus. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must ...

    $191 (Avg Bid)
    $191 Avg Bid
    2 bids

    The assignment requires development of a SOAP listener (Web service) using gSOAP C++. To know more about gSOAP, please refer to the following user guide; <~engelen/> The scope of work is to implement the gSOAP server to be able to process SOAP messages over HTTP. The WSDL file is ready and would be provided to the qualified bidder. It contains a single operation to be implemented with few parameters in the request to be sent in the request SOAP message which would be acknowledge receipt with a response message SUCCESS or FAILURE. The initial development platform is Windows/ Visual C++ which should be easily portable to Unix platform (Solaris). It is a small project to start with but would be extended to interface with Oracle database

    $145 (Avg Bid)
    $145 Avg Bid
    6 bids

    ...programming in C++ for a P2P application which so far uses Windows Servers and .NET . To be able to make an elaborate decision on the amount of work - we require an analysis that shall provide the below listed information and a serverside prototype that is able to communicate with the client. Required information: 1) Can an existing C++ library (example: GSOAP) be used from a technical perspective? 2)Can an existing C++ library (example: GSOAP) be used from a licensing perspective - i.e. that the source code of the software does not has to be disclosed. 3) If no such library exists - can you provide us with your own C++ based implementation? ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work...

    $7432 (Avg Bid)
    $7432 Avg Bid
    9 bids

    Senior software programmer, with proven expertise in object oriented programming, indepth knowledge of Linux, C++, TCP/IP communication, Open GL (a plus), soap or gsoap, gaming and graphics engines (a very big plus), to deliver the following: - configure a small footprint Linux and setup provided boot splash screen to cover Linux boot messages - develop a complete S2S (a gsoap based communication protocol and server for gaming: see ) Please email background and proposal, including (1) Specific experience and expertise in Linux, C++, MySQL, soap/gsoap? (2) Server/communication development experience, if any: (3) Gaming related project experience, if any: (4) Willingness to work on-site for part of the project (Oklahoma City)? For questions and comments

    $2729 (Avg Bid)
    $2729 Avg Bid
    3 bids

    ...refer to the attached zipped header file to see the data type definitions SOAP functionality will be achieved by means of two libraries: 1). gSOAP (client side) 2). NuSOAP (server side) The C DLL will allow a VB6 aplication to become a SOAP client (using the underlying gSOAP library) The NuSOAP libary will receive the SOAP requests made by the VB application, (via the gSOAP library), and respond to the requests. gSOAP will then receive the requested data and hand it back to the C DLL, which will then hand it to the VB6 application, for consumption. A test VB6 project will be developed in this project. This project will use the Dll and gSOAP library to do the following: 1). Request for securty information, based on an id. The data is se...

    $30 - $5000
    $30 - $5000
    0 bids

    I need a gSoap/C++/Mysql webservice which will pull info from a single Mysql table, send it to a webservice and retrieve the results storing the changed data into the table again. The wsdl is at ## Deliverables 1) Complete and fully-functional working program(s) as complete source code of all work done. 2) Deliverables must be in ready-to-run condition, as follows (depending on the nature of the deliverables): a) For web sites or other server-side deliverables intended to only ever exist in one place in the Buyer's environment--Deliverables must be installed by the Seller in ready-to-run condition in the Buyer's environment. b) For all others including desktop software or software the buyer intends to distribute: A software installation package

    $30 - $100
    $30 - $100
    0 bids