-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supported versions of business card data model #62
Comments
Uh, phoss-smp and Peppol Directory support v1? |
The version numbers are "artificially" assigned to the available XSDs. phoss SMP uses the V3 format to create its BusinessCards as you can see in https://github.com/phax/phoss-smp/blob/master/phoss-smp-webapp/src/main/java/com/helger/phoss/smp/rest/APIExecutorBusinessCardGet.java#L59 hth |
Thank you for your response. In v3, the type of businessCard.businessEntity.name is MultilingualNameType. Does phoss SMP and Peppol Directory support MultilingualNameType?
|
Well phoss SMP does support Business Card v3, but on the GUI it does not allow you to provide a language. |
I tried PUT /businesscard/{participantIdentifier}, but the language attribute did not register. I tried the following update query, but GET /businesscard/{participantIdentifier} did not output in Business Card v3 format.
I would like to see support for MultilingualNameType even if it is only for the REST API (GET/PUT), do you have any plans? |
@tmhide sure, that should work. May I ask you to copy the content of your last request to a ticket at https://github.com/phax/phoss-smp/issues - thanks. |
Thank for this. Closing this ticket here. |
There is a business card data model v3, but I don't think phoss-smp and Peppol Directory support this.
Is the version that phoss-smp and Peppol Directory support v2?
https://github.com/phax/phoss-directory/tree/master/phoss-directory-businesscard/src/main/resources/schemas
The text was updated successfully, but these errors were encountered: