There is a createPostalAddress in ContactMechServices.java There is also a simple one ContactMechServices.xml.
In party services:
<service name="createPostalAddress" engine="simple"
location="org/ofbiz/party/contact/ContactMechServices.xml"
invoke="createPostalAddress" auth="true">
My question is why is there two and is there a way (beyond modifying the
servicedef) to call the java guy?
I like the java guy because it does a security check for _PCM_CREATE.
Skip
