Discussion Board

Results 1 to 3 of 3

Thread: SOAP request

  1. #1
    Regular Contributor mastermindcoders's Avatar
    Join Date
    Aug 2009
    Posts
    56
    Hi all,

    I want to send the simple SOAP request to my web server. Details of soap message given as under

    POST /browser/service1.asmx HTTP/1.1
    Host: 192.168.0.13
    Content-Type: text/xml; charset=utf-8
    Content-Length: length
    SOAPAction: "http://my url\"

    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    <Addition xmlns="http://my url\">
    <num1>int</num1>
    <num2>int</num2>
    </Addition>
    </soap:Body>
    </soap:Envelope>


    Anybody having idea how to achieve the same please help me. is there any code example availble

    Regards
    master Solutions

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You can try countless things. Like the Wiki, checking the examples section (related topic: Web Services, actually S60Ex\AddressBook example uses a Web Service). Google can also help, there is/was a port of gSOAP.
    And if you have absolutely no good idea, you can always transfer the entire message on a TCP socket.

  3. #3
    Regular Contributor mastermindcoders's Avatar
    Join Date
    Aug 2009
    Posts
    56
    Thks for reply, but i didn't find any helping code from AddressBook example. how to use gsoap or any other code snippet available.

Similar Threads

  1. how to send Simple SOAP request??
    By PopAndDestroy in forum Symbian C++
    Replies: 8
    Last Post: 2009-04-30, 19:27
  2. SIP/2.0 400 Bad Request - Request-URI Domain Not Valid
    By fly31 in forum Mobile Java Networking & Messaging & Security
    Replies: 0
    Last Post: 2009-01-09, 14:00
  3. How to send request using soap envelope in the SubmitL api.
    By prajapatmanoj in forum Symbian C++
    Replies: 1
    Last Post: 2008-04-04, 06:43
  4. How to make soap request thru HTTP
    By dtripathy in forum Symbian C++
    Replies: 1
    Last Post: 2006-04-23, 21:13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved