JP2010128596A - Information processing apparatus, image processing apparatus, print control method, and print control program - Google Patents

Information processing apparatus, image processing apparatus, print control method, and print control program Download PDF

Info

Publication number
JP2010128596A
JP2010128596A JP2008299962A JP2008299962A JP2010128596A JP 2010128596 A JP2010128596 A JP 2010128596A JP 2008299962 A JP2008299962 A JP 2008299962A JP 2008299962 A JP2008299962 A JP 2008299962A JP 2010128596 A JP2010128596 A JP 2010128596A
Authority
JP
Japan
Prior art keywords
data
processing apparatus
image data
image
soap
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008299962A
Other languages
Japanese (ja)
Other versions
JP5287172B2 (en
Inventor
Masanori Ito
正徳 伊藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2008299962A priority Critical patent/JP5287172B2/en
Publication of JP2010128596A publication Critical patent/JP2010128596A/en
Application granted granted Critical
Publication of JP5287172B2 publication Critical patent/JP5287172B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Facsimiles In General (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processing apparatus, an image processing apparatus, a print control method and a print control program for reducing a load to be imposed on communication processing in printing large-size data in a printing system. <P>SOLUTION: An information processing apparatus 11 divides data D, and transmits divided data SDn in several operations to an image processing apparatus 10, and controls the data processing during that time by message exchange following an SOAP (Simple Object Access Protocol), and notifies the image processing apparatus 10 that all the data D have been transmitted. On the other hand, the image processing apparatus 10 receives the plurality of divided data SDn from the information processing apparatus 11, and controls the data processing during that time by the message exchange following the SOAP, and when receiving notification that all the data D have been transmitted, restores the data D based on the plurality of divided data SDn, and transmits printable data PD generated based on the restored data to the image forming apparatus 12, and instructs the print processing. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、画像データを送信する情報処理装置と受信した画像データに所定の画像処理を行う画像処理装置とがネットワークを介して接続されたシステムに関し、特に、分割した画像データを、所定のプロトコルを介して情報処理装置から画像処理装置へ送信する技術に関するものである。   The present invention relates to a system in which an information processing apparatus that transmits image data and an image processing apparatus that performs predetermined image processing on the received image data are connected via a network. The present invention relates to a technology for transmitting information from an information processing apparatus to an image processing apparatus via a network.

近年、米国IEEE(Institute of Electrical and Electronics Engineers:電気電子技術者協会)関連の非営利団体であるIEEE−ISTO(IEEE Industry Standards and Technology Organization)のPWG(Printer Working Group)により標準化された印刷に関するWebサービスであるPSI(Print Service Interface:詳細仕様は非特許文献1を参照)を利用した印刷システムが提供されるようになった。   In recent years, a web related to printing standardized by PWG (Printer Working Group) of IEEE-ISTO (IEEE Industry Standards and Technology Organization), a non-profit organization related to the Institute of Electrical and Electronics Engineers (IEEE). A printing system using a service PSI (Print Service Interface: see Non-Patent Document 1 for detailed specifications) has been provided.

例えば、クライアントPC(Personal Computer)、プリントサーバ、及びプリンタから構成される上記印刷システムでは、以下に示す印刷処理が行われる。   For example, in the above printing system including a client PC (Personal Computer), a print server, and a printer, the following printing process is performed.

(1)まず、クライアントPCは、印刷条件や書誌情報を含む印刷ジョブ開始通知をcreateJobメソッドのSOAPリクエストとしてプリントサーバへ送信し、プリントサーバは、SOAPリクエストを受けて、印刷ジョブが生成可能な否かの判定結果をSOAPレスポンスとしてクライアントPCへ返す。   (1) First, the client PC transmits a print job start notification including print conditions and bibliographic information to the print server as a SOAP request for the createJob method. The print server receives the SOAP request and determines whether a print job can be generated. Is returned to the client PC as a SOAP response.

(2)クライアントPCは、上記(1)によるSOAPレスポンスを受けて、文書データを含むaddDocumentByValueメソッドのSOAPリクエストをプリントサーバへ送信し、プリントサーバは、SOAPリクエストを受けて、正常にデータを受信できたか否かの判定結果をSOAPレスポンスとしてクライアントPCへ返す。   (2) Upon receiving the SOAP response according to (1) above, the client PC sends a SOAP request for the addDocumentByValue method including the document data to the print server, and the print server can receive the data normally upon receiving the SOAP request. Is returned to the client PC as a SOAP response.

(3)クライアントPCは、上記(2)によるSOAPレスポンスを受けて、印刷ジョブ終了通知をcloseJobメソッドのSOAPリクエストとしてプリントサーバへ送信し、プリントサーバは、SOAPリクエストを受けて、印刷ジョブ終了通知の受信完了を、SOAPレスポンスとしてクライアントPCへ返す。   (3) Upon receiving the SOAP response according to (2) above, the client PC transmits a print job end notification to the print server as a SOAP request of the closeJob method. The print server receives the SOAP request and sends a print job end notification. The reception completion is returned to the client PC as a SOAP response.

(4)プリントサーバは、上記(3)によるSOAPレスポンスを返すと、受信した文書データに対して所定の画像処理(レンダリング)を行い、印字可能データへ変換し、印字可能データをプリンタへ送信する。結果、プリンタから印刷要求を行った文書が印刷される。   (4) When the print server returns the SOAP response according to (3) above, the print server performs predetermined image processing (rendering) on the received document data, converts it into printable data, and transmits the printable data to the printer. . As a result, the document requested for printing from the printer is printed.

このように、PSIを利用した印刷システムでは、印刷対象データ(例えば「文書データ」)を送信する送信元の機器(例えば「クライアントPC」)と、印刷対象データを受信する送信先の機器(例えば「プリントサーバ」)との間で、SOAP(Simple Object Access Protocol)に従ったメッセージ交換が行われる(SOAPリクエスト・レスポンスがやり取りされる)ことにより印刷処理される。
Print Server Interface Version 1.0(PWG Candidate Standard 5104.2-2005)入手先情報:ftp://ftp.pwg.org/pub/pwg/candidates/cs-psi10-20050225-5104.2.pdf
As described above, in a printing system using PSI, a transmission source device (for example, “client PC”) that transmits print target data (for example, “document data”) and a transmission destination device (for example, “client PC”) that receives the printing target data (for example, A message is exchanged with a “print server”) according to SOAP (Simple Object Access Protocol) (SOAP request / response is exchanged), and printing processing is performed.
Print Server Interface Version 1.0 (PWG Candidate Standard 5104.2-2005) source information: ftp://ftp.pwg.org/pub/pwg/candidates/cs-psi10-20050225-5104.2.pdf

しかしながら、上述したような従来のPSIを利用した印刷システムでは、印刷対象データのデータサイズが大きいため、送信先の機器において正常にデータを受信できない場合に、正常に受信されるまでデータの送信が繰り返されることになる。このとき、その間に受信されたデータは送信先の機器に保持されないため、エラー原因が解消されるまで同じデータ送信が無駄に繰り返される。   However, in the printing system using the conventional PSI as described above, since the data size of the print target data is large, when the transmission destination device cannot receive the data normally, the data is transmitted until it is normally received. Will be repeated. At this time, since the data received during that time is not held in the transmission destination device, the same data transmission is repeated unnecessarily until the cause of the error is resolved.

このように、従来のPSIを利用した印刷システムでは、送信先の機器において、何らかの原因で受信データを一時保持しておく記憶領域を確保できなかった場合に、通信処理に係るリソースが無駄に消費されてしまい、結果、システム全体への負荷が増大すると言う問題があった。   As described above, in the printing system using the conventional PSI, if a storage area for temporarily storing received data cannot be secured for some reason in the transmission destination device, resources related to communication processing are wasted. As a result, there is a problem that the load on the entire system increases.

上記問題点を解決するためには、送信元の機器が、送信先の機器で発生しているエラー原因がいつ解消されるのか把握できれば、データの再送信を適切なタイミングで行うように制御することができる。   In order to solve the above problem, if the source device can grasp when the cause of the error occurring in the destination device is resolved, control is performed so that the data is retransmitted at an appropriate timing. be able to.

そこで、送信元の機器が、印刷対象データを送信する前に、送信先の機器状態の通知を要求するメソッドを送信する方法が考えられるが、PSIでは、そのようなメソッドは定義されていない。仮に、上記目的のために専用メソッドを定義してもよいが、これでは、専用メソッドを解釈可能な送信先の機器としか通信を行うことができず、汎用性に欠ける。   Therefore, a method may be considered in which a transmission source device transmits a method for requesting notification of a transmission destination device state before transmitting print target data. However, such a method is not defined in PSI. For example, a dedicated method may be defined for the above purpose. However, in this case, communication can be performed only with a transmission destination device that can interpret the dedicated method, and lacks versatility.

本発明は上記従来技術の問題点を鑑み提案されたものであり、その目的とするところは、印刷システムにおいて、データサイズが大きい印刷対象データを印刷するときの通信処理にかかる負荷を軽減することができる情報処理装置、画像処理装置、印刷制御方法、及び印刷制御プログラムを提供することにある。   The present invention has been proposed in view of the above-described problems of the prior art, and an object of the present invention is to reduce the load on communication processing when printing print target data having a large data size in a printing system. An information processing apparatus, an image processing apparatus, a print control method, and a print control program.

上記目的を達成するため、本発明にあっては、SOAPメッセージを用いて画像データの印刷を画像処理装置に要求する情報処理装置であって、画像データを前記画像処理装置に送信する画像データ送信手段と、送信された前記画像データを受信した旨を示すSOAPレスポンスを前記画像処理装置から受信するレスポンス受信手段と、前記SOAPレスポンスを受信した場合に、前記画像データの送信が完了した旨を示すSOAPメッセージを前記画像処理装置に送信するメッセージ送信手段と、を備え、前記画像データ送信手段は、印刷すべき画像データを分割した分割データを送信することにより、前記画像データを複数回に分けて送信し、前記メッセージ送信手段は、送信された前記分割データ夫々に対する前記SOAPレスポンスを全て受信した場合に、前記SOAPメッセージを送信することを要旨としている。   In order to achieve the above object, according to the present invention, there is provided an information processing apparatus that requests an image processing apparatus to print image data using a SOAP message, and transmits image data to the image processing apparatus. Means, a response receiving means for receiving a SOAP response indicating that the transmitted image data has been received from the image processing apparatus, and a message indicating that transmission of the image data has been completed when the SOAP response is received. Message sending means for sending a SOAP message to the image processing apparatus, and the image data sending means divides the image data into a plurality of times by sending divided data obtained by dividing the image data to be printed. And the message transmission means transmits the SOAP response to each of the transmitted divided data. If all received, and increase the transmission of the SOAP message.

このような構成によって、本発明に係る情報処理装置は、印刷対象データを分割し、得られた分割データを複数回に分けて画像処理装置に送信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データの全てが送信された旨を画像処理装置へ通知する。   With such a configuration, the information processing apparatus according to the present invention divides the data to be printed, divides the obtained divided data into a plurality of times, and transmits the divided data to the image processing apparatus. The image processing apparatus notifies the image processing apparatus that all the print target data has been transmitted.

また、上記目的を達成するため、本発明に係る情報処理装置は、前記画像データ送信手段が、前記レスポンス受信手段により、第1の分割データを受信した旨を示すSOAPレスポンスを受信したときに、第2の分割データを送信する。   In order to achieve the above object, the information processing apparatus according to the present invention, when the image data transmitting unit receives a SOAP response indicating that the first divided data has been received by the response receiving unit, The second divided data is transmitted.

また、上記目的を達成するため、本発明に係る情報処理装置は、前記画像データ送信手段が、前記レスポンス受信手段による、第1の分割データを受信した旨を示すSOAPレスポンスの受信可否に応じて、他の分割データのデータサイズを変更する。   In order to achieve the above object, according to the information processing apparatus of the present invention, the image data transmission unit determines whether the response reception unit receives a SOAP response indicating that the first divided data has been received. Change the data size of other divided data.

上記目的を達成するため、本発明にあっては、SOAPメッセージを用いた画像データの印刷要求を情報処理装置から受け付ける画像処理装置であって、前記情報処理装置から画像データを受信する画像データ受信手段と、受信された前記画像データを格納する格納手段と、前記画像データの送信が完了した旨を示すSOAPメッセージを前記情報処理装置から受信するメッセージ受信手段と、前記画像データを受信した旨を示すSOAPレスポンスを前記情報処理装置に送信するレスポンス送信手段と、前記格納手段に格納されている画像データの印刷処理を実行する画像処理手段と、を備え、前記画像データ受信手段は、前記情報処理装置から、印刷する画像データを分割した分割データを受信することにより、前記画像データを複数回に分けて受信し、前記格納手段は、複数回に分けて受信した分割データを前記画像データとして格納し、前記画像処理手段は、前記メッセージ受信手段により、前記情報処理装置から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、前記格納手段に格納されている複数の分割データを合成し、合成して得た画像データの印刷処理を実行することを要旨としている。   To achieve the above object, according to the present invention, an image processing apparatus that receives a print request for image data using a SOAP message from an information processing apparatus, and receives image data from the information processing apparatus. Means, storage means for storing the received image data, message receiving means for receiving a SOAP message indicating that transmission of the image data is completed from the information processing apparatus, and information indicating that the image data has been received. A response transmission unit that transmits a SOAP response to the information processing apparatus, and an image processing unit that executes a printing process of the image data stored in the storage unit. The image data reception unit includes: By receiving the divided data obtained by dividing the image data to be printed from the apparatus, the image data is The storage means stores the divided data received in a plurality of times as the image data, and the image processing means completes the transmission of the image data from the information processing apparatus by the message receiving means. The gist is that when a SOAP message indicating that it has been received is received, a plurality of pieces of divided data stored in the storage means are combined and a print process of the image data obtained by combining is executed.

このような構成によって、本発明に係る画像処理装置は、印刷対象データを分割して得られた複数の分割データを情報処理装置から受信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データの全てが送信された旨の通知を受け付けると、受信時に保持しておいた複数の分割データを基に印刷対象データを復元し、復元したデータを基に生成した印刷可能データを印刷機器(画像形成装置)へ送信し、印刷処理を指示する。   With such a configuration, the image processing apparatus according to the present invention receives a plurality of pieces of divided data obtained by dividing the print target data from the information processing apparatus, and performs data processing therebetween in the message exchange according to SOAP. If the notification that all the print target data has been sent is received, the print target data is restored based on the plurality of divided data held at the time of reception, and the print generated based on the restored data The possible data is transmitted to the printing device (image forming apparatus), and the printing process is instructed.

上記目的を達成するため、本発明に係る情報処理装置における印刷制御方法は、SOAPメッセージを用いて画像データの印刷を画像処理装置に要求する情報処理装置における印刷制御方法であって、画像データを前記画像処理装置に送信する画像データ送信手順と、前記画像データ送信手順により送信された前記画像データを受信した旨を示すSOAPレスポンスを前記画像処理装置から受信するレスポンス受信手順と、前記レスポンス受信手順により前記SOAPレスポンスを受信した場合に、前記画像データの送信が完了した旨を示すSOAPメッセージを前記画像処理装置に送信するメッセージ送信手順と、を有し、前記画像データ送信手順は、印刷すべき画像データを分割した分割データを送信することにより、前記画像データを複数回に分けて送信し、前記メッセージ送信手順は、送信された前記分割データ夫々に対する前記SOAPレスポンスを全て受信した場合に、前記SOAPメッセージを送信することを特徴とする。   In order to achieve the above object, a print control method in an information processing apparatus according to the present invention is a print control method in an information processing apparatus that requests an image processing apparatus to print image data using a SOAP message. An image data transmission procedure to be transmitted to the image processing device, a response reception procedure to receive from the image processing device a SOAP response indicating that the image data transmitted by the image data transmission procedure has been received, and the response reception procedure A message transmission procedure for transmitting a SOAP message indicating that the transmission of the image data is completed to the image processing apparatus when the SOAP response is received by the image data transmission procedure. By transmitting the divided data obtained by dividing the image data, the image data is Send several times, the message transmission procedure when receiving all the SOAP response to the transmitted the divided data respectively, and transmits the SOAP message.

また、上記目的を達成するため、本発明に係る情報処理装置における印刷制御方法は、前記画像データ送信手順が、前記レスポンス受信手順により、第1の分割データを受信した旨を示すSOAPレスポンスを受信したときに、第2の分割データを送信する。   In order to achieve the above object, the print control method in the information processing apparatus according to the present invention receives a SOAP response indicating that the image data transmission procedure has received the first divided data by the response reception procedure. Then, the second divided data is transmitted.

また、上記目的を達成するため、本発明に係る情報処理装置における印刷制御方法は、前記画像データ送信手順が、前記レスポンス受信手順による、第1の分割データを受信した旨を示すSOAPレスポンスの受信可否に応じて、他の分割データのデータサイズを変更する。   In order to achieve the above object, the print control method in the information processing apparatus according to the present invention receives a SOAP response indicating that the image data transmission procedure has received the first divided data according to the response reception procedure. The data size of the other divided data is changed according to availability.

このような手順によって、本発明に係る情報処理装置における印刷制御方法は、印刷対象データを分割し、得られた分割データを複数回に分けて画像処理装置に送信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データの全てが送信された旨を画像処理装置へ通知する動作を実現する。   According to such a procedure, the print control method in the information processing apparatus according to the present invention divides the print target data, transmits the obtained divided data to the image processing apparatus in a plurality of times, and performs data processing during that time. Then, control is performed by exchanging messages according to SOAP, and an operation of notifying the image processing apparatus that all the print target data has been transmitted is realized.

上記目的を達成するため、本発明に係る画像処理装置における印刷制御方法は、SOAPメッセージを用いた画像データの印刷要求を情報処理装置から受け付ける画像処理装置における印刷制御方法であって、前記情報処理装置から画像データを受信する画像データ受信手順と、前記画像データの送信が完了した旨を示すSOAPメッセージを前記情報処理装置から受信するメッセージ受信手順と、前記画像データ受信手順により前記画像データを受信した旨を示すSOAPレスポンスを前記情報処理装置に送信するレスポンス送信手順と、前記情報処理装置から受信した前記画像データを格納する格納手段の画像データの印刷処理を実行する画像処理手順と、を有し、前記画像データ受信手順は、前記情報処理装置から、印刷する画像データを分割した分割データを受信することにより、前記画像データを複数回に分けて受信し、前記画像処理手順は、前記メッセージ受信手順により、前記外部装置から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、前記格納手段に格納されている複数回に分けて受信した分割データを合成し、合成した画像データの印刷処理を実行することを特徴とする。   To achieve the above object, a printing control method in an image processing apparatus according to the present invention is a printing control method in an image processing apparatus that accepts a print request for image data using a SOAP message from an information processing apparatus. An image data receiving procedure for receiving image data from the apparatus, a message receiving procedure for receiving a SOAP message indicating that the transmission of the image data has been completed from the information processing apparatus, and the image data receiving by the image data receiving procedure A response transmission procedure for transmitting a SOAP response indicating that the information has been received to the information processing device, and an image processing procedure for executing a printing process of the image data of the storage means for storing the image data received from the information processing device. The image data receiving procedure includes the step of receiving image data to be printed from the information processing apparatus. The divided image data is received in a plurality of times, and the image processing procedure is a SOAP message indicating that transmission of image data from the external device is completed by the message reception procedure. When the message is received, the divided data received in a plurality of times stored in the storage unit is combined, and the combined image data is printed.

このような手順によって、本発明に係る画像処理装置における印刷制御方法は、印刷対象データを分割して得られた複数の分割データを情報処理装置から受信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データの全てが送信された旨の通知を受け付けると、受信時に保持しておいた複数の分割データを基に印刷対象データを復元し、復元したデータを基に生成した印刷可能データを印刷機器(画像形成装置)へ送信し、印刷処理を指示する動作を実現する。   Through such a procedure, the print control method in the image processing apparatus according to the present invention receives a plurality of pieces of divided data obtained by dividing the print target data from the information processing apparatus, and performs data processing therebetween in SOAP. When the control is performed by exchanging messages and a notification that all the print target data has been transmitted is received, the print target data is restored based on the plurality of divided data held at the time of reception. The printable data generated in the above is transmitted to a printing device (image forming apparatus), and an operation for instructing a printing process is realized.

これによって、本発明に係る情報処理装置及び画像処理装置とが接続される印刷システムでは、印刷システムにおいて、データサイズが大きい印刷対象データを印刷するときの通信処理にかかる負荷を軽減することができる。   Thus, in the printing system to which the information processing apparatus and the image processing apparatus according to the present invention are connected, the load on the communication process when printing the print target data having a large data size can be reduced in the printing system. .

本発明によれば、送信元の機器(情報処理装置)が、印刷対象データを分割し、得られた分割データを複数回に分けて送信先の機器(画像処理装置)へ送信し、送信先の機器が、受信時に保持しておいた複数の分割データを基に印刷対象データを復元し、復元したデータを基に生成した印刷可能データを印刷機器(画像形成装置)へ送信し、印刷処理を指示することにより、印刷システムにおいて、データサイズが大きい印刷対象データを印刷するときの通信処理にかかる負荷を軽減することができる。   According to the present invention, the transmission source device (information processing device) divides the print target data, divides the obtained divided data into a plurality of times, and transmits the divided data to the transmission destination device (image processing device). Device restores data to be printed based on a plurality of divided data held at the time of reception, sends printable data generated based on the restored data to a printing device (image forming apparatus), and print processing In the printing system, it is possible to reduce a load on communication processing when printing print target data having a large data size.

以下、本発明の好適な実施の形態(以下、「実施形態」という。)について、図面を用いて詳細に説明する。   DESCRIPTION OF EMBODIMENTS Hereinafter, preferred embodiments of the present invention (hereinafter referred to as “embodiments”) will be described in detail with reference to the drawings.

[第1の実施形態]
<システム構成>
まず、本実施形態に係る印刷システムの構成について説明する。図1は、本発明の第1の実施形態に係る印刷システムの構成例を示す図である。図1に示すように、本実施形態に係る印刷システムは、クライアントPC(以下、「情報処理装置」という。)11と、プリントサーバ(以下、「画像処理装置」という。)10と、プリンタ(以下、「画像形成装置」という。)12から構成されている。
[First Embodiment]
<System configuration>
First, the configuration of the printing system according to the present embodiment will be described. FIG. 1 is a diagram illustrating a configuration example of a printing system according to the first embodiment of the present invention. As shown in FIG. 1, a printing system according to the present embodiment includes a client PC (hereinafter referred to as “information processing apparatus”) 11, a print server (hereinafter referred to as “image processing apparatus”) 10, and a printer ( (Hereinafter referred to as “image forming apparatus”) 12.

各機器間は、ネットワークなどの所定のデータ伝送路及び/又はインターネットなどの電気通信回線を介して接続されており、HTTP(Hyper Text Transfer Protocol)やSOAPなどの所定の通信プロトコルにより双方向のデータ通信を行うことができる。   Each device is connected via a predetermined data transmission path such as a network and / or an electric communication line such as the Internet, and bidirectional data is transmitted using a predetermined communication protocol such as HTTP (Hyper Text Transfer Protocol) or SOAP. Communication can be performed.

また、情報処理装置11と画像処理装置10には、PSIに基づいたWebサービス(以下、「PSIWebサービス」という。)31と32が実装されている。PSIWebサービス31と32は、SOAPに従って相互にメッセージ交換を行い、それぞれの機能を利用することができる。   In addition, the information processing apparatus 11 and the image processing apparatus 10 are provided with Web services (hereinafter referred to as “PSI Web services”) 31 and 32 based on PSI. The PSI Web services 31 and 32 can exchange messages with each other according to SOAP, and can use the respective functions.

このようなシステム構成において、印刷制御は次のように行われる。まず、情報処理装置11が、ユーザ指示に従って、文書データなどの印刷対象データDを画像処理装置10へ送信する。次に、画像処理装置10が、印刷対象データDを受信し、印刷要求を受け付けると、印刷対象データDに対してレンダリングなどの所定の画像処理により、PDL(Page Description Language)データなどの印刷可能データPDに変換し、印刷可能データPDを、要求時に指定された画像形成装置12へと送信する。これにより、ユーザが所望する印刷処理が行われる。   In such a system configuration, print control is performed as follows. First, the information processing apparatus 11 transmits print target data D such as document data to the image processing apparatus 10 in accordance with a user instruction. Next, when the image processing apparatus 10 receives the print target data D and accepts the print request, PDL (Page Description Language) data or the like can be printed on the print target data D by predetermined image processing such as rendering. The data is converted into data PD, and the printable data PD is transmitted to the image forming apparatus 12 designated at the time of request. Thereby, the printing process desired by the user is performed.

なお、上記システムでは、画像形成装置12としてプリンタを例に説明を行ったが、ファクシミリでもよく、その場合、画像処理装置10はファクシミリサーバとなる。ファクシミリサーバとファクシミリを用いる構成の場合、各機器間は、電話回線やISDN(Integrated Services Digital Network)のデジタル回線網などを介して接続される。   In the above system, a printer is described as an example of the image forming apparatus 12. However, a facsimile may be used, and in this case, the image processing apparatus 10 is a facsimile server. In the case of a configuration using a facsimile server and a facsimile, each device is connected via a telephone line or a digital line network of ISDN (Integrated Services Digital Network).

また、通信プロトコルについては、HTTPに限定されない。例えばFTP(File Transfer Protocol)など、他の通信プロトコルを利用してもよい。   Further, the communication protocol is not limited to HTTP. For example, other communication protocols such as FTP (File Transfer Protocol) may be used.

《ハードウェア》
次に、上記印刷システムの構成要素である情報処理装置11と画像処理装置10のハードウェア構成について説明する。なお、両機器は、同一のハードウェア構成であることから、以下に、情報処理装置11のハードウェア構成を代表して説明する。
"hardware"
Next, the hardware configuration of the information processing apparatus 11 and the image processing apparatus 10 that are components of the printing system will be described. Since both devices have the same hardware configuration, the hardware configuration of the information processing apparatus 11 will be described below as a representative.

図2は、本発明の第1の実施形態に係る情報処理装置11及び画像処理装置10のハードウェア構成例を示す図である。図2に示すように、情報処理装置11は、バスを介して相互に接続されているCPU(Central Processing Unit)101と、インタフェース装置102と、HDD(Hard Disk Drive)103と、入力装置104と、表示装置105と、外部記録装置106と、ROM(Read Only Memory)108と、RAM(Random Access Memory)109とから構成されている。   FIG. 2 is a diagram illustrating a hardware configuration example of the information processing apparatus 11 and the image processing apparatus 10 according to the first embodiment of the present invention. As shown in FIG. 2, the information processing apparatus 11 includes a CPU (Central Processing Unit) 101, an interface apparatus 102, an HDD (Hard Disk Drive) 103, and an input apparatus 104 that are connected to each other via a bus. And a display device 105, an external recording device 106, a ROM (Read Only Memory) 108, and a RAM (Random Access Memory) 109.

入力装置104は、キーボード及びマウスなどであり、情報処理装置11に各種操作信号を入力するために用いられる。表示装置105は、ディスプレイなどであり、各種情報を表示する。インターフェース装置102は、情報処理装置11や画像処理装置10をネットワークに接続するインターフェースである。   The input device 104 is a keyboard, a mouse, or the like, and is used to input various operation signals to the information processing device 11. The display device 105 is a display or the like and displays various information. The interface device 102 is an interface that connects the information processing apparatus 11 and the image processing apparatus 10 to a network.

HDD103は、大容量の不揮発性記憶装置で、例えばOS(Operating System)やアプリケーションなどの各種プログラムや関連データが格納される。ROM108とRAM109は、半導体メモリであり、ROM108には、例えばBIOS(Basic Input/Output System)などの電源投入後に実行される起動システムに関する各種プログラムや関連データなどが格納される。また、RAM109には、プログラムやデータが一時記憶される。   The HDD 103 is a large-capacity nonvolatile storage device, and stores various programs such as an OS (Operating System) and applications and related data. The ROM 108 and the RAM 109 are semiconductor memories, and the ROM 108 stores various programs and related data related to a boot system executed after power-on such as a BIOS (Basic Input / Output System). The RAM 109 temporarily stores programs and data.

CPU101は、ROM108やHDD103などに格納された各種プログラムや関連データをRAM109に読み出し、処理を実行する。外部記録装置106は、フロッピー(登録商標)ディスクなどの磁気ディスク、CD(Compact Disc)やDVD(Digital Versatile Disc)などの光ディスク、SDメモリカードなどの着脱可能な半導体メモリと言った各種記録媒体107に、プログラムやデータなどの読み出し/書き込みを行う。   The CPU 101 reads various programs and related data stored in the ROM 108, the HDD 103, and the like into the RAM 109, and executes processing. The external recording device 106 includes various recording media 107 such as a magnetic disk such as a floppy (registered trademark) disk, an optical disk such as a CD (Compact Disc) and a DVD (Digital Versatile Disc), and a removable semiconductor memory such as an SD memory card. In addition, the program and data are read / written.

このようなハードウェア構成により、情報処理装置11と画像処理装置10では、以降に説明を行うPSIを利用した印刷制御処理が行われる。   With such a hardware configuration, the information processing apparatus 11 and the image processing apparatus 10 perform print control processing using PSI, which will be described later.

なお、画像処理装置10がファクシミリサーバである場合には、画像処理装置10が、電話回線やISDNのデジタル回線網に接続するインターフェースを備えている。   When the image processing apparatus 10 is a facsimile server, the image processing apparatus 10 includes an interface for connecting to a telephone line or an ISDN digital line network.

《ソフトウェア》
次に、上記ハードウェア構成を備える情報処理装置11と画像処理装置10との各機器において動作するソフトウェア構成(実装されるソフトウェア構成)について説明する。
"software"
Next, a software configuration (software configuration to be implemented) that operates in each device of the information processing apparatus 11 and the image processing apparatus 10 having the above hardware configuration will be described.

図3は、本発明の第1の実施形態に係る情報処理装置11及び画像処理装置10のソフトウェア構成例を示す図である。なお、図中の(A)に情報処理装置11、また(B)に画像処理装置10のソフトウェア構成が示されている。   FIG. 3 is a diagram illustrating a software configuration example of the information processing apparatus 11 and the image processing apparatus 10 according to the first embodiment of the present invention. Note that (A) in the drawing shows the software configuration of the information processing apparatus 11 and (B) shows the software configuration of the image processing apparatus 10.

(情報処理装置:クライアントPC)
図3(A)に示すように、情報処理装置11で動作するソフトウェアは、OS201と、複数のアプリケーション202から構成されている。
(Information processing device: Client PC)
As shown in FIG. 3A, the software that operates on the information processing apparatus 11 includes an OS 201 and a plurality of applications 202.

OS201は、UNIX(登録商標)やWindows(登録商標)などの情報処理装置11が備えるハードウェアなどを制御し、情報処理システムを実現する基本ソフトウェアである。アプリケーション202は、上記情報処理システム上(動作環境)においてプログラムが実行されることで各種機能(サービス)を提供するソフトウェアである。アプリケーション202の各ソフトウェアは、それぞれプロセスとしてOS201上で並列実行される。   The OS 201 is basic software that realizes an information processing system by controlling hardware and the like included in the information processing apparatus 11 such as UNIX (registered trademark) or Windows (registered trademark). The application 202 is software that provides various functions (services) by executing a program on the information processing system (operating environment). Each software of the application 202 is executed in parallel on the OS 201 as a process.

OS201とアプリケーション202は、API(Application Programming Interface)と言うソフトウェアインターフェースで接続されており、アプリケーション202は、APIを介してOS201が提供する情報処理機能(例えばI/O機能)を利用することができる。   The OS 201 and the application 202 are connected by a software interface called API (Application Programming Interface), and the application 202 can use an information processing function (for example, an I / O function) provided by the OS 201 via the API. .

また、アプリケーション202には、PSI標準のメソッド処理を行うPSIアプリ203や、印刷対象データDを送信するために、データの一部分を切り出したり、データを分割したりする分割データ生成アプリ204、またHTTPによる双方向データ通信を制御するHTTP処理部などが含まれる。   Further, the application 202 includes a PSI application 203 that performs PSI standard method processing, a divided data generation application 204 that cuts out a part of data or divides data in order to transmit print target data D, and HTTP. And an HTTP processing unit for controlling bidirectional data communication.

また、PSIアプリ203は、XML(Extensible Markup Language)で記述されたメッセージを処理するXML処理部と、SOAPに従ってメッセージ交換を行うSOAP処理部と、PSI標準のメソッド処理を行うPSIメソッド処理部とを有している。なお、図1に示したPSIWebサービス31は、PSIアプリ203に含まれる。   In addition, the PSI application 203 includes an XML processing unit that processes messages written in XML (Extensible Markup Language), a SOAP processing unit that exchanges messages according to SOAP, and a PSI method processing unit that performs PSI standard method processing. Have. The PSI Web service 31 shown in FIG. 1 is included in the PSI application 203.

分割データ生成アプリ204は、印刷対象データDの一部分を切り出したり分割したりするデータ切り出し/分割部と、分割データのデータサイズを示す情報(以下、「分割データサイズ情報」という。)や分割データの送信順番を示す情報(以下、「送信順情報」という。)などの各種情報を、分割データに付加して通信データを生成する通信データ作成部と、これらの各機能部による連携処理を制御する制御部とを有している。   The divided data generation application 204 includes a data cutout / division unit that cuts out and divides a part of the print target data D, information indicating the data size of the divided data (hereinafter referred to as “divided data size information”), and divided data. A communication data creation unit that generates communication data by adding various information such as information indicating the transmission order (hereinafter referred to as “transmission order information”) to the divided data, and controls the cooperation processing by each of these functional units And a control unit.

(画像処理装置:プリントサーバ)
図3(B)に示すように、画像処理装置10で動作するソフトウェアも、上記情報処理装置11と同様に、OS211と、アプリケーション212から構成されており、それぞれAPIを介して接続されている。
(Image processing device: Print server)
As shown in FIG. 3B, the software operating on the image processing apparatus 10 is also configured with an OS 211 and an application 212, as with the information processing apparatus 11, and is connected via an API.

また、アプリケーション212には、PSIアプリ213と、クライアントPCである情報処理装置11から受信した分割データを合成し、印刷対象データD(分割前の元データ)に復元にする分割データ合成アプリ214と、復元した印刷対象データDを基に画像形成装置12で印刷可能なPDLデータ(印刷可能データPD)を生成するレンダリングアプリ215と、印刷可能データPDを画像形成装置12に送信し、印刷処理を指示する印刷制御アプリ216、またHTTP処理部などが含まれる。   Also, the application 212 includes a PSI application 213 and a divided data composition application 214 that combines the divided data received from the information processing apparatus 11 that is the client PC and restores the data to be printed D (original data before the division). The rendering application 215 that generates PDL data (printable data PD) that can be printed by the image forming apparatus 12 based on the restored print target data D, and the printable data PD are transmitted to the image forming apparatus 12 to perform printing processing. A print control application 216 to instruct, an HTTP processing unit, and the like are included.

ここで、画像形成装置12がファクシミリの場合には、画像処理装置10がファクシミリサーバとなり、印刷制御アプリ216に代わりに、電話回線やISDNのデジタル回線網を介してデータ送信を行うファクシミリ制御アプリとなる。   Here, when the image forming apparatus 12 is a facsimile, the image processing apparatus 10 is a facsimile server, and instead of the print control application 216, a facsimile control application that transmits data via a telephone line or an ISDN digital line network; Become.

また、PSIアプリ213は、上記情報処理装置11と同様に、XML処理部と、SOAP処理部と、PSIメソッド処理部とを有している。なお、図1に示したPSIWebサービス32は、PSIアプリ213に含まれる。   The PSI application 213 includes an XML processing unit, a SOAP processing unit, and a PSI method processing unit, like the information processing apparatus 11. The PSI Web service 32 shown in FIG. 1 is included in the PSI application 213.

分割データ合成アプリ214は、分割データを合成し、印刷対象データDに復元する分割データ合成部と、受信した通信データを解析し、データ内に含まれる分割データ、分割データサイズ情報、及び送信順情報などを取り出す通信データ解析部と、これらの各機能部による連携処理を制御する制御部とを有している。   The divided data composition application 214 synthesizes the divided data and restores the print target data D, analyzes the received communication data, the divided data included in the data, the divided data size information, and the transmission order It has a communication data analysis unit that extracts information and the like, and a control unit that controls cooperation processing by each of these functional units.

レンダリングアプリ215は、分割データ合成アプリ214によって復元された印刷対象データDに対応するアプリケーションソフトを起動し、印刷を実行する画像形成装置12に対応するプリンタドライバを介して印刷可能データPDに変換するレンダリング処理部を有している。ここで、印刷対象データDに対応するアプリケーションソフトや画像形成装置12に対応するプリンタドライバを用いてレンダリング処理(印刷可能データPDへの変換)を行う方法について説明したが、これに限らず、復元後の印刷対象データDを印刷可能データPDに変換可能であれば、他の方法であってもよい。また、前述したレンダリング処理は、特に、画像処理装置10において動作する必要はなく、例えばデータ変換サーバなどのような専用機器にレンダリング処理を行わせ、変換後の印刷可能データPDを受け取る構成としてもよい。   The rendering application 215 activates application software corresponding to the print target data D restored by the divided data composition application 214, and converts it into printable data PD via a printer driver corresponding to the image forming apparatus 12 that executes printing. A rendering processing unit is included. Here, a method of performing rendering processing (conversion to printable data PD) using application software corresponding to the print target data D or a printer driver corresponding to the image forming apparatus 12 has been described. Any other method may be used as long as the later print target data D can be converted into printable data PD. In addition, the above-described rendering processing does not particularly need to operate in the image processing apparatus 10. For example, the rendering processing may be performed by a dedicated device such as a data conversion server and the converted printable data PD may be received. Good.

また、画像処理装置10がファクシミリサーバの場合、レンダリング処理部では、復元後の印刷対象データDを、ファクシミリに対応する印刷可能データPDに変換する。   When the image processing apparatus 10 is a facsimile server, the rendering processing unit converts the restored print target data D into printable data PD corresponding to the facsimile.

印刷制御アプリ216は、レンダリングアプリ215により生成された印刷可能データPDを画像形成装置12に送信し、印刷処理を指示する印刷制御部を有している。   The print control application 216 includes a print control unit that transmits the printable data PD generated by the rendering application 215 to the image forming apparatus 12 and instructs print processing.

<PSIを利用した印刷制御>
ここからは、上記ソフトウェア構成により情報処理装置11と画像処理装置10との各機器において実現される機能構成及びその連係動作について説明する。
<Print control using PSI>
From here, a functional configuration realized in each device of the information processing apparatus 11 and the image processing apparatus 10 by the above-described software configuration and a linked operation thereof will be described.

《機能構成》
図4は、本発明の第1の実施形態に係る情報処理装置11及び画像処理装置10が有する機能構成例を示す図である。
<Functional configuration>
FIG. 4 is a diagram illustrating a functional configuration example of the information processing apparatus 11 and the image processing apparatus 10 according to the first embodiment of the present invention.

[情報処理装置]
図4に示すように、まず情報処理装置11が有する印刷制御機能には、画像処理装置10へSOAPメッセージを送信するメッセージ送信手段41と、画像処理装置10からのSOAPメッセージによる応答を受信するレスポンス受信手段42と、画像処理装置10へ画像データを送信する画像データ送信手段43とがある。
[Information processing device]
As shown in FIG. 4, first, the print control function of the information processing apparatus 11 includes a message transmission unit 41 that transmits a SOAP message to the image processing apparatus 10 and a response that receives a response by the SOAP message from the image processing apparatus 10. There are a receiving unit 42 and an image data transmitting unit 43 that transmits image data to the image processing apparatus 10.

なお、以下には、画像データを印刷対象データDの一例として説明するが、この限りでなく、文書データなどのアプリケーションデータであってもよい。   In the following, image data will be described as an example of print target data D, but not limited thereto, application data such as document data may be used.

画像データ送信手段43は、画像データを分割した分割データSDnを送信することにより、印刷対象データDである画像データを複数回に分けて画像処理装置10へ送信する。また、画像データ送信手段43は、レスポンス受信手段42により、分割データSDnを受信した旨を示すSOAPレスポンスを受信したことを受けて、次の分割データSDn+1を送信する。 The image data transmitting unit 43 transmits the divided data SDn obtained by dividing the image data, thereby transmitting the image data as the print target data D to the image processing apparatus 10 in a plurality of times. Further, the image data transmitting unit 43 transmits the next divided data SD n + 1 in response to the reception of the SOAP response indicating that the divided data SDn has been received by the response receiving unit 42.

レスポンス受信手段42は、画像データ送信手段43により送信された画像データを受信した旨を示すSOAPレスポンスを画像処理装置10から受信し、メッセージ送信手段41は、画像処理装置10からSOAPレスポンスを受信した場合、画像データの送信が完了した旨を示すSOAPメッセージを画像処理装置10に送信する。   The response receiving unit 42 receives a SOAP response indicating that the image data transmitted by the image data transmitting unit 43 has been received from the image processing apparatus 10, and the message transmitting unit 41 receives the SOAP response from the image processing apparatus 10. In this case, a SOAP message indicating that the transmission of the image data is completed is transmitted to the image processing apparatus 10.

メッセージ送信手段41は、送信された分割データSDn夫々に対するSOAPレスポンスを全て受信した場合に、SOAPメッセージを画像処理装置10へ送信する。   The message transmission unit 41 transmits a SOAP message to the image processing apparatus 10 when all the SOAP responses to the transmitted divided data SDn are received.

(メッセージ送信手段及びレスポンス受信手段)
本実施形態に係る情報処理装置11では、ユーザからの印刷指示を受け付けると、メッセージ送信手段41により、画像処理装置10に対して印刷ジョブの生成を指示する。具体的には、creatJobメソッドのSOAPメッセージが、メッセージ送信手段41から画像処理装置10へ送信されることにより指示される。
(Message sending means and response receiving means)
When the information processing apparatus 11 according to the present embodiment receives a print instruction from the user, the message transmission unit 41 instructs the image processing apparatus 10 to generate a print job. Specifically, the SOAP message of the creatJob method is instructed by being transmitted from the message transmission unit 41 to the image processing apparatus 10.

createJobメソッドは、PSIアプリ203のPSIメソッド処理部により生成され、XML処理部、SOAP処理部、及びHTTP処理部などを介して、SOAPメッセージとして、画像処理装置10へ送信される。その結果、画像処理装置10からは、creatJobメソッドのSOAPメッセージに対しての応答メッセージが送信される。情報処理装置11では、レスポンス受信手段42により応答メッセージを受信し、その内容が解析される。このとき、応答メッセージは、PSIメソッド処理部に渡され、解析される。   The createJob method is generated by the PSI method processing unit of the PSI application 203, and is transmitted to the image processing apparatus 10 as a SOAP message via the XML processing unit, the SOAP processing unit, the HTTP processing unit, and the like. As a result, the image processing apparatus 10 transmits a response message to the SOAP message of the creatJob method. In the information processing apparatus 11, the response message is received by the response receiving means 42 and the content thereof is analyzed. At this time, the response message is passed to the PSI method processing unit and analyzed.

また、情報処理装置11では、メッセージ送信手段41により、画像処理装置10に対して印刷ジョブの完了を通知する。具体的には、closeJobメソッドのSOAPメッセージが、メッセージ送信手段41から画像処理装置10へ送信されることにより通知される。   In the information processing apparatus 11, the message transmission unit 41 notifies the image processing apparatus 10 of the completion of the print job. Specifically, the SOAP message of the closeJob method is notified by being transmitted from the message transmission unit 41 to the image processing apparatus 10.

closeJobメソッドは、creatJobメソッドと同様に、PSIアプリ203のPSIメソッド処理部により生成され、XML処理部、SOAP処理部、及びHTTP処理部などを介して、SOAPメッセージとして、画像処理装置10へ送信される。その結果、画像処理装置10からは、closeJobメソッドのSOAPメッセージに対して応答メッセージが送信される。情報処理装置11における応答メッセージの解析は、PSIメソッド処理部により行われる。   As with the creatJob method, the closeJob method is generated by the PSI method processing unit of the PSI application 203 and transmitted to the image processing apparatus 10 as a SOAP message via the XML processing unit, the SOAP processing unit, the HTTP processing unit, and the like. The As a result, the image processing apparatus 10 transmits a response message to the SOAP message of the closeJob method. Analysis of the response message in the information processing apparatus 11 is performed by the PSI method processing unit.

(画像データ送信手段)
情報処理装置11は、レスポンス受信手段42により受信・解析を行った応答メッセージを受けて、印刷対象データDである画像データの分割データを画像処理装置10へ送信する。
(Image data transmission means)
The information processing apparatus 11 receives the response message received and analyzed by the response receiving unit 42 and transmits the divided data of the image data that is the print target data D to the image processing apparatus 10.

・分割データの生成
画像データ送信手段43は、画像データの分割を、分割データ生成アプリ204により行う。また、このときの分割処理は、分割データ生成アプリ204の制御部により次のように制御される。
Generation of divided data The image data transmission unit 43 performs division of image data using the divided data generation application 204. Further, the division process at this time is controlled by the control unit of the divided data generation application 204 as follows.

画像データ送信手段43は、まず、分割データ生成アプリ204のデータ切り出し/分割部により、予め設定しておいた画像データの切り出しサイズ(所定の分割データサイズ)に基づき、HDD103などの記憶装置に格納されている画像データを参照し、データの切り出し(分割データSDnの生成)を行う。データの切りだしが終了すると、生成された分割データSDnを通信データ作成部に渡す。   The image data transmission unit 43 first stores the image data in the storage device such as the HDD 103 based on the cut-out size (predetermined divided data size) of the image data set in advance by the data cut-out / split unit of the divided data generation application 204. Data is cut out (generation of divided data SDn) with reference to the image data. When the data cutting is completed, the generated divided data SDn is transferred to the communication data creation unit.

また、通信データ作成部には、分割データサイズを示す情報と分割を行った順番(1〜n)を示す情報とが渡される。ここで言う、「分割データサイズを示す情報」が分割データサイズ情報にあたり、「分割を行った順番を示す情報」が送信順情報にあたる。その結果、通信データ作成部は、これらの情報と分割データSDnとから、画像処理装置10に送信する通信データを生成する。   In addition, information indicating the divided data size and information indicating the order of division (1 to n) are passed to the communication data creation unit. Here, “information indicating the divided data size” corresponds to the divided data size information, and “information indicating the order of division” corresponds to the transmission order information. As a result, the communication data creation unit generates communication data to be transmitted to the image processing apparatus 10 from these information and the divided data SDn.

画像データ送信手段43では、通信データ生成部による通信データの生成が終わると、生成後の通信データが、分割データ生成アプリ204からPSIアプリ203へ渡される。また、このとき分割データ生成アプリ204の制御部では、画像データの切り出し回数(分割回数)をインクリメントし、その値を、分割を行った順番を示す情報として記憶しておく。これにより、次回の分割データ送信時に、記憶しておいた値を送信順情報として画像処理装置10に渡す。   In the image data transmission unit 43, when the communication data generation by the communication data generation unit is completed, the generated communication data is transferred from the divided data generation application 204 to the PSI application 203. At this time, the control unit of the divided data generation application 204 increments the number of image data cutouts (number of divisions) and stores the value as information indicating the order of division. Accordingly, the stored value is passed to the image processing apparatus 10 as transmission order information at the next divided data transmission.

・分割データの送信
次に、画像データ送信手段43では、分割データSDnの送信が、PSIアプリ203により行われる。また、このときの送信処理は、PSIアプリ203の制御部により次のように制御される。
-Transmission of division data Next, in the image data transmission means 43, transmission of the division data SDn is performed by the PSI application 203. The transmission process at this time is controlled by the control unit of the PSI application 203 as follows.

画像データ送信手段43は、PSIアプリ203のPSIメソッド処理部により、まず、生成後の通信データを、データ送信用のaddDocumentByValueメソッドのパラメータとして設定する。その後、addDocumentByValueメソッドは、XML処理部、SOAP処理部、及びHTTP処理部などを介して、SOAPメッセージとして、画像処理装置10へ送信される。その結果、画像処理装置10からは、addDocumentByValueメソッドのSOAPメッセージに対しての応答メッセージが送信される。情報処理装置11における応答メッセージの解析は、PSIメソッド処理部により行われる。   The image data transmission unit 43 first sets the generated communication data as a parameter of the addDocumentByValue method for data transmission by the PSI method processing unit of the PSI application 203. Thereafter, the addDocumentByValue method is transmitted to the image processing apparatus 10 as a SOAP message via the XML processing unit, the SOAP processing unit, the HTTP processing unit, and the like. As a result, the image processing apparatus 10 transmits a response message to the SOAP message of the addDocumentByValue method. Analysis of the response message in the information processing apparatus 11 is performed by the PSI method processing unit.

画像データ送信手段43では、上記分割データSDnの送信処理を、分割個数分の分割データSD〜SDn、つまり画像データの全てを画像処理装置10に送信するまで繰り返し行う。 The image data transmission unit 43 repeatedly performs the transmission process of the divided data SDn until the divided data SD 1 to SDn corresponding to the divided number, that is, all of the image data are transmitted to the image processing apparatus 10.

なお、上記画像データ送信手段43の説明では、分割データサイズ情報が通信データに含まれる場合を例に挙げたが、例えば情報処理装置11と画像処理装置10との間で行うデータ通信にHTTPを用いる場合、次のようなことが考えられる。   In the description of the image data transmission unit 43, the case where the divided data size information is included in the communication data has been described as an example. For example, HTTP is used for data communication performed between the information processing apparatus 11 and the image processing apparatus 10. When used, the following can be considered.

メッセージのヘッダフィールドにおいて、HTTPメッセージボディの大きさ(データサイズ)を記述するためのContent−Lengthフィールドに送信データのサイズ情報が含まれる場合には、前述したように、分割データサイズ情報を通信データに含ませる必要がない。ただし、Content−Lengthは、ボディメッセージの大きさを表すため、送信順情報など、ボディメッセージに分割データSDn以外の付加情報が存在する場合には、付加情報のデータサイズも含まれてしまい、分割データSDnのデータサイズのみを示す値ではない。よって、分割データSDnの送信先である画像処理装置10で、正常に分割データSDnを受信したか否かの判定処理や、受信した分割データSDnを基にした画像データの復元処理において利用する場合には、分割データSDnの正確なサイズ情報が必要となる。   When the size information of the transmission data is included in the Content-Length field for describing the size (data size) of the HTTP message body in the header field of the message, as described above, the divided data size information is set to the communication data. There is no need to include it. However, since Content-Length represents the size of the body message, if additional information other than the divided data SDn exists in the body message, such as transmission order information, the data size of the additional information is also included, and the division is performed. It is not a value indicating only the data size of the data SDn. Accordingly, when the image processing apparatus 10 that is the transmission destination of the divided data SDn is used in the determination process of whether or not the divided data SDn has been normally received and the restoration process of the image data based on the received divided data SDn. Requires accurate size information of the divided data SDn.

そこで、画像データ送信手段43では、正確なサイズ情報を取得するために、分割データサイズ情報を通信データに含める方法を用いている。   Therefore, the image data transmission means 43 uses a method of including the divided data size information in the communication data in order to obtain accurate size information.

[画像処理装置]
次に、画像処理装置10が有する機能には、情報処理装置11からのSOAPメッセージを受信するメッセージ受信手段51と、情報処理装置11から送信されたSOAPメッセージへの応答を送信するレスポンス送信手段52と、情報処理装置11から送信された画像データを受信する画像データ受信手段53とがある。また、画像データ受信手段53により受信した画像データを格納する格納手段61と、格納手段61に格納された画像データに対して印刷処理を実行する画像処理手段71とを有している。
[Image processing device]
Next, the functions of the image processing apparatus 10 include a message receiving unit 51 that receives a SOAP message from the information processing apparatus 11 and a response transmission unit 52 that transmits a response to the SOAP message transmitted from the information processing apparatus 11. And image data receiving means 53 for receiving the image data transmitted from the information processing apparatus 11. Further, the image processing apparatus includes a storage unit 61 that stores image data received by the image data receiving unit 53, and an image processing unit 71 that executes print processing on the image data stored in the storage unit 61.

画像データ受信手段53は、情報処理装置11から、印刷する画像データを分割した分割データSDnを受信することにより、画像データを複数回に分けて受信する。このとき、複数回に分けて受信した分割データSDnは、格納手段61により格納される。   The image data receiving unit 53 receives the divided data SDn obtained by dividing the image data to be printed from the information processing apparatus 11, thereby receiving the image data in a plurality of times. At this time, the divided data SDn received in a plurality of times is stored in the storage means 61.

画像処理手段71は、メッセージ受信手段51により情報処理装置11から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、格納手段61に格納されている複数の分割データSDnを合成し、復元した画像データの印刷処理を実行する。   When the message processing unit 71 receives the SOAP message indicating that the transmission of the image data is completed from the information processing apparatus 11 by the message receiving unit 51, the image processing unit 71 synthesizes the plurality of divided data SDn stored in the storage unit 61. Then, print processing of the restored image data is executed.

(画像データ受信手段、レスポンス送信手段、及び格納手段)
画像処理装置10は、画像データ受信手段53により通信データを受信し、その受信結果を、応答メッセージとして送信する。また、このときの画像データの受信・応答処理は、PSIアプリ213と分割データ合成アプリ214それぞれの制御部により次のように制御される。
(Image data receiving means, response transmitting means, and storing means)
The image processing apparatus 10 receives the communication data by the image data receiving unit 53 and transmits the reception result as a response message. The image data reception / response processing at this time is controlled as follows by the respective control units of the PSI application 213 and the divided data composition application 214.

画像データ受信手段53は、情報処理装置11から送信されたaddDocumentByValueメソッドのSOAPメッセージを、HTTP処理部、PSIアプリ213のSOAP処理部、及びXML処理部を介して受信する。受信したSOAPメッセージは、PSIメソッド処理部に渡され、PSIメソッド処理部が、addDocumentByValueメソッドに設定されたパラメータから、通信データを取り出す。取り出された通信データは、分割データ合成アプリ214に渡される。   The image data receiving unit 53 receives the SOAP message of the addDocumentByValue method transmitted from the information processing apparatus 11 via the HTTP processing unit, the SOAP processing unit of the PSI application 213, and the XML processing unit. The received SOAP message is passed to the PSI method processing unit, and the PSI method processing unit extracts communication data from the parameters set in the addDocumentByValue method. The extracted communication data is transferred to the divided data composition application 214.

続いて、画像データ受信手段53は、受け取った通信データを、分割データ合成アプリ214の通信データ解析部により解析し、通信データに含まれる分割データSDn、分割データサイズ情報、及び送信順情報の各種情報を取り出す。また、取り出した分割データSDnの実際のデータサイズ値と、取り出した分割データサイズ情報の値とを比較し、互いの値が一致しているか否か判定する。   Subsequently, the image data receiving unit 53 analyzes the received communication data by the communication data analysis unit of the divided data composition application 214, and various types of divided data SDn, divided data size information, and transmission order information included in the communication data. Retrieve information. Further, the actual data size value of the extracted divided data SDn is compared with the value of the extracted divided data size information to determine whether or not the values match each other.

画像データ受信手段53では、上記判定結果(「一致」/「不一致」)を、分割データ合成アプリ214からPSIアプリ213に渡す。   In the image data receiving unit 53, the determination result (“match” / “mismatch”) is passed from the divided data composition application 214 to the PSI application 213.

なお、上記判定は、SOAPリクエストに分割データSDnが付加されている場合に行う処理である。   The determination is a process performed when the divided data SDn is added to the SOAP request.

レスポンス送信手段52は、PSIアプリ213のSOAP処理部により、判定結果を表す情報(結果情報:リザルトコード)を付加した応答メッセージを生成し、SOAPレスポンスとして情報処理装置11に送信(返信)する。つまり、上記判定結果が「不一致」の場合には、レスポンス送信手段52により、情報処理装置11へ再送信を要求することになる。   The response transmission unit 52 generates a response message to which information (result information: result code) indicating the determination result is added by the SOAP processing unit of the PSI application 213, and transmits (replies) the response message to the information processing apparatus 11 as a SOAP response. That is, when the determination result is “mismatch”, the response transmission unit 52 requests the information processing apparatus 11 to retransmit.

また、画像データ受信手段53では、上記判定結果が「一致」の場合に、取り出した送信順番情報と分割データSDnとを格納手段61に渡す。その結果、格納手段61が、受け取った送信順番情報と分割データSDnとを、所定の記憶領域に格納する(一時保持する)。つまり、格納手段61は、HDD103などの記憶装置にあたる。   Further, the image data receiving unit 53 passes the extracted transmission order information and the divided data SDn to the storage unit 61 when the determination result is “match”. As a result, the storage unit 61 stores (temporarily holds) the received transmission order information and the divided data SDn in a predetermined storage area. That is, the storage unit 61 corresponds to a storage device such as the HDD 103.

画像データ受信手段53では、上記画像データの受信・応答処理を、分割個数分の分割データSD〜SDn、つまり画像データの全てを、画像処理装置10が受信するまで繰り返し行う。 The image data receiving unit 53 repeats the above image data reception / response processing until the image processing apparatus 10 receives all the divided data SD 1 to SDn, that is, all the image data.

(メッセージ受信手段及び画像処理手段)
画像処理装置10は、メッセージ受信手段51により、情報処理装置11から印刷ジョブの要求完了通知を受信し、画像処理手段71により、一時保持しておいた分割データSDnと送信順情報とを基に印刷対象データDである画像データ(分割前の元データ)に復元する。その後、復元された画像データに対して印刷処理を行う。また、このときの印刷ジョブ要求完了通知の受信・画像データ復元処理は、PSIアプリ213と分割データ合成アプリ214それぞれの制御部により次のように制御される。
(Message receiving means and image processing means)
The image processing apparatus 10 receives a print job request completion notification from the information processing apparatus 11 via the message receiving means 51, and the image processing means 71 based on the temporarily stored divided data SDn and transmission order information. It is restored to image data (original data before division) which is the print target data D. Thereafter, a printing process is performed on the restored image data. Also, the print job request completion notification reception / image data restoration process at this time is controlled by the respective control units of the PSI application 213 and the divided data composition application 214 as follows.

メッセージ受信手段51は、情報処理装置11から印刷ジョブ完了通知のSOAPメッセージとしてcloseJobメソッドを、HTTP処理部、PSIアプリ213のSOAP処理部、及びXML処理部を介して受信すると、画像データの送信が終了し印刷ジョブが完了したものと判断して、その旨を分割データ合成アプリ214に通知する。   When the message receiving unit 51 receives the closeJob method from the information processing apparatus 11 as a SOAP message of the print job completion notification via the HTTP processing unit, the SOAP processing unit of the PSI application 213, and the XML processing unit, the image data is transmitted. When it is determined that the print job has been completed, the divided data composition application 214 is notified of the fact.

また、メッセージ受信手段51では、SOAPリクエストに分割データSDnが付加されていない場合、画像データ受信手段53において前述した判定処理を行う。   In the message receiving unit 51, when the divided data SDn is not added to the SOAP request, the image data receiving unit 53 performs the above-described determination process.

・印刷対象データの復元(分割データの連結・合成)
画像処理手段71は、分割データ合成アプリ214の分割データ合成部により、格納手段61により一時保持されている(HDD103などの記憶装置に格納されている)複数の分割データSDnと、各分割データSDnに対応する送信順情報とを全て読み出す。その結果、分割データ合成部が、読み出した各分割データSDnを、送信順情報の順番(1〜n)に従って連結し、合成する。このとき、画像処理手段71では、合成後の画像データ(復元データ)を、HDD103などの記憶装置に格納する。また、格納手段61には、各分割データSDnの消去が指示される。
・ Restoration of print target data (concatenation / combination of divided data)
The image processing unit 71 includes a plurality of divided data SDn (stored in a storage device such as the HDD 103) temporarily stored in the storage unit 61 by the divided data combining unit of the divided data combining application 214, and each divided data SDn. All the transmission order information corresponding to is read out. As a result, the divided data combining unit concatenates the read divided data SDn according to the order (1 to n) of the transmission order information. At this time, the image processing means 71 stores the combined image data (restored data) in a storage device such as the HDD 103. Further, the storage means 61 is instructed to erase each divided data SDn.

・印刷可能データの生成(データ変換)
次に、画像処理手段71は、レンダリングアプリ215のレンダリング処理部により、記憶装置に格納された合成後の画像データを読み出す。続いて、読み出した画像データに対応するアプリケーションを立ち上げ、印刷する画像形成装置12に対応するプリンタドライバを介して、印刷可能データPD(例えば「PDLデータ」)を生成する。つまり画像データを印刷可能データPDに変換する。
・ Generation of printable data (data conversion)
Next, the image processing unit 71 reads out the combined image data stored in the storage device by the rendering processing unit of the rendering application 215. Subsequently, an application corresponding to the read image data is started, and printable data PD (for example, “PDL data”) is generated via a printer driver corresponding to the image forming apparatus 12 to be printed. That is, the image data is converted into printable data PD.

画像処理手段71は、印刷制御アプリ216の印刷制御部により、印刷可能データPDを画像形成装置12に送信し、印刷処理を指示する(印刷処理を実行させる)。   The image processing unit 71 transmits printable data PD to the image forming apparatus 12 by the print control unit of the print control application 216 and instructs the print process (executes the print process).

《機能動作》
以下に、上記各手段により実現される印刷制御の処理手順について説明する。なお、この印刷制御の中で、印刷対象データDの分割データSDnを、情報処理装置11から画像処理装置10へ送信するが、その分割データ送信に関する処理には、2通りの方法がある。具体的には、送信要求と分割データ送信とを同時に行う方法と、送信要求と分割データ送信とを別々に行う方法である。よって、以下の説明では、上記2つの方法に対応する各処理手順について順に説明する。
<Functional operation>
Hereinafter, the processing procedure of print control realized by each of the above means will be described. In this print control, the divided data SDn of the print target data D is transmitted from the information processing apparatus 11 to the image processing apparatus 10. There are two methods for processing related to the divided data transmission. Specifically, there are a method of simultaneously performing a transmission request and divided data transmission and a method of separately performing a transmission request and divided data transmission. Therefore, in the following description, each processing procedure corresponding to the above two methods will be described in order.

(送信要求と分割データ送信とを同時に行う場合)
図5は、本発明の第1の実施形態に係るPSIを利用した印刷制御の処理手順の一例(その1)を示すシーケンス図である。
(When sending a request and sending divided data at the same time)
FIG. 5 is a sequence diagram illustrating an example (part 1) of a print control processing procedure using the PSI according to the first embodiment of the present invention.

図5に示すように、まず、クライアントPCである情報処理装置11は、プリントサーバである画像処理装置10へ印刷命令をユーザから受け付ける。このとき、情報処理装置11では、メッセージ送信手段41により、creatJobメソッドのSOAPメッセージを画像処理装置10へ送信する(ステップS101)。このとき、メッセージ送信手段41は、上記SOAPメッセージ(SOAPリクエスト)を送信することにより、印刷ジョブの生成を要求し、かつ、印刷先のプリンタである画像形成装置12に関するプリンタ情報、印刷条件情報、及び送信する印刷対象データDに関する情報(例えば文書データの場合には書誌情報)などを含む、印刷を行うための各種データを画像処理装置10へ送信する。   As shown in FIG. 5, first, the information processing apparatus 11 that is a client PC receives a print command from the user to the image processing apparatus 10 that is a print server. At this time, in the information processing apparatus 11, the message transmission unit 41 transmits a SOAP message of the creatJob method to the image processing apparatus 10 (step S101). At this time, the message transmission unit 41 transmits a SOAP message (SOAP request) to request generation of a print job, and print information, printing condition information, and the like regarding the image forming apparatus 12 that is a printer to be printed. In addition, various data for printing including information related to the print target data D to be transmitted (for example, bibliographic information in the case of document data) is transmitted to the image processing apparatus 10.

画像処理装置10は、情報処理装置11からの各種データを受信し、印刷ジョブが生成可能であれば、その旨をレスポンス送信手段52により要求元の情報処理装置11へ応答する(ステップS102)。   If the image processing apparatus 10 receives various data from the information processing apparatus 11 and a print job can be generated, the response transmission means 52 responds to that effect to the information processing apparatus 11 that made the request (step S102).

情報処理装置11は、レスポンス受信手段42により、画像処理装置10からの印刷ジョブ生成が可能である旨の応答(SOAPレスポンス)を受け付けると、画像データ送信手段43により、所定のデータサイズに分割された分割データSDnを含む通信データを、addDocumentByValueメソッドのSOAPメッセージとして画像処理装置10に送信する(ステップS103)。このとき、送信されるaddDocumentByValueメソッドには、分割データサイズ情報や送信順情報がDocumentDescriptionメンバーとして設定されている。DocumentDescriptionメンバーは、PSIで参照されるSemantic Model標準(PWG Candidate Standard 5105.1-2004)において、メンバー拡張が認められており、上記情報を付加することが可能である。   When the information receiving apparatus 42 receives a response (SOAP response) indicating that a print job can be generated from the image processing apparatus 10 by the response receiving unit 42, the information processing apparatus 11 is divided into a predetermined data size by the image data transmitting unit 43. The communication data including the divided data SDn is transmitted to the image processing apparatus 10 as a SOAP message of the addDocumentByValue method (step S103). At this time, divided data size information and transmission order information are set as DocumentDescription members in the addDocumentByValue method to be transmitted. The DocumentDescription member is permitted to be expanded in the Semantic Model standard (PWG Candidate Standard 5105.1-2004) referred to by PSI, and the above information can be added.

図6は、本発明の第1の実施形態に係るaddDocumentByValueメソッドの拡張メンバーを含むデータ構成例を示す図である。図6に示すデータでは、DocumentOrderメンバーが、分割データSDnの送信順番を表し(図中の'5')、DocumentSizeメンバーが、分割データSDnのデータサイズを表す(図中の'12368')。データサイズを表すKoctetsパラメータがSemantic Model標準で決められているが、1024オクテット単位でしかデータサイズを表すことができないため、DocumentSizeメンバーを用いた方がよい。   FIG. 6 is a diagram illustrating a data configuration example including an extension member of the addDocumentByValue method according to the first embodiment of the present invention. In the data shown in FIG. 6, the DocumentOrder member represents the transmission order of the divided data SDn (“5” in the figure), and the DocumentSize member represents the data size of the divided data SDn (“12368” in the figure). Although the Koctets parameter indicating the data size is determined by the Semantic Model standard, it is better to use the DocumentSize member because the data size can be expressed only in units of 1024 octets.

画像処理装置10は、画像データ受信手段53により、情報処理装置11からのaddDocumentByValueメソッドのSOAPメッセージ(SOAPリクエスト)を受信すると、SOAPメッセージを正常に受信できたか否かを、メッセージに含まれる分割データSDnのデータサイズ値と、分割データサイズ情報の値との比較結果を基に判定する。この判定結果は、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答される(ステップS104)。   When the image processing device 10 receives the SOAP message (SOAP request) of the addDocumentByValue method from the information processing device 11 by the image data receiving means 53, the divided data included in the message indicates whether or not the SOAP message has been received normally. The determination is based on the comparison result between the data size value of SDn and the value of the divided data size information. The determination result is returned to the information processing apparatus 11 as a SOAP response by the response transmission unit 52 (step S104).

また、画像データ受信手段53は、addDocumentByValueメソッドのSOAPメッセージを受信すると、受信したSOAPメッセージから、メッセージ内の分割データSDn、分割データサイズ情報、及び送信順情報などを取り出す。取り出した分割データサイズ情報は、前述した比較判定に用いられ、また、取り出した分割データSDnと送信順情報とは、格納手段61により一時保持される。   Further, when the image data receiving unit 53 receives the SOAP message of the addDocumentByValue method, the image data receiving unit 53 extracts the divided data SDn, the divided data size information, the transmission order information, and the like from the received SOAP message. The extracted divided data size information is used for the comparison determination described above, and the extracted divided data SDn and the transmission order information are temporarily held by the storage unit 61.

上記ステップS103とS104に示す情報処理装置11(画像データ送信手段43)と画像処理装置10(画像データ受信手段53)との間で行われる処理手順は、分割された画像データの全てが送信されるまで(全ての分割データSDnが送信されるまで)繰り返し行われる(ステップS105〜S108)。   In the processing procedure performed between the information processing apparatus 11 (image data transmission means 43) and the image processing apparatus 10 (image data reception means 53) shown in steps S103 and S104, all of the divided image data is transmitted. This is repeated until all the divided data SDn are transmitted (steps S105 to S108).

情報処理装置11は、画像データ送信手段43により、全ての分割データSDnを送信すると、メッセージ送信手段41により、closeJobメソッドのSOAPメッセージを画像処理装置10に送信する(ステップS109)。このとき、メッセージ送信手段41は、上記SOAPメッセージ(SOAPリクエスト)を送信することにより、印刷ジョブの完了を通知することとなる。   When the image data transmission unit 43 transmits all the divided data SDn, the information processing apparatus 11 transmits a close job method SOAP message to the image processing apparatus 10 by the message transmission unit 41 (step S109). At this time, the message transmission unit 41 notifies the completion of the print job by transmitting the SOAP message (SOAP request).

画像処理装置10は、メッセージ受信手段51により、closeJobメソッドのSOAPメッセージを受信し、印刷ジョブの完了が通知されると、完了通知を受信した旨をレスポンス送信手段52により通知元の情報処理装置11に応答する(ステップS110)。   When the message reception unit 51 receives the SOAP message of the closeJob method and is notified of the completion of the print job, the image processing apparatus 10 notifies the completion of the print job by the response transmission unit 52 and notifies the information processing apparatus 11 that is the notification source. (Step S110).

また、画像処理装置10は、印刷ジョブ完了通知を受け取ると、画像処理手段71により、格納手段61が保持している各分割データSDnに対応した送信順情報の順番(1〜n)に従って、各分割データSDnを連結・合成し、印刷対象データDである画像データを復元する。(ステップS111)。   Further, upon receiving the print job completion notification, the image processing apparatus 10 causes the image processing unit 71 to change each of the transmission order information corresponding to each piece of divided data SDn held by the storage unit 61 (1 to n). The divided data SDn is concatenated and combined to restore the image data that is the print target data D. (Step S111).

さらに、画像処理装置10では、画像処理手段71により、合成後の画像データに対してレンダリング処理を行い、印刷する画像形成装置12の印刷可能データPDを生成する(ステップS112)。つまり、印刷対象データDを印刷可能データPDに変換する。   Further, in the image processing apparatus 10, the image processing unit 71 performs rendering processing on the combined image data to generate printable data PD of the image forming apparatus 12 to be printed (step S112). That is, the print target data D is converted into printable data PD.

画像処理装置10は、画像処理手段71により、印刷可能データPDを、画像形成装置12に送信し、画像形成装置12に印刷処理を指示する(ステップS113)。その結果、画像形成装置12は、受信した印刷可能データPDの印刷を実行する(ステップS114)。   The image processing apparatus 10 uses the image processing means 71 to transmit printable data PD to the image forming apparatus 12, and instructs the image forming apparatus 12 to perform printing processing (step S113). As a result, the image forming apparatus 12 prints the received printable data PD (step S114).

(送信要求と分割データ送信とを別々に行う場合)
図7は、本発明の第1の実施形態に係るPSIを利用した印刷制御の処理手順の一例(その2)を示すシーケンス図である。
(When sending requests and sending divided data separately)
FIG. 7 is a sequence diagram illustrating an example (part 2) of the print control processing procedure using the PSI according to the first embodiment of the present invention.

「送信要求と分割データ送信とを同時に行う場合」との処理手順の違いは、図7に示すステップS203からS212である。以下の説明では、この点についてのみ説明を行い、同様の点についての説明は省略する。   The difference in processing procedure from “when transmission request and divided data transmission are performed simultaneously” is steps S203 to S212 shown in FIG. In the following description, only this point will be described, and description of similar points will be omitted.

情報処理装置11は、レスポンス受信手段42により、画像処理装置10からの印刷ジョブ生成が可能である旨の応答(SOAPレスポンス)を受け付けると、画像データ送信手段43により、所定のデータサイズに分割された複数の分割データSDnの格納先を示す情報(以下、「格納先情報」と言う。)を含む通信データを、addDocumentByPushメソッドのSOAPメッセージとして画像処理装置10に送信する(ステップS203)。このaddDocumentByPushメソッドは、前述したように、格納手段61における分割データSDnの格納先情報が含まれており、上記SOAPメッセージ(SOAPリクエスト)が送信されることで、分割データSDnへの参照先が画像処理装置10に通知されたこととなる。   When the information receiving apparatus 42 receives a response (SOAP response) indicating that a print job can be generated from the image processing apparatus 10 by the response receiving unit 42, the information processing apparatus 11 is divided into a predetermined data size by the image data transmitting unit 43. The communication data including the information indicating the storage destination of the plurality of divided data SDn (hereinafter referred to as “storage destination information”) is transmitted to the image processing apparatus 10 as a SOAP message of the addDocumentByPush method (step S203). As described above, the addDocumentByPush method includes the storage location information of the divided data SDn in the storage unit 61. By sending the SOAP message (SOAP request), the reference destination to the divided data SDn is an image. This means that the processing device 10 has been notified.

画像処理装置10は、メッセージ受信手段51により、情報処理装置11からのaddDocumentByPushメソッドのSOAPメッセージを受信すると、SOAPメッセージを正常に受信できたか否かを判定する。この判定結果は、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答される(ステップS204)。   When the image receiving apparatus 51 receives the SOAP message of the addDocumentByPush method from the information processing apparatus 11 by the message receiving unit 51, the image processing apparatus 10 determines whether or not the SOAP message has been normally received. The determination result is returned to the information processing apparatus 11 as a SOAP response by the response transmission unit 52 (step S204).

情報処理装置11は、レスポンス受信手段42により、画像処理装置10からのSOAPメッセージが正常に受信された旨の応答(SOAPレスポンス)を受け付けると、画像データ送信手段43により、所定のデータサイズに分割された分割データSDnを含む通信データを画像処理装置10に送信する(ステップS205)。このとき、画像データ送信手段43は、分割データSDnを送信するときの通信データに、分割データサイズ情報や送信順情報を付加して送信する。   When the response receiving unit 42 receives a response (SOAP response) indicating that the SOAP message from the image processing device 10 has been normally received by the response receiving unit 42, the information processing unit 11 divides the data into a predetermined data size by the image data transmitting unit 43. Communication data including the divided data SDn is transmitted to the image processing apparatus 10 (step S205). At this time, the image data transmission means 43 adds the divided data size information and the transmission order information to the communication data when transmitting the divided data SDn and transmits the communication data.

図8は、本発明の第1の実施形態に係る分割データ送信時のデータ構成例を示す図である。図8に示すデータは、XML構造をしており、"<Document>"タグに囲まれたDocument要素には、送信する分割データSDnに関する各種情報が定義可能となっている。例えば、Number要素には、複数の印刷ジョブを送信する場合に対応した各印刷ジョブの識別情報(以下、「印刷ジョブ識別情報」と言う。)(図中の'2')、Order要素には、分割データSDnの送信順情報(図中の'5')、Size要素には、分割データSDnの分割データサイズ情報(図中の'12368')が定義可能である。また、Data要素には、分割データSDnが定義可能である(図中の分割データSDに示す埋め込みデータ)。 FIG. 8 is a diagram illustrating a data configuration example at the time of divided data transmission according to the first embodiment of the present invention. The data shown in FIG. 8 has an XML structure, and various information related to the divided data SDn to be transmitted can be defined in the Document element surrounded by the “<Document>” tag. For example, in the Number element, identification information of each print job (hereinafter referred to as “print job identification information”) (“2” in the figure) corresponding to the case where a plurality of print jobs are transmitted, and in the Order element, The transmission order information of the divided data SDn (“5” in the figure) and the size element can define the divided data size information (“12368” in the figure) of the divided data SDn. In addition, the Data element, a divided data SDn definable (data embedding shown in the divided data SD 5 in the figure).

画像処理装置10は、画像データ受信手段53により、情報処理装置11からの分割データSDnを含む通信データ(例えば図8に示すXMLデータ)を受信すると、通信データを正常に受信できたか否かを判定する。この判定結果は、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答される(ステップS206)。   When the image data receiving unit 53 receives communication data including the divided data SDn from the information processing apparatus 11 (for example, XML data shown in FIG. 8), the image processing apparatus 10 determines whether the communication data has been normally received. judge. The determination result is returned to the information processing apparatus 11 as a SOAP response by the response transmission unit 52 (step S206).

また、画像データ受信手段53は、分割データSDnを含む通信データを受信すると、受信した通信データから、データ内の分割データSDn、印刷ジョブ識別情報、分割データサイズ情報、及び送信順情報などを取り出す。取り出した各種情報は、格納手段61により一時保持される。   Further, when receiving the communication data including the divided data SDn, the image data receiving unit 53 extracts the divided data SDn, the print job identification information, the divided data size information, the transmission order information, and the like from the received communication data. . The extracted various information is temporarily stored in the storage unit 61.

上記ステップS205及びS206に示す情報処理装置11(画像データ送信手段43)と画像処理装置10(画像データ受信手段53)との間で行われる処理手順は、分割された画像データの全てが送信されるまで(全ての分割データSDnが送信されるまで)繰り返し行われる(ステップS207〜S210)。   In the processing procedure performed between the information processing apparatus 11 (image data transmission means 43) and the image processing apparatus 10 (image data reception means 53) shown in steps S205 and S206, all of the divided image data is transmitted. (Until all the divided data SDn are transmitted) are repeated (steps S207 to S210).

情報処理装置11は、画像データ送信手段43により、全ての分割データSDnを送信すると、メッセージ送信手段41により、pushDocumentDataDeliveredメソッドのSOAPメッセージを画像処理装置10に送信する(ステップS211)。このとき、メッセージ送信手段41は、上記SOAPメッセージ(SOAPリクエスト)が送信されることで、画像データの全てが送信された旨(分割データ送信終了)を通知することとなる。   When the image data transmitting unit 43 transmits all the divided data SDn, the information processing apparatus 11 transmits a pushDocumentDataDelivered method SOAP message to the image processing apparatus 10 (step S211). At this time, the message transmission means 41 notifies the fact that all of the image data has been transmitted (end of divided data transmission) by transmitting the SOAP message (SOAP request).

画像処理装置10は、メッセージ受信手段51により、pushDocumentDataDeliveredメソッドのSOAPメッセージを受信し、分割データSDnの送信終了が通知されると、終了通知を受信した旨をレスポンス送信手段52により通知元の情報処理装置11に応答する(ステップS212)。   When the message reception unit 51 receives the SOAP message of the pushDocumentDataDelivered method by the message reception unit 51 and is notified of the end of the transmission of the divided data SDn, the response transmission unit 52 informs that the end notification has been received. It responds to the apparatus 11 (step S212).

<まとめ>
以上のように、本発明の第1の実施形態によれば、本実施形態に係る印刷システムは、クライアントPCである情報処理装置11において、印刷対象データDを分割し、得られた分割データSDnを複数回に分けてプリントサーバである画像処理装置10に送信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換(リクエスト送信/レスポンス受信)により制御し、印刷対象データDの全てが送信された旨を画像処理装置10へ通知する。
<Summary>
As described above, according to the first embodiment of the present invention, the printing system according to the present embodiment divides the print target data D in the information processing apparatus 11 that is the client PC, and obtains the divided data SDn obtained. Are transmitted to the image processing apparatus 10 that is a print server in a plurality of times, and data processing between them is controlled by message exchange (request transmission / response reception) according to SOAP, and all the print target data D is transmitted. This is notified to the image processing apparatus 10.

一方、画像処理装置10は、印刷対象データDを分割して得られた複数の分割データSDnを情報処理装置11から受信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データDの全てが送信された旨の通知を受け付けると、受信時に保持しておいた複数の分割データSDnを基に印刷対象データDを復元し、復元したデータを基に生成した印刷可能データPDをプリンタである画像形成装置12へ送信し、印刷処理を指示する。   On the other hand, the image processing apparatus 10 receives a plurality of divided data SDn obtained by dividing the print target data D from the information processing apparatus 11, and controls data processing therebetween by exchanging messages according to SOAP. When a notification that all the print target data D has been transmitted is received, the print target data D is restored based on the plurality of divided data SDn retained at the time of reception, and the print generated based on the restored data is possible The data PD is transmitted to the image forming apparatus 12 which is a printer, and print processing is instructed.

これにより、本実施形態では、印刷システムにおいて、データサイズが大きい印刷対象データDを印刷するときの情報処理装置11から画像処理装置10へのデータ送信を、画像処理装置10が受信可能な範囲内のデータ量で行うことにより、受信エラーによる再送信の回数を軽減し、各機器間のデータ処理が効率よく行われる。その結果、通信処理にかかる負荷を軽減することができる。   Accordingly, in the present embodiment, in the printing system, data transmission from the information processing apparatus 11 to the image processing apparatus 10 when printing the print target data D having a large data size is within a range that the image processing apparatus 10 can receive. By reducing the amount of data, the number of retransmissions due to reception errors can be reduced, and data processing between devices can be performed efficiently. As a result, the load on communication processing can be reduced.

[第2の実施形態]
第1の実施形態では、予め設定しておいた所定のデータサイズ(一定の分割量)に分割された分割データ送信を行う場合の例を示した。そこで、本実施形態では、可変分割量に従って分割された分割データ送信を行う場合の例を示す。
[Second Embodiment]
In the first embodiment, an example has been shown in which divided data transmission divided into a predetermined data size (a constant division amount) set in advance is performed. Therefore, in the present embodiment, an example in which divided data transmission divided according to the variable division amount is performed is shown.

以下に、本実施形態について説明するが、本実施形態と第1の実施形態との違いは、前述したように、分割量を可変させる点のみであることから、それ以外の技術的事項については、第1の実施形態と同一図面及び同一符号を参照し説明を省略する。   Hereinafter, the present embodiment will be described. However, since the difference between the present embodiment and the first embodiment is only that the amount of division is variable as described above, other technical matters are described below. The same drawings and the same reference numerals as those of the first embodiment are referred to and the description thereof is omitted.

<PSIを利用した印刷制御>
では、本実施形態に係る情報処理装置11と画像処理装置10との各機器において実現される機能構成及びその連係動作について説明する。
<Print control using PSI>
Now, a functional configuration realized in each device of the information processing apparatus 11 and the image processing apparatus 10 according to the present embodiment and a linked operation thereof will be described.

《機能構成》
本実施形態に係る情報処理装置11及び画像処理装置10それぞれが有する機能は、第1の実施形態と同様の構成である。ただし、画像データ送信手段43において以下の点で異なる。
<Functional configuration>
The functions of the information processing apparatus 11 and the image processing apparatus 10 according to the present embodiment are the same as those in the first embodiment. However, the image data transmission unit 43 differs in the following points.

画像データ送信手段43は、レスポンス受信手段42により、画像処理装置10から分割データSDnを受信した旨を示すSOAPレスポンスを受け付けたか否かを判定し、判定結果(受信可否)に応じて、分割データSDnの分割データサイズを変更する。   The image data transmitting unit 43 determines whether or not the response receiving unit 42 has received a SOAP response indicating that the divided data SDn has been received from the image processing apparatus 10, and the divided data according to the determination result (reception availability). The divided data size of SDn is changed.

《機能動作》
以下に、本実施形態に係る各手段により実現される印刷制御の処理手順について説明する。なお、以下の説明では、分割データ送信に関する2通りの処理のうち、送信要求と分割データ送信とを同時に行う場合を例に説明する。
<Functional operation>
Hereinafter, a print control processing procedure realized by each unit according to the present embodiment will be described. In the following description, a case where a transmission request and divided data transmission are performed at the same time is described as an example of two processes related to divided data transmission.

(送信要求と分割データ送信とを同時に行う場合)
図9は、本発明の第2の実施形態に係るPSIを利用した印刷制御の処理手順の一例を示すシーケンス図である。
(When sending a request and sending divided data at the same time)
FIG. 9 is a sequence diagram showing an example of a print control processing procedure using PSI according to the second embodiment of the present invention.

図5に示す第1の実施形態に係る印刷制御との処理手順の違いは、図9に示すステップS303からS310である。以下の説明では、この点についてのみ説明を行い、同様の点についての説明は省略する。   The difference in processing procedure from the print control according to the first embodiment shown in FIG. 5 is steps S303 to S310 shown in FIG. In the following description, only this point will be described, and description of similar points will be omitted.

情報処理装置11は、レスポンス受信手段42により、画像処理装置10からの印刷ジョブ生成が可能である旨の応答(SOAPレスポンス)を受け付けると、画像データ送信手段43により、所定のデータサイズ(初期値)に分割された分割データSDn、分割データサイズ情報、及び送信順情報を含む通信データを、addDocumentByValueメソッドのSOAPメッセージとして画像処理装置10に送信する(ステップS303)。   When the information receiving apparatus 42 receives a response (SOAP response) indicating that a print job can be generated from the image processing apparatus 10 by the response receiving unit 42, the image data transmitting unit 43 causes the image data transmitting unit 43 to receive a predetermined data size (initial value). The communication data including the divided data SDn, the divided data size information, and the transmission order information is transmitted to the image processing apparatus 10 as a SOAP message of the addDocumentByValue method (step S303).

画像処理装置10は、画像データ受信手段53により、情報処理装置11からのaddDocumentByValueメソッドのSOAPメッセージ(SOAPリクエスト)を受信すると、SOAPメッセージを正常に受信できたか否かを、メッセージに含まれる分割データSDnのデータサイズ値と、分割データサイズ情報の値との比較結果を基に判定する。この判定結果は、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答される(ステップS304)。   When the image processing device 10 receives the SOAP message (SOAP request) of the addDocumentByValue method from the information processing device 11 by the image data receiving means 53, the divided data included in the message indicates whether or not the SOAP message has been received normally. The determination is based on the comparison result between the data size value of SDn and the value of the divided data size information. The determination result is returned to the information processing apparatus 11 as a SOAP response by the response transmission unit 52 (step S304).

ステップS304の判定処理において、例えば、分割データSDnのデータサイズが大きいために、分割データSDnを正常に受信できなかったと判定された場合、レスポンス送信手段52により、正常に受信できなかった旨が情報処理装置11に応答される。   In the determination process of step S304, for example, when it is determined that the divided data SDn cannot be normally received because the data size of the divided data SDn is large, the response transmission unit 52 indicates that the data has not been normally received. Responded to the processing device 11.

このような場合、情報処理装置11は、レスポンス受信手段42により、画像処理装置10からの正常に受信できなかった旨の応答(SOAPレスポンス)を受け付ける。   In such a case, the information processing apparatus 11 receives a response (SOAP response) from the image processing apparatus 10 indicating that the information has not been normally received by the response receiving unit 42.

そのため、情報処理装置11は、画像データ送信手段43により、分割データサイズを所定量だけ小さくし、新たな分割データサイズに再分割された分割データSDnを含む通信データを、addDocumentByValueメソッドのSOAPメッセージとして画像処理装置10に送信する(ステップS305)。つまり、分割データサイズを調整し、調整後のサイズに分割された分割データSDnを再送する。   Therefore, the information processing apparatus 11 uses the image data transmission unit 43 to reduce the divided data size by a predetermined amount, and uses the communication data including the divided data SDn re-divided into a new divided data size as a SOAP message of the addDocumentByValue method. It transmits to the image processing apparatus 10 (step S305). That is, the divided data size is adjusted, and the divided data SDn divided into the adjusted size is retransmitted.

画像処理装置10は、画像データ受信手段53により、情報処理装置11からのaddDocumentByValueメソッドのSOAPメッセージ(SOAPリクエスト)を受信すると、SOAPメッセージを正常に受信できたか否かの判定を再び行い、判定結果を、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答する(ステップS306)。   When the image data receiving means 53 receives the SOAP message (SOAP request) of the addDocumentByValue method from the information processing apparatus 11 by the image data receiving means 53, the image processing apparatus 10 determines again whether or not the SOAP message has been normally received, and the determination result To the information processing apparatus 11 as a SOAP response by the response transmission means 52 (step S306).

ステップS306の判定処理において、例えば、分割データSDnのデータサイズが小さいために、分割データSDnを正常に受信できたと判定された場合、レスポンス送信手段52により、正常に受信できた旨が情報処理装置11に応答される。   In the determination process in step S306, for example, if it is determined that the divided data SDn can be normally received because the data size of the divided data SDn is small, the information processing apparatus indicates that the response transmission unit 52 has normally received the divided data SDn. 11 is answered.

このような場合、情報処理装置11は、レスポンス受信手段42により、画像処理装置10からの正常に受信できた旨の応答(SOAPレスポンス)を受け付ける。   In such a case, the information processing apparatus 11 receives a response (SOAP response) from the image processing apparatus 10 indicating that the information has been successfully received by the response receiving unit 42.

そのため、情報処理装置11は、画像データ送信手段43により、分割データサイズを所定量だけ大きくし、新たな分割データサイズに再分割された分割データSDnを含む通信データを、addDocumentByValueメソッドのSOAPメッセージとして画像処理装置10に送信する(ステップS307)。   Therefore, the information processing apparatus 11 uses the image data transmission unit 43 to increase the divided data size by a predetermined amount, and uses the communication data including the divided data SDn re-divided into a new divided data size as a SOAP message of the addDocumentByValue method. The image is transmitted to the image processing apparatus 10 (step S307).

画像処理装置10は、画像データ受信手段53により、情報処理装置11からのaddDocumentByValueメソッドのSOAPメッセージ(SOAPリクエスト)を受信すると、SOAPメッセージを正常に受信できたか否かの判定を再び行い、判定結果を、レスポンス送信手段52により、SOAPレスポンスとして、情報処理装置11に応答する(ステップS308)。   When the image data receiving means 53 receives the SOAP message (SOAP request) of the addDocumentByValue method from the information processing apparatus 11 by the image data receiving means 53, the image processing apparatus 10 determines again whether or not the SOAP message has been normally received, and the determination result To the information processing apparatus 11 as a SOAP response by the response transmission means 52 (step S308).

このように、分割データSDnの送信先である画像処理装置10において、上記データサイズに起因する受信エラーの問題が発生し、分割データSDnが正常に受信されなかった場合には、その旨が通知された分割データSDnの送信元である情報処理装置11において、分割データSDnのデータサイズが小さくなるように分割データサイズを調整し、分割データSDnを再送する。その後、受信エラーの問題が解消され、分割データSDnが正常に受信された場合には、情報処理装置11において、送信効率を考慮し、分割データSDnのデータサイズが大きくなるように分割データサイズを再調整し、他の分割データSDnを送信する。   As described above, in the image processing apparatus 10 which is the transmission destination of the divided data SDn, when the problem of the reception error due to the data size occurs and the divided data SDn is not normally received, the fact is notified. In the information processing apparatus 11 that is the transmission source of the divided data SDn, the divided data size is adjusted so that the data size of the divided data SDn is reduced, and the divided data SDn is retransmitted. After that, when the problem of reception error is solved and the divided data SDn is normally received, the information processing apparatus 11 considers transmission efficiency and sets the divided data size so that the data size of the divided data SDn is increased. Readjustment is performed, and other divided data SDn is transmitted.

すなわち、データ送信先の受信状態(受信可否)に応じて、送信する分割データSDnの分割データサイズを可変している。   That is, the divided data size of the divided data SDn to be transmitted is varied according to the reception state (reception availability) of the data transmission destination.

上記ステップS303からS308に示す情報処理装置11(画像データ送信手段43)と画像処理装置10(画像データ受信手段53)との間で行われる処理手順は、分割された画像データの全てが送信されるまで(全ての分割データSDnが送信されるまで)繰り返し行われる(ステップS309〜S310)。   In the processing procedure performed between the information processing apparatus 11 (image data transmission means 43) and the image processing apparatus 10 (image data reception means 53) shown in steps S303 to S308, all of the divided image data is transmitted. This is repeated until all the divided data SDn are transmitted (steps S309 to S310).

上記に説明を行った分割データサイズの可変処理は、画像データ受信手段53を実現する機能の1つである分割データ生成アプリ204により行われる。   The divided data size variable processing described above is performed by the divided data generation application 204 which is one of the functions for realizing the image data receiving unit 53.

(分割データサイズの可変処理)
図10は、本発明の第2の実施形態に係る分割データ送信時のデータサイズを可変させる処理手順の一例を示すフローチャートである。なお、図10には、情報処理装置11で動作する分割データ生成アプリ204による処理が示されている。
(Variable processing of divided data size)
FIG. 10 is a flowchart showing an example of a processing procedure for changing the data size at the time of divided data transmission according to the second embodiment of the present invention. Note that FIG. 10 illustrates processing by the divided data generation application 204 operating on the information processing apparatus 11.

まず、起動した分割データ生成アプリ204は、まず印刷対象データDである画像データの切り出しサイズ(分割データサイズ)などの初期値を、HDD103などの記憶装置から読み出す(ステップS11)。   First, the activated divided data generation application 204 first reads initial values such as the cutout size (divided data size) of the image data that is the print target data D from a storage device such as the HDD 103 (step S11).

次に、読み出した値に基づき、画像データから分割データSDnを切り出し、画像データを分割する(ステップS12)。   Next, based on the read value, the divided data SDn is cut out from the image data, and the image data is divided (step S12).

続いて、分割データSDnの送信を行う(ステップS13)。ここで、前述したように、画像処理装置10からの受信可否通知であるSOAPレスポンスを基に、分割データSDnの送信が成功したか否か(正常に行えたか否か)を判定(ステップS14)する。   Subsequently, the divided data SDn is transmitted (step S13). Here, as described above, it is determined whether or not the transmission of the divided data SDn has succeeded (whether or not it has been normally performed) based on the SOAP response that is a notification indicating whether or not reception is possible from the image processing apparatus 10 (step S14). To do.

ステップS14において、成功(正常に行えた)と判定された場合(ステップS14がYESの場合)、さらに、画像データの全て(全ての分割データSDn)を送信し終えたか否かを判定する(ステップS15)。   If it is determined in step S14 that the operation is successful (normally performed) (if step S14 is YES), it is further determined whether or not all of the image data (all divided data SDn) has been transmitted (step S14). S15).

ステップS15において、全ての送信が終了していないと判定された場合(ステップS15がNOの場合)、切り出すデータサイズ量を大きくするために、分割データサイズの設定値を大きくする(ステップS16)。その後、ステップS12へ移行し、再分割及び再送信を行う。また、ステップS12からS16の処理手順を繰り返して、分割データサイズを調整し、一回のデータ送信量を多くして送信効率を向上させる。   If it is determined in step S15 that all transmissions have not been completed (NO in step S15), the set value of the divided data size is increased in order to increase the amount of data to be extracted (step S16). Thereafter, the process proceeds to step S12, where re-division and re-transmission are performed. Further, the processing procedure from step S12 to S16 is repeated to adjust the divided data size, and increase the amount of data transmitted at one time to improve the transmission efficiency.

一方、ステップS15において、全ての送信が終了したと判定された場合(ステップS15がYESの場合)、分割データサイズの可変処理を終了する。   On the other hand, if it is determined in step S15 that all transmissions have been completed (if step S15 is YES), the divided data size variable processing is terminated.

また、ステップS14において、失敗(正常に行えなかった)と判定された場合(ステップS14がNOの場合)、分割データSDnの送信先である画像処理装置10に受信エラーとなる何らかの問題が発生しているとして、切り出すデータサイズ量を小さくするために、分割データサイズの設定値を小さくする(ステップS17)。その後、ステップS12へ移行し、再分割及び再送信を行う。また、ステップS12からS17(ただしステップS15及びS16を除く)の処理手順を繰り返して、分割データサイズを調整し、発生した問題が解決されるまでの間、受信エラーを回避するデータ送信量で分割データSDnを送信する。   If it is determined in step S14 that the process has failed (it has not been performed normally) (if step S14 is NO), some problem that causes a reception error occurs in the image processing apparatus 10 that is the transmission destination of the divided data SDn. In order to reduce the amount of data to be cut out, the set value of the divided data size is reduced (step S17). Thereafter, the process proceeds to step S12, where re-division and re-transmission are performed. In addition, the processing procedure from step S12 to S17 (excluding steps S15 and S16) is repeated to adjust the divided data size and divide by the data transmission amount that avoids the reception error until the generated problem is solved. Data SDn is transmitted.

<まとめ>
以上のように、本発明の第2の実施形態によれば、本実施形態に係る印刷システムは、クライアントPCである情報処理装置11において、印刷対象データDを分割し、得られた分割データSDnを複数回に分けてプリントサーバである画像処理装置10に送信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換(リクエスト送信/レスポンス受信)により制御し、印刷対象データDの全てが送信された旨を画像処理装置10へ通知する。
<Summary>
As described above, according to the second embodiment of the present invention, the printing system according to the present embodiment divides the print target data D in the information processing apparatus 11 that is the client PC, and obtains the divided data SDn obtained. Are transmitted to the image processing apparatus 10 that is a print server in a plurality of times, and data processing between them is controlled by message exchange (request transmission / response reception) according to SOAP, and all the print target data D is transmitted. This is notified to the image processing apparatus 10.

さらに、画像処理装置10に分割データSDnを送信するときに、分割データSDnを受信した旨を示すSOAPレスポンスを受け付けたか否かの判定結果(受信可否)に応じて、分割データSDnの分割データサイズ(分割量)を変更し、画像処理装置10に適切なデータサイズで印刷対象データDを分割する。   Furthermore, when the divided data SDn is transmitted to the image processing apparatus 10, the divided data size of the divided data SDn is determined according to the determination result (reception availability) indicating whether or not a SOAP response indicating that the divided data SDn has been received has been received. The (division amount) is changed, and the print target data D is divided with a data size appropriate for the image processing apparatus 10.

一方、画像処理装置10は、印刷対象データDを分割して得られた複数の分割データSDnを情報処理装置11から受信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データDの全てが送信された旨の通知を受け付けると、受信時に保持しておいた複数の分割データSDnを基に印刷対象データDを復元し、復元したデータを基に生成した印刷可能データPDをプリンタである画像形成装置12へ送信し、印刷処理を指示する。   On the other hand, the image processing apparatus 10 receives a plurality of divided data SDn obtained by dividing the print target data D from the information processing apparatus 11, and controls data processing therebetween by exchanging messages according to SOAP. When a notification that all the print target data D has been transmitted is received, the print target data D is restored based on the plurality of divided data SDn retained at the time of reception, and the print generated based on the restored data is possible The data PD is transmitted to the image forming apparatus 12 which is a printer, and print processing is instructed.

これにより、本実施形態では、第1の実施形態と同様の効果を奏することができる。さらには、画像処理装置10の利用状況により受信可能なデータ量が変化する場合であっても、その変化に応じた適切なデータ量の通信データにより送信処理を行うことができる。   Thereby, in this embodiment, there can exist an effect similar to 1st Embodiment. Further, even when the amount of receivable data changes depending on the usage status of the image processing apparatus 10, transmission processing can be performed with communication data having an appropriate data amount corresponding to the change.

[第3の実施形態]
印刷対象データDの中には、機密文書などもあり、情報処理装置11から画像処理装置10へデータ送信を行う場合、不正アクセスによる情報漏洩やデータ改竄などを防ぐ必要がある。
[Third Embodiment]
The print target data D includes confidential documents. When data is transmitted from the information processing apparatus 11 to the image processing apparatus 10, it is necessary to prevent information leakage or data falsification due to unauthorized access.

上記各実施形態に係る印刷システムでは、印刷対象データDを所定のデータサイズに分割して得た複数の分割データSDnを、情報処理装置11から画像処理装置10へ送信する構成となっている。印刷対象データDが分割されていることから、多少の機密性は保たれているが、通信データに含まれる送信順情報が分かれば、複数の分割データSDnから印刷対象データDを復元できてしまう。   In the printing system according to each of the above embodiments, a plurality of divided data SDn obtained by dividing the print target data D into a predetermined data size is transmitted from the information processing apparatus 11 to the image processing apparatus 10. Since the print target data D is divided, some confidentiality is maintained. However, if the transmission order information included in the communication data is known, the print target data D can be restored from the plurality of divided data SDn. .

通信データの機密性を保つため有効な方法には、暗号化処理を行う方法が考えられるが、通信データそのものを暗号化処理した場合、通信データのデータサイズに比例して暗号化・復号にかかる処理時間も長くなる。そのため、印刷制御にかかる処理時間も長くなることになり、結果、印刷システムの使用感に悪影響を及ぼすことになる。   As an effective method for maintaining the confidentiality of communication data, an encryption method can be considered, but when communication data itself is encrypted, encryption / decryption is proportional to the data size of the communication data. Processing time also becomes longer. As a result, the processing time required for printing control also becomes longer, resulting in an adverse effect on the feeling of use of the printing system.

そこで、本実施形態では、暗号化処理が及ぼす印刷制御にかかる処理時間への影響を軽減し、かつ機密性の高い分割データ送信を行う構成について説明する。   Therefore, in the present embodiment, a configuration for reducing the influence on the processing time required for the print control performed by the encryption process and performing divided data transmission with high confidentiality will be described.

以下に、本実施形態について説明するが、本実施形態と上記各実施形態との違いは、送信時のデータを暗号化する点のみであることから、それ以外の技術的事項については、上記各実施形態と同じ図面と符号を参照し説明を省略する。   Hereinafter, the present embodiment will be described. Since the difference between the present embodiment and each of the above embodiments is only that the data at the time of transmission is encrypted, the other technical matters are described above. The description will be omitted with reference to the same drawings and reference numerals as the embodiment.

<ソフトウェア構成>
本実施形態では、以下の点で上記各実施形態に係る情報処理装置11及び画像処理装置10のソフトウェア構成と異なる。
<Software configuration>
The present embodiment is different from the software configurations of the information processing apparatus 11 and the image processing apparatus 10 according to the above-described embodiments in the following points.

図11は、本発明の第3の実施形態に係る情報処理装置11及び画像処理装置10のソフトウェア構成例を示す図である。なお、図中の(A)に情報処理装置11、また(B)に画像処理装置10のソフトウェア構成が示されている。   FIG. 11 is a diagram illustrating a software configuration example of the information processing apparatus 11 and the image processing apparatus 10 according to the third embodiment of the present invention. Note that (A) in the drawing shows the software configuration of the information processing apparatus 11 and (B) shows the software configuration of the image processing apparatus 10.

図11に示すように、情報処理装置11で動作するアプリケーション202及び画像処理装置10で動作するアプリケーション212には、それぞれ暗号アプリ205及び217が含まれている。   As shown in FIG. 11, the application 202 operating on the information processing apparatus 11 and the application 212 operating on the image processing apparatus 10 include encryption applications 205 and 217, respectively.

情報処理装置11で動作する暗号アプリ205は、分割データSDnの送信順情報を暗号化する暗号化処理部を有しており、一方、画像処理装置10で動作する暗号アプリ217は、暗号化された分割データSDnの送信順情報を復号する復号処理部を有している。   The encryption application 205 that operates in the information processing apparatus 11 has an encryption processing unit that encrypts the transmission order information of the divided data SDn, while the encryption application 217 that operates in the image processing apparatus 10 is encrypted. A decoding processing unit for decoding the transmission order information of the divided data SDn.

<PSIを利用した印刷制御>
では、本実施形態に係る情報処理装置11と画像処理装置10との各機器において実現される機能構成及びその連係動作について説明する。
<Print control using PSI>
Now, a functional configuration realized in each device of the information processing apparatus 11 and the image processing apparatus 10 according to the present embodiment and a linked operation thereof will be described.

《機能構成》
本実施形態に係る情報処理装置11及び画像処理装置10それぞれが有する機能は、上記各実施形態と同様の構成である。ただし、以下の点で異なる。
<Functional configuration>
The functions of the information processing apparatus 11 and the image processing apparatus 10 according to the present embodiment have the same configurations as those of the above embodiments. However, the following points are different.

(情報処理装置で動作する暗号アプリによる機能)
分割データSDn、分割データサイズ情報、及び送信順情報を含む通信データ(例えばSOAPメッセージやXMLデータなど)は、情報処理装置11が有する画像データ送信手段43により生成される。このことから、送信順情報の暗号化処理は、画像データ送信手段43が暗号アプリ205の暗号化処理部により行う。
(Function by cryptographic application that operates on information processing device)
Communication data (for example, a SOAP message and XML data) including the divided data SDn, the divided data size information, and the transmission order information is generated by the image data transmitting unit 43 included in the information processing apparatus 11. For this reason, the encryption processing of the transmission order information is performed by the image data transmission unit 43 by the encryption processing unit of the encryption application 205.

画像データ送信手段43は、分割データ生成アプリ204から得られた送信順情報を、暗号化処理部により暗号化し、分割データ生成アプリ204の通信データ作成部へと渡す。   The image data transmission unit 43 encrypts the transmission order information obtained from the divided data generation application 204 by the encryption processing unit and passes it to the communication data generation unit of the divided data generation application 204.

これにより、情報処理装置11は、暗号化された送信順情報を含む通信データを、画像処理装置10へ送信することができる。   Thereby, the information processing apparatus 11 can transmit the communication data including the encrypted transmission order information to the image processing apparatus 10.

(画像処理装置で動作する暗号アプリによる機能)
一方、情報処理装置11から送信された通信データは、画像処理装置10が有する画像データ受信手段53により受信される。このことから、暗号化された送信順情報の復号処理は、画像データ受信手段53が暗号アプリ217の復号処理部により行う。
(Function by encryption application that operates on image processing device)
On the other hand, the communication data transmitted from the information processing apparatus 11 is received by the image data receiving unit 53 included in the image processing apparatus 10. Therefore, the decryption processing of the encrypted transmission order information is performed by the decryption processing unit of the encryption application 217 by the image data receiving unit 53.

画像データ受信手段53は、分割データ合成アプリ214の通信データ解析部により取り出された(受信した通信データから得られた)送信順情報を、復号処理部により復号し、分割データ合成アプリ214の分割データ合成部へと渡す。   The image data receiving unit 53 decodes the transmission order information (obtained from the received communication data) extracted by the communication data analysis unit of the divided data synthesis application 214 by the decoding processing unit, and Pass it to the data synthesizer.

これにより、画像処理装置10は、復号し取り出された送信順情報に基づき、分割データSDnの結合・合成を行い、印刷対象データDである画像データの復元を行うことができる。   As a result, the image processing apparatus 10 can combine and combine the divided data SDn based on the transmission order information decoded and extracted, and can restore the image data that is the print target data D.

(暗号化されたデータの具体例)
図12は、本発明の第3の実施形態に係るaddDocumentByValueメソッドの拡張メンバーを含むデータ構成例を示す図である。図12には、画像データ送信手段43が、図6に示した分割データSDnの送信順情報であるDocumentOrderメンバーの値'5'を暗号化した場合のデータ構成例が示されている。
(Specific example of encrypted data)
FIG. 12 is a diagram illustrating a data configuration example including an extension member of the addDocumentByValue method according to the third embodiment of the present invention. FIG. 12 shows an example of the data configuration when the image data transmission unit 43 encrypts the value “5” of the DocumentOrder member, which is the transmission order information of the divided data SDn shown in FIG.

図13は、本発明の第3の実施形態に係る分割データ送信時のデータ構成例を示す図である。図13には、画像データ送信手段43が、図8に示した分割データSDnの送信順情報であるOrder要素の値'5'を暗号化した場合のデータ構成例が示されている。   FIG. 13 is a diagram showing a data configuration example at the time of divided data transmission according to the third embodiment of the present invention. FIG. 13 shows a data configuration example when the image data transmission unit 43 encrypts the value “5” of the Order element that is the transmission order information of the divided data SDn shown in FIG.

送信順情報は、数値やコードと言ったデータであり、比較的情報量が少ない。また、送信順情報が読み取れなければ、分割データSDnから印刷対象データDを復元することはできない。   Transmission order information is data such as numerical values and codes, and has a relatively small amount of information. If the transmission order information cannot be read, the print target data D cannot be restored from the divided data SDn.

このことから、本実施形態では、暗号化する情報を、分割されたデータを復元するときに用いる情報のみと限定し、暗号化処理が及ぼす印刷制御にかかる処理時間への影響を軽減するとともに、機密性の高い通信データにより分割データ送信を行う。   For this reason, in the present embodiment, the information to be encrypted is limited to only information used when restoring the divided data, and the influence on the processing time required for the printing control performed by the encryption process is reduced. Divided data transmission is performed using highly confidential communication data.

<まとめ>
以上のように、本発明の第3の実施形態によれば、本実施形態に係る印刷システムは、クライアントPCである情報処理装置11において、印刷対象データDを分割し、得られた分割データSDnを複数回に分けてプリントサーバである画像処理装置10に送信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換(リクエスト送信/レスポンス受信)により制御し、印刷対象データDの全てが送信された旨を画像処理装置10へ通知する。
<Summary>
As described above, according to the third embodiment of the present invention, the printing system according to the present embodiment divides the print target data D in the information processing apparatus 11 that is the client PC, and obtains the divided data SDn obtained. Are transmitted to the image processing apparatus 10 that is a print server in a plurality of times, and data processing between them is controlled by message exchange (request transmission / response reception) according to SOAP, and all the print target data D is transmitted. This is notified to the image processing apparatus 10.

さらに、画像処理装置10に送信する分割データSDnは、分割データSDnを基に元データに復元するときに用いる送信順情報を暗号化し、データ送信時に不正に取得されても復元が不可能な通信データとしている。   Further, the divided data SDn to be transmitted to the image processing apparatus 10 is a communication in which transmission order information used when restoring the original data based on the divided data SDn is encrypted, and cannot be restored even if it is illegally acquired at the time of data transmission. It is data.

一方、画像処理装置10は、印刷対象データDを分割して得られた複数の分割データSDnを情報処理装置11から受信するとともに、その間のデータ処理を、SOAPに従ったメッセージ交換により制御し、印刷対象データDの全てが送信された旨の通知を受け付けると、受信時に保持しておいた複数の分割データSDnを基に印刷対象データDを復元し、復元したデータを基に生成した印刷可能データPDをプリンタである画像形成装置12へ送信し、印刷処理を指示する。   On the other hand, the image processing apparatus 10 receives a plurality of divided data SDn obtained by dividing the print target data D from the information processing apparatus 11, and controls data processing therebetween by exchanging messages according to SOAP. When a notification that all the print target data D has been transmitted is received, the print target data D is restored based on the plurality of divided data SDn retained at the time of reception, and the print generated based on the restored data is possible The data PD is transmitted to the image forming apparatus 12 which is a printer, and print processing is instructed.

さらに、印刷対象データDを復元するときには、暗号化された送信順情報を復号し、得られた送信順番に従って分割データSDnを合成し、元データを復元する。   Further, when restoring the print target data D, the encrypted transmission order information is decrypted, the divided data SDn is synthesized according to the obtained transmission order, and the original data is restored.

これにより、本実施形態では、上記各実施形態と同様の効果を奏することができる。さらには、データ送信時の機密性を向上させることができる。   Thereby, in this embodiment, there can exist an effect similar to said each embodiment. Furthermore, the confidentiality at the time of data transmission can be improved.

ここまで、上記各実施形態に基づき本発明の説明を行ってきたが、上記各実施形態に係るPSIを利用した印刷制御に関する処理は、図を用いて説明を行った各処理手順を、各機器の動作環境(プラットフォーム)にあったプログラミング言語でコード化したプログラムをコンピュータで実行することで実現することができる。よって、上記各実施形態に係るプログラムは、コンピュータが読み取り可能な記録媒体107に格納することができる。   Up to this point, the present invention has been described based on the above-described embodiments. However, the processing related to print control using the PSI according to each of the above-described embodiments is the same as the processing procedures described with reference to the drawings. It can be realized by executing a program coded in a programming language suitable for the operating environment (platform) of the computer. Therefore, the program according to each of the above embodiments can be stored in the computer-readable recording medium 107.

よって、上記プログラムは、記録媒体107に記憶させることによって、これらの記録媒体107を読み取り可能な外部記録装置106を介して、各機器にインストールすることができる。また、各機器には、ネットワークなどのデータ伝送路に接続可能なインタフェース装置102が備わることから、インターネットなどの電気通信回線を用いてプログラムをダウンロードし、インストールすることもできる。   Therefore, by storing the program in the recording medium 107, the program can be installed in each device via the external recording device 106 that can read the recording medium 107. In addition, since each device includes the interface device 102 that can be connected to a data transmission path such as a network, the program can be downloaded and installed using an electric communication line such as the Internet.

最後に、上記各実施形態に挙げた形状や構成に、その他の要素との組み合わせなど、ここで示した要件に、本発明が限定されるものではない。これらの点に関しては、本発明の主旨をそこなわない範囲で変更することが可能であり、その応用形態に応じて適切に定めることができる。   Finally, the present invention is not limited to the requirements shown here, such as combinations of other elements with the shapes and configurations described in the above embodiments. With respect to these points, the present invention can be changed within a range that does not detract from the gist of the present invention, and can be appropriately determined according to the application form.

本発明の第1の実施形態に係る印刷システムの構成例を示す図である。1 is a diagram illustrating a configuration example of a printing system according to a first embodiment of the present invention. 本発明の第1の実施形態に係る情報処理装置及び画像処理装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the information processing apparatus which concerns on the 1st Embodiment of this invention, and an image processing apparatus. 本発明の第1の実施形態に係る情報処理装置及び画像処理装置のソフトウェア構成例を示す図である。It is a figure which shows the software structural example of the information processing apparatus which concerns on the 1st Embodiment of this invention, and an image processing apparatus. 本発明の第1の実施形態に係る情報処理装置及び画像処理装置が有する機能構成例を示す図である。It is a figure which shows the function structural example which the information processing apparatus and image processing apparatus which concern on the 1st Embodiment of this invention have. 本発明の第1の実施形態に係るPSIを利用した印刷制御の処理手順の一例(その1)を示すシーケンス図である。FIG. 6 is a sequence diagram illustrating an example (part 1) of a print control processing procedure using PSI according to the first embodiment of the present invention. 本発明の第1の実施形態に係るaddDocumentByValueメソッドの拡張メンバーを含むデータ構成例を示す図である。It is a figure which shows the example of a data structure containing the extension member of the addDocumentByValue method which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係るPSIを利用した印刷制御の処理手順の一例(その2)を示すシーケンス図である。FIG. 6 is a sequence diagram illustrating an example (part 2) of a print control processing procedure using PSI according to the first embodiment of the present invention. 本発明の第1の実施形態に係る分割データ送信時のデータ構成例を示す図である。It is a figure which shows the example of a data structure at the time of the division | segmentation data transmission which concerns on the 1st Embodiment of this invention. 本発明の第2の実施形態に係るPSIを利用した印刷制御の処理手順の一例を示すシーケンス図である。It is a sequence diagram which shows an example of the process sequence of the printing control using PSI which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施形態に係る分割データ送信時のデータサイズを可変させる処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the process sequence which varies the data size at the time of the divided data transmission which concerns on the 2nd Embodiment of this invention. 本発明の第3の実施形態に係る情報処理装置及び画像処理装置のソフトウェア構成例を示す図である。It is a figure which shows the software structural example of the information processing apparatus and image processing apparatus which concern on the 3rd Embodiment of this invention. 本発明の第3の実施形態に係るaddDocumentByValueメソッドの拡張メンバーを含むデータ構成例を示す図である。It is a figure which shows the example of a data structure containing the extension member of the addDocumentByValue method which concerns on the 3rd Embodiment of this invention. 本発明の第3の実施形態に係る分割データ送信時のデータ構成例を示す図である。It is a figure which shows the example of a data structure at the time of the division | segmentation data transmission which concerns on the 3rd Embodiment of this invention.

符号の説明Explanation of symbols

10 画像処理装置(プリントサーバ)
11 情報処理装置(クライアントPC)
12 画像形成装置(プリンタ)
31,32 PSIWebサービス
41 メッセージ送信手段
42 レスポンス受信手段
43 画像データ送信手段
51 メッセージ受信手段
52 レスポンス送信手段
53 画像データ受信手段
61 格納手段
71 画像処理手段
101 CPU
102 インタフェース装置
103 HDD
104 入力装置
105 表示装置
106 外部記録装置
107 記録媒体
108 ROM
109 RAM
201,211 OS
202,212 アプリケーション
203,213 PSIアプリ
204 分割データ生成アプリ
205,217 暗号アプリ
214 分割データ合成アプリ
215 レンダリングアプリ
216 印刷制御アプリ
D 印刷対象データ
SD 分割データ
PD 印刷可能データ
10 Image processing device (print server)
11 Information processing device (client PC)
12 Image forming device (printer)
31, 32 PSI Web service 41 Message transmission means 42 Response reception means 43 Image data transmission means 51 Message reception means 52 Response transmission means 53 Image data reception means 61 Storage means 71 Image processing means 101 CPU
102 Interface device 103 HDD
104 Input device 105 Display device 106 External recording device 107 Recording medium 108 ROM
109 RAM
201, 211 OS
202, 212 Application 203, 213 PSI application 204 Division data generation application 205, 217 Encryption application 214 Division data composition application 215 Rendering application 216 Print control application D Print target data SD Division data PD Printable data

Claims (10)

SOAPメッセージを用いて画像データの印刷を画像処理装置に要求する情報処理装置であって、
画像データを前記画像処理装置に送信する画像データ送信手段と、
送信された前記画像データを受信した旨を示すSOAPレスポンスを前記画像処理装置から受信するレスポンス受信手段と、
前記SOAPレスポンスを受信した場合に、前記画像データの送信が完了した旨を示すSOAPメッセージを前記画像処理装置に送信するメッセージ送信手段と、
を備え、
前記画像データ送信手段は、
印刷すべき画像データを分割した分割データを送信することにより、前記画像データを複数回に分けて送信し、
前記メッセージ送信手段は、
送信された前記分割データ夫々に対する前記SOAPレスポンスを全て受信した場合に、前記SOAPメッセージを送信することを特徴とする情報処理装置。
An information processing apparatus that requests an image processing apparatus to print image data using a SOAP message,
Image data transmitting means for transmitting image data to the image processing device;
Response receiving means for receiving from the image processing apparatus a SOAP response indicating that the transmitted image data has been received;
Message transmitting means for transmitting a SOAP message indicating that transmission of the image data is completed to the image processing apparatus when the SOAP response is received;
With
The image data transmission means includes
By transmitting the divided data obtained by dividing the image data to be printed, the image data is transmitted in a plurality of times,
The message transmission means includes:
An information processing apparatus that transmits the SOAP message when all of the SOAP responses to the transmitted divided data are received.
前記画像データ送信手段は、
前記レスポンス受信手段により、第1の分割データを受信した旨を示すSOAPレスポンスを受信したときに、第2の分割データを送信することを特徴とする請求項1に記載の情報処理装置。
The image data transmission means includes
2. The information processing apparatus according to claim 1, wherein when the response receiving unit receives a SOAP response indicating that the first divided data has been received, the second divided data is transmitted.
前記画像データ送信手段は、
前記レスポンス受信手段による、第1の分割データを受信した旨を示すSOAPレスポンスの受信可否に応じて、他の分割データのデータサイズを変更することを特徴とする請求項1または2に記載の情報処理装置。
The image data transmission means includes
3. The information according to claim 1, wherein the data size of the other divided data is changed according to whether or not a SOAP response indicating that the first divided data has been received is received by the response receiving unit. Processing equipment.
SOAPメッセージを用いた画像データの印刷要求を情報処理装置から受け付ける画像処理装置であって、
前記情報処理装置から画像データを受信する画像データ受信手段と、
受信された前記画像データを格納する格納手段と、
前記画像データの送信が完了した旨を示すSOAPメッセージを前記情報処理装置から受信するメッセージ受信手段と、
前記画像データを受信した旨を示すSOAPレスポンスを前記情報処理装置に送信するレスポンス送信手段と、
前記格納手段に格納されている画像データの印刷処理を実行する画像処理手段と、
を備え、
前記画像データ受信手段は、
前記情報処理装置から、印刷する画像データを分割した分割データを受信することにより、前記画像データを複数回に分けて受信し、
前記格納手段は、複数回に分けて受信した分割データを前記画像データとして格納し、
前記画像処理手段は、
前記メッセージ受信手段により、前記情報処理装置から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、前記格納手段に格納されている複数の分割データを合成し、合成して得た画像データの印刷処理を実行することを特徴とする画像処理装置。
An image processing apparatus that accepts a print request for image data using a SOAP message from an information processing apparatus,
Image data receiving means for receiving image data from the information processing apparatus;
Storage means for storing the received image data;
Message receiving means for receiving a SOAP message indicating that transmission of the image data has been completed from the information processing apparatus;
Response transmitting means for transmitting a SOAP response indicating that the image data has been received to the information processing apparatus;
Image processing means for executing printing processing of image data stored in the storage means;
With
The image data receiving means
By receiving the divided data obtained by dividing the image data to be printed from the information processing apparatus, the image data is received in a plurality of times,
The storage means stores the divided data received in a plurality of times as the image data,
The image processing means includes
When the SOAP message indicating that the transmission of the image data is completed is received from the information processing apparatus by the message receiving unit, the plurality of pieces of divided data stored in the storage unit are combined and obtained by combining An image processing apparatus that executes print processing of image data.
SOAPメッセージを用いて画像データの印刷を画像処理装置に要求する情報処理装置における印刷制御方法であって、
画像データを前記画像処理装置に送信する画像データ送信手順と、
前記画像データ送信手順により送信された前記画像データを受信した旨を示すSOAPレスポンスを前記画像処理装置から受信するレスポンス受信手順と、
前記レスポンス受信手順により前記SOAPレスポンスを受信した場合に、前記画像データの送信が完了した旨を示すSOAPメッセージを前記画像処理装置に送信するメッセージ送信手順と、
を有し、
前記画像データ送信手順は、
印刷すべき画像データを分割した分割データを送信することにより、前記画像データを複数回に分けて送信し、
前記メッセージ送信手順は、
送信された前記分割データ夫々に対する前記SOAPレスポンスを全て受信した場合に、前記SOAPメッセージを送信することを特徴とする印刷制御方法。
A print control method in an information processing apparatus that requests an image processing apparatus to print image data using a SOAP message,
An image data transmission procedure for transmitting image data to the image processing device;
A response reception procedure for receiving a SOAP response indicating that the image data transmitted by the image data transmission procedure has been received from the image processing device;
A message transmission procedure for transmitting to the image processing apparatus a SOAP message indicating that the transmission of the image data is completed when the SOAP response is received by the response reception procedure;
Have
The image data transmission procedure includes:
By transmitting the divided data obtained by dividing the image data to be printed, the image data is transmitted in a plurality of times,
The message transmission procedure includes:
A print control method, comprising: transmitting the SOAP message when all the SOAP responses to the transmitted divided data are received.
前記画像データ送信手順は、
前記レスポンス受信手順により、第1の分割データを受信した旨を示すSOAPレスポンスを受信したときに、第2の分割データを送信することを特徴とする請求項5に記載の印刷制御方法。
The image data transmission procedure includes:
6. The print control method according to claim 5, wherein the second divided data is transmitted when a SOAP response indicating that the first divided data is received is received by the response receiving procedure.
前記画像データ送信手順は、
前記レスポンス受信手順による、第1の分割データを受信した旨を示すSOAPレスポンスの受信可否に応じて、他の分割データのデータサイズを変更することを特徴とする請求項5または6に記載の印刷制御方法。
The image data transmission procedure includes:
7. The printing according to claim 5, wherein the data size of the other divided data is changed according to whether or not a SOAP response indicating that the first divided data is received according to the response reception procedure is received. Control method.
SOAPメッセージを用いた画像データの印刷要求を情報処理装置から受け付ける画像処理装置における印刷制御方法であって、
前記情報処理装置から画像データを受信する画像データ受信手順と、
前記画像データの送信が完了した旨を示すSOAPメッセージを前記情報処理装置から受信するメッセージ受信手順と、
前記画像データ受信手順により前記画像データを受信した旨を示すSOAPレスポンスを前記情報処理装置に送信するレスポンス送信手順と、
前記情報処理装置から受信した前記画像データを格納する格納手段の画像データの印刷処理を実行する画像処理手順と、
を有し、
前記画像データ受信手順は、
前記情報処理装置から、印刷する画像データを分割した分割データを受信することにより、前記画像データを複数回に分けて受信し、
前記画像処理手順は、
前記メッセージ受信手順により、前記外部装置から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、前記格納手段に格納されている複数回に分けて受信した分割データを合成し、合成した画像データの印刷処理を実行することを特徴とする印刷制御方法。
A print control method in an image processing apparatus that receives a print request for image data using a SOAP message from an information processing apparatus,
An image data receiving procedure for receiving image data from the information processing apparatus;
A message receiving procedure for receiving a SOAP message indicating that transmission of the image data has been completed from the information processing apparatus;
A response transmission procedure for transmitting to the information processing apparatus a SOAP response indicating that the image data has been received by the image data reception procedure;
An image processing procedure for executing print processing of image data in a storage means for storing the image data received from the information processing apparatus;
Have
The image data receiving procedure includes:
By receiving the divided data obtained by dividing the image data to be printed from the information processing apparatus, the image data is received in a plurality of times,
The image processing procedure includes:
When the SOAP message indicating that the transmission of the image data is completed is received from the external device by the message receiving procedure, the divided data received in a plurality of times stored in the storage unit is combined and combined A printing control method, comprising: performing printing processing of the processed image data.
SOAPメッセージを用いて画像データの印刷を画像処理装置に要求する情報処理装置における印刷制御プログラムであって、
印刷すべき画像データを分割した分割データを前記画像処理装置に送信することにより、前記画像データを複数回に分けて送信する画像データ送信手順と、
前記画像データ送信手順により送信された前記画像データを受信した旨を示すSOAPレスポンスを前記画像処理装置から受信するレスポンス受信手順と、
前記レスポンス受信手順により、送信された前記分割データ夫々に対する前記SOAPレスポンスを全て受信した場合に、前記画像データの送信が完了した旨を示すSOAPメッセージを前記画像処理装置に送信するメッセージ送信手順と、をコンピュータに実行させる印刷制御プログラム。
A print control program in an information processing apparatus that requests an image processing apparatus to print image data using a SOAP message,
An image data transmission procedure for transmitting the image data in a plurality of times by transmitting the divided data obtained by dividing the image data to be printed to the image processing device;
A response reception procedure for receiving a SOAP response indicating that the image data transmitted by the image data transmission procedure has been received from the image processing device;
A message transmission procedure for transmitting, to the image processing apparatus, a SOAP message indicating that the transmission of the image data is completed when all the SOAP responses for each of the transmitted divided data are received by the response reception procedure; A print control program that causes a computer to execute.
SOAPメッセージを用いた画像データの印刷要求を情報処理装置から受け付ける画像処理装置における印刷制御プログラムであって、
前記情報処理装置から、印刷する画像データを分割した分割データを受信することにより、前記画像データを複数回に分けて受信する画像データ受信手順と、
前記画像データの送信が完了した旨を示すSOAPメッセージを前記情報処理装置から受信するメッセージ受信手順と、
前記画像データ受信手順により前記画像データを受信した旨を示すSOAPレスポンスを前記情報処理装置に送信するレスポンス送信手順と、
前記メッセージ受信手順により、前記情報処理装置から画像データの送信が完了した旨を示すSOAPメッセージを受信した場合に、前記情報処理装置から複数回に分けて受信した前記分割データを前記画像データとして格納する格納手段の複数の分割データを合成し、合成して得た画像データの印刷処理を実行する画像処理手順と、をコンピュータに実行させる印刷制御プログラム。
A print control program in an image processing apparatus that accepts a print request for image data using a SOAP message from an information processing apparatus,
An image data reception procedure for receiving the image data divided into a plurality of times by receiving divided data obtained by dividing the image data to be printed from the information processing apparatus;
A message receiving procedure for receiving a SOAP message indicating that transmission of the image data has been completed from the information processing apparatus;
A response transmission procedure for transmitting to the information processing apparatus a SOAP response indicating that the image data has been received by the image data reception procedure;
When the SOAP message indicating that the transmission of the image data is completed is received from the information processing apparatus according to the message reception procedure, the divided data received in multiple times from the information processing apparatus is stored as the image data. A print control program for causing a computer to execute an image processing procedure for combining a plurality of divided data stored in a storage unit and executing print processing of image data obtained by combining the divided data.
JP2008299962A 2008-11-25 2008-11-25 Information processing apparatus, image processing apparatus, print control method, and print control program Active JP5287172B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008299962A JP5287172B2 (en) 2008-11-25 2008-11-25 Information processing apparatus, image processing apparatus, print control method, and print control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008299962A JP5287172B2 (en) 2008-11-25 2008-11-25 Information processing apparatus, image processing apparatus, print control method, and print control program

Publications (2)

Publication Number Publication Date
JP2010128596A true JP2010128596A (en) 2010-06-10
JP5287172B2 JP5287172B2 (en) 2013-09-11

Family

ID=42328969

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008299962A Active JP5287172B2 (en) 2008-11-25 2008-11-25 Information processing apparatus, image processing apparatus, print control method, and print control program

Country Status (1)

Country Link
JP (1) JP5287172B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012008703A (en) * 2010-06-23 2012-01-12 Ricoh Co Ltd Information processor, program, and recording medium
JP2012014326A (en) * 2010-06-30 2012-01-19 Casio Electronics Co Ltd Printing system
JP2014106923A (en) * 2012-11-29 2014-06-09 Brother Ind Ltd Server
JP2015158879A (en) * 2014-02-25 2015-09-03 キヤノン株式会社 Image processing apparatus, control method of image processing apparatus, and program
WO2016043220A1 (en) * 2014-09-19 2016-03-24 日本電気株式会社 Display device, image processing device, display method, image processing method, and program
JP2017169186A (en) * 2016-03-14 2017-09-21 株式会社リコー Image processing apparatus, information processing apparatus, image processing system, and image processing method
KR101866431B1 (en) * 2017-03-31 2018-06-11 한전케이디엔 주식회사 Tou data reception method of electronic meter
JP2019211975A (en) * 2018-06-04 2019-12-12 富士ゼロックス株式会社 Information processing device and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04134966A (en) * 1990-09-26 1992-05-08 Ricoh Co Ltd Facsimile communication control system
JP2002142090A (en) * 2000-11-01 2002-05-17 Ricoh Co Ltd Network facsimile terminal
JP2006107217A (en) * 2004-10-06 2006-04-20 Ricoh Co Ltd Image forming apparatus, log transfer method and log transfer system
JP2006293998A (en) * 2005-03-15 2006-10-26 Canon Inc E-mail communication apparatus, data processing method, program and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04134966A (en) * 1990-09-26 1992-05-08 Ricoh Co Ltd Facsimile communication control system
JP2002142090A (en) * 2000-11-01 2002-05-17 Ricoh Co Ltd Network facsimile terminal
JP2006107217A (en) * 2004-10-06 2006-04-20 Ricoh Co Ltd Image forming apparatus, log transfer method and log transfer system
JP2006293998A (en) * 2005-03-15 2006-10-26 Canon Inc E-mail communication apparatus, data processing method, program and storage medium

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012008703A (en) * 2010-06-23 2012-01-12 Ricoh Co Ltd Information processor, program, and recording medium
JP2012014326A (en) * 2010-06-30 2012-01-19 Casio Electronics Co Ltd Printing system
JP2014106923A (en) * 2012-11-29 2014-06-09 Brother Ind Ltd Server
JP2015158879A (en) * 2014-02-25 2015-09-03 キヤノン株式会社 Image processing apparatus, control method of image processing apparatus, and program
WO2016043220A1 (en) * 2014-09-19 2016-03-24 日本電気株式会社 Display device, image processing device, display method, image processing method, and program
JP2017169186A (en) * 2016-03-14 2017-09-21 株式会社リコー Image processing apparatus, information processing apparatus, image processing system, and image processing method
KR101866431B1 (en) * 2017-03-31 2018-06-11 한전케이디엔 주식회사 Tou data reception method of electronic meter
JP2019211975A (en) * 2018-06-04 2019-12-12 富士ゼロックス株式会社 Information processing device and program
JP7102955B2 (en) 2018-06-04 2022-07-20 富士フイルムビジネスイノベーション株式会社 Information processing equipment and programs

Also Published As

Publication number Publication date
JP5287172B2 (en) 2013-09-11

Similar Documents

Publication Publication Date Title
JP5287172B2 (en) Information processing apparatus, image processing apparatus, print control method, and print control program
US8363257B2 (en) Data processing apparatus, data processing system, method for controlling data processing apparatus, method for adding data converting function, program and medium
US7936472B2 (en) Driverless image printing
US8032464B2 (en) Server printing apparatus and its control method, and computer program
JP4925960B2 (en) Method, apparatus, and machine-readable medium for processing a data processing request of a multifunction machine
US20130198211A1 (en) Information processing apparatus, information processing system, and data conversion method
JP6364738B2 (en) Information processing system, information processing apparatus, program, and process execution method
US20110067088A1 (en) Image processing device, information processing method, and recording medium
US20050052677A1 (en) Print data generation method, client terminal, printer server, print data generation apparatus, image forming apparatus, and computer product
JP2007328558A (en) Data processor, data processing system, control method of data processor, method for adding data conversion function, program and recording medium
US20200201585A1 (en) Information processing apparatus, method of controlling same, and storage medium
US8239857B2 (en) Information processing apparatus and method of installing application program
JP2006099442A (en) Information processor, history file creation method, and program
US20130061059A1 (en) Information processing apparatus, information processing method, and non-transitory computer readable medium
JP4669466B2 (en) Information processing apparatus, application installation method, and program
US8305613B2 (en) Server device, image forming apparatus, and image processing system for image processing in a thin client system
JP2006285840A (en) Document management system
JP2008181518A (en) System and method for cloning setting of document processor
JP2006350528A (en) Print system and print method
JP2010028509A (en) Image forming system, image forming apparatus, and computer program
JP5021921B2 (en) Data conversion apparatus, data conversion system, data conversion method, program, and recording medium
JP5168398B2 (en) Apparatus, data processing method, and program
US8860981B2 (en) Systems and methods for print job scheduling
US20100023588A1 (en) Document data communication in an image forming system
JP2010067281A (en) Device and method for providing log

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110913

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121009

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121016

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121214

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130507

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130520

R151 Written notification of patent or utility model registration

Ref document number: 5287172

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151