Issue with SMPClientReadOnly URL Provider in Phase4Standalone App Using Local smp-query-webapp #286
Closed
mohamedamineboughrara
started this conversation in
General
Replies: 1 comment
-
Hi @mohamedamineboughrara, The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using the Phase4Standalone application to send messages through the smp-query-webapp running on my localhost. In my PeppolSenderController, I am trying to set the URL provider on the SMPClientReadOnly to use the smp.url configured in my application.properties.
I’ve encountered the following issues:
When I attempt to set the URL provider with the smp.url from application.properties, I receive an error indicating SMPHost must not be null.
Even after configuring the URL provider manually within the controller (using the smp.url), the application still throws the SMPHost must not be null error.
My goal is to make the Phase4Standalone app able to search through the instance of smp-query-webapp running on localhost. I’d like to know if there’s any workaround or recommended way to make Phase4Standalone correctly interact with the local smp-query-webapp for SMP lookups.
Any advice or guidance on how to configure this setup would be greatly appreciated!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions