You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/04/21 21:53:37 UTC

svn commit: r767270 - /ofbiz/trunk/applications/party/servicedef/services.xml

Author: jaz
Date: Tue Apr 21 19:53:37 2009
New Revision: 767270

URL: http://svn.apache.org/viewvc?rev=767270&view=rev
Log:
added party fields to service (createPersonAndUserLogin)

Modified:
    ofbiz/trunk/applications/party/servicedef/services.xml

Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=767270&r1=767269&r2=767270&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Tue Apr 21 19:53:37 2009
@@ -86,6 +86,7 @@
         <description>Create a Person and UserLogin</description>
         <implements service="createUserLogin"/>
         <auto-attributes entity-name="Person" mode="IN" include="nonpk" optional="true"/>
+        <auto-attributes entity-name="Party" mode="IN" include="nonpk" optional="true"/>
         <attribute name="partyId" type="String" mode="INOUT" optional="true" entity-name="Person"/>
         <attribute name="newUserLogin" type="Map" mode="OUT" optional="false"/>
     </service>