User Profile
HimanJo
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Get printerCreateOperation while registering the printer using java msal?
Hello All, I am trying to register a printer in the universal print service using the Java SDK and I have been following this documentation - https://docs.microsoft.com/en-us/graph/api/printer-create?view=graph-rest-beta&tabs=java#request I am able to register the printer to the UP service. However, I need to know that the registration has been completed. The documentation mentioned above says that a printerCreateOperation object will be returned as a response which can be used to track the status of the registration. But as far as I understand it would be returned only if I registered the printer via Http and not if I used java. Can anybody confirm this ? Thanks a lot in advance.734Views0likes2CommentsRe: Receiving notifications from universal print without firewall changes. Websocket ?
Thanks a lot Jimmy, it surely helps a lot. I just needed to confirm that notifications from the universal print are received via web hooks and not web sockets, am I correct ? Thank you once again.1.6KViews0likes2CommentsRe: Receiving notifications from universal print without firewall changes. Websocket ?
Jimmy_Wu Thank you so much for responding. However, I won't be able to host the application in the cloud nor have an intermediate proxy. This application is supposed to run on the printer which is beyond the firewall. The problem that I am trying to solve is - How would the physical printer know that a job has been submitted by the user and it needs to be fetched and printed? In my case I don't want to use a connector but I need to write a program which runs on the printer and then fetches and prints the job after it has been submitted by the user. Based on my knowledge, I can think of - Notifications or would polling the virtual print queue for newer jobs (from the printer app) be a better approach ? Thank you1.6KViews0likes5CommentsReceiving notifications from universal print without firewall changes. Websocket ?
Hello All, I am new to universal print and I am trying to receive notifications when a print job is submitted by the user. So far, I have registered the virtual printer and defined the task definitions and task triggers. I also found out how to subscribe to the change notifications and the way I understand it is, the universal print service, using MS Graph API would send the notifications to the web app in the following scenarios - 1. Initial test notification for validation purposes when the web app subscribes for the notifications for the first time. 2. When the registered task is triggered like the jobStarted event. Now the challenge I am facing is as follows - The web app receiving the notifications precisely the notificationUrl is beyond the firewall and I can't open the ports on the firewall to allow the outside requests. So is there a way to receive universal print change notifications from MS Graph without changing the firewall settings ? Does universal print send notifications over websockets or is there another way to do this ? Any suggestions on this would be highly appreciated. Thanks in advance.1.8KViews1like7CommentsRegister a physical printer to the Universal Print service without a connector or a firmware ?
I am new to Universal Print and I am trying to register a physical printer / hardware with the universal print service so that the print jobs sent to the virtual queue can be printed out on a paper. I have been referring to the online documentation at - https://docs.microsoft.com/en-us/graph/api/resources/printer?view=graph-rest-beta https://docs.microsoft.com/en-us/universal-print/hardware/ So far I have been able to register a virtual printer in the UP service using MS graph api - https://docs.microsoft.com/en-us/graph/api/printer-create?view=graph-rest-beta&tabs=http & then shared it with the user. User is able to submit print jobs to the printer and they are visible in the virtual print queue on the azure portal. Now I want to send these print jobs to a physical printer so that they can be printed on a paper but the printer does not have a UP firmware and if possible I would prefer to avoid using a connector. So I would like to know if it is possible to attach/register a physical printer with the universal print service without using a connector or a firmware ?1.4KViews0likes1Comment
Recent Blog Articles
No content to show