Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

XML envelope for account creation (3 Comments)

$
0
0

Topic by Benjamin Donkersloot

Content

Hi !

Can someone help us with some sample XML for creating a staff account?

We currently have the following:


 

We get the following answer:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Sender</faultcode>
         <faultstring>Data element in the Message is NULL</faultstring>
         <detail>
            <fault>RightNowSyncService|urn:wsdl.ws.rightnow.com/v1_2 failed
Found out-of-order or unrecognized node ID|urn:objects.ws.rightnow.com/v1_2 while parsing node of type NamedID|urn:base.ws.rightnow.com/v1_2
Failure in setting value for object Account element Profile of type base_ws_rightnow_com_v1_2::NamedID
Failed in constructing object CreateMsg : NULL input can not be deserialized
Failed in setting value for element RNObjects array position 0 of object CreateMsg
Failure in setting value for object Create element Create of type messages_ws_rightnow_com_v1_2::CreateMsg
NULL returned from the Create deserializer due to missing or invalid XML</fault>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

Can someone help us figure this out?

Thanks!Benjamin

Version

May 2014

Code Block


Viewing all articles
Browse latest Browse all 2504

Trending Articles