About elements from GetleadActivityResponseSOAP API

Anonymous
Not applicable

About elements from GetleadActivityResponseSOAP API

Hi,

I am struggling with SOAP API.

I got a response data through a getLeadActivity call.
Now,I am examining the values that set in each element ,

But,,
I could not undersand what these elements means (as below).
 -> every element shows "xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance" in its value.

I have been trying to find it in help articles and disscussions, but could not made it.
  • personName
  • orgName
  • foreignSysPersonId
  • foreignSysType
  • foreignSysId
  • foreignSysOrgId
Could someone give me some information about that?

If there is some help article or discussion about this kind of topic, plese give me a direction to them.

Thank you,


Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: About elements from GetleadActivityResponseSOAP API

Is the XML response returning "xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance"  instead of attributes such as
 
            <activityAttributes>
              <attribute>
                <attrName>Webpage ID</attrName>
                <attrType xsi:nil="true" />
                <attrValue>2547</attrValue>
              </attribute>
              <attribute>
                <attrName>Webpage URL</attrName>
                <attrType xsi:nil="true" />
                <attrValue>/ClickDemo.html</attrValue>
              </attribute>


If that is a correct assumption the cause may be a malformed XML call.

Please review the detailed overview, sample code and XML request/response

http://developers.marketo.com/documentation/soap/getleadactivity/
 

Anonymous
Not applicable

Re: About elements from GetleadActivityResponseSOAP API

Hi bgomes,

Thank your helps.

I have been executing sample java programs with a bit of changes,
(sample programs are from https://github.com/Marketo/SOAP-API-Java-Client)
and I already have checked the document you showed me many times.


Before modifying a malformed XML probrems,
what I want to do is to find out what kind of data is supposed to be set in thease elements.
(Maybe because of my poor English,I could not tell what I want to do,,,)

Do you have any articles or documents describing each elements in SOAP elements(I mean each attributes included in leadActivity or leadChangeRecord) in detail?

As I mentioned, I already have checked the documents in
http://developers.marketo.com/documentation/soap/
and help articles about SOAP APIs,but could not find them.


leadActivityRecord or leadChangeRecord 
  ->activityAttributes
    -->attribute->attrName   ===>I need imformations about them!!