| Author |
XML-RPC
|
Vlad Eroshin
Greenhorn
Joined: Mar 09, 2005
Posts: 20
|
|
I have submited my part 2 and signed up for part 3. And noticed that I have possibly made a mistake in my assignment. I mean technically this is not a mistake. Not sure how the graders will look at this. Please advise what do you think? I have designed the communication piece with the transmaster as following. I used JAXB to format XML-RPC messages and send them over HTTP. I also listed two XML schemas for request and response in my assumptions. I did not rely on any standard XML-RPC implementations. Will this be a problem in my design? Please advise. Thank you very much. Vlad
|
 |
Samuel Pessorrusso
Ranch Hand
Joined: Jul 21, 2005
Posts: 164
|
|
Hello Vlad, I really don't know. In my case, I don't specify the things in a such low level way, I just say every thing in high level and I gave the responsibility of defining the communication with TransMaster to the developer. One BIG mistake that you are doing is to use HTTP to communicate with TransMaster, you should use HTTPS. Now all you need to do is relax, do the part 3 and wait. Best Regards Samuel
|
 |
Vlad Eroshin
Greenhorn
Joined: Mar 09, 2005
Posts: 20
|
|
I actually used HTTPS. I mean in my deployment diagram I specified HTTPS. to communicate to transmaster. HTTPS is HTTP over SSL. Vlad
|
 |
sanchit raizada
Greenhorn
Joined: Nov 24, 2004
Posts: 14
|
|
|
If its one small correction/typo, then may be you can write it as Errata (single line) in part 3 (as last part of your answer to Question no 4).
|
Sanchit<br />---------<br />SCEA
|
 |
Cleuton Sampaio
Ranch Hand
Joined: Nov 11, 2005
Posts: 181
|
|
Hi, In my humble opinion, it is not a mistake. I have done exactly this way in other application. You could use a XML bindind technology, like JAXB (or Castor) or you could use a parsing techonolgy (JAXP). Cleuton (Brazil).
|
Cleuton Sampaio<br />Systems Architect<br />(SCEA,SCWCD,SCBCD,MCSE,MCSD)
|
 |
 |
|
|
subject: XML-RPC
|
|
|