metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
209 stars 153 forks source link

Contact create missing tags legalForm and legalFormRegNo in request XML #369

Closed veehof closed 7 months ago

veehof commented 7 months ago

I Try to add contact, error in response occurs with code A0001: The number of field/message component occurrences is incorrect. I hink this is regarding to missing tags legalForm and legalFormRegNo in request body. How can I add legalForm and legalFormRegNo to create an contact? I would expect these parameters at the function createcontact.

micheldeking commented 7 months ago

Same here:

The number of field/message component occurrences is incorrect (min=1, max=1)
codenitrr commented 7 months ago

Same issue, anyone?

metaregistrar commented 7 months ago

When creating a contact, use the object sidnEppCreateContactRequest (as opposed to eppCreateContactRequest).

The sidnEppCreateContactRequest object contains all the specific fields to create contacts with SIDN.