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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jaz-3
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>