Thanks BJ Freeman, I am trying to use the services of partymgr component in folder applications/party. The service definition is this:
<service name="createPerson" engine="java" default-entity-name="Person" location="org.ofbiz.party.party.PartyServices" invoke="createPerson" auth="false"> <description>Create a Person</description> <auto-attributes mode="INOUT" include="pk" optional="true"/> <auto-attributes mode="IN" include="nonpk" optional="true"/> <attribute name="statusId" type="String" mode="IN" optional="true"/> <attribute name="preferredCurrencyUomId" type="String" mode="IN" optional="true"/> <attribute name="description" type="String" mode="IN" optional="true"/> <override name="firstName" optional="false"/> <override name="lastName" optional="false"/> </service> --- Em sáb, 2/8/08, BJ Freeman <[EMAIL PROTECTED]> escreveu: De: BJ Freeman <[EMAIL PROTECTED]> Assunto: Re: add person question Para: [email protected] Data: Sábado, 2 de Agosto de 2008, 2:13 if you look further down is says Message: Unknown parameter found: [importEmaisFromSite.partyId] >> I don't think we have that in the svn Pranay Pandey sent the following on 8/1/2008 9:51 PM: > Hello Jose, > > I think you should check the service definition you have given. Because > you are returning serviceResults which is having the party Id and may be > it has not been included in your service definition. > Exception report says this only. > Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. http://br.new.mail.yahoo.com/addresses
