Hi,

I have a few blog posting regarding using Ksoap2, mine is in the
context of interfacing with Salesforce CRM using Webservice, hope it
helps.

http://androiddevblog.blogspot.com/



On Jun 28, 2:10 pm, YNC <yu.chu...@gmail.com> wrote:
> Could anybody help me with creating the request to a web service using
> the ksoap2 framework.
> For example, I need to make the following request:
>
> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader";
> xmlns:xlink="http://www.w3.org/1999/xlink"; 
> xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
>    <SOAP-ENV:Header>
>       <eb:MessageHeader eb:version="1.0">
>          <eb:ConversationId>TEST_ID</eb:ConversationId>
>          <eb:From>
>             <eb:PartyId>TEST</eb:PartyId>
>          </eb:From>
>          <eb:To>
>             <eb:PartyId>Gateway</eb:PartyId>
>          </eb:To>
>          <eb:Service eb:type="OOO">SCreateRQ</eb:Service>
>          <eb:Action>SCreateRQ</eb:Action>
>       </eb:MessageHeader>
>       <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/
> secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility";>
>          <wsse:UsernameToken>
>             <wsse:Username>Username</wsse:Username>
>             <wsse:Password>Password</wsse:Password>
>             <Organization>Host</Organization>
>          </wsse:UsernameToken>
>       </wsse:Security>
>    </SOAP-ENV:Header>
>    <SOAP-ENV:Body/>
> </SOAP-ENV:Envelope>
>
> What the right approach for the name space's description and class
> mapping?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to