09-08-2010, 02:54 AM
|
#2 (permalink)
|
| New Member
Join Date: Nov 2009 Model: 8800 PIN: N/A Carrier: Vodafone
Posts: 6
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Just to add some more details.....
i have a .net webservice that expects a object parameter "AttachData". The fields of AttachData are as follows:
public class AttachData
{
public string fileName;
public byte[] fileContents;
public OpportunityData oppDataObj;
};
where "OpportunityData" has the following fields:
public class OpportunityData
{
public string opportunityID;
public string customerName;
public DateTime creationDate;
public string currentOppState;
};
Can someone tell me how i can send this data from my BB client code using ksoap2?
Thanks,
Saket |
| Offline
| |