f**c 发帖数: 629 | 1 I will create google checkout for online store. I need to create web service
to accept message from google. What kind of knowledge will I need, Axiom,
adp, soap, wsdl...? there are lots of information online. I dont know where
to start? |
k***r 发帖数: 4260 | 2 there are plenty of web service tutorial but you might be able to find some
sample code for google checkout web service.
btw, have you also done paypal? was it easy to do?
service
,
where
【在 f**c 的大作中提到】 : I will create google checkout for online store. I need to create web service : to accept message from google. What kind of knowledge will I need, Axiom, : adp, soap, wsdl...? there are lots of information online. I dont know where : to start?
|
b******y 发帖数: 9224 | 3 google should have a java client you can use. |
t*******e 发帖数: 684 | 4 可以去java.sun.com下载JavaEE tutorial中的章节看。早期的版本有详细的XML,XSD的
介绍,新版的都从略了。JAXWS的runtime可以到java.net下载。也可以用apache的。 |
f**c 发帖数: 629 | 5 I only used NVP method instead of web service in paypal.
Where is the sample code for web service in google checkout? I complied java
sample code in google checkout and ran it. it does not contain the part of
how to set web service in your server.
Thanks.
some
【在 k***r 的大作中提到】 : there are plenty of web service tutorial but you might be able to find some : sample code for google checkout web service. : btw, have you also done paypal? was it easy to do? : : service : , : where
|
k***r 发帖数: 4260 | 6 I don't know how google checkout works but is this of any help:
http://code.google.com/p/google-checkout-java-sample-code/
java
of
【在 f**c 的大作中提到】 : I only used NVP method instead of web service in paypal. : Where is the sample code for web service in google checkout? I complied java : sample code in google checkout and ran it. it does not contain the part of : how to set web service in your server. : Thanks. : : some
|