On Wednesday, January 17, 2018 at 5:24:05 PM UTC-8, visuallinux wrote: > > Hi all. > > Excuse for some off topic. > > I need to up a SOAP service so i think to use web2py. > > I have wsdl file. > > I use wsdl2interface for convert wsdl into Python clases > This is my wsdl file: > > <?xml version="1.0" encoding="UTF-8"?> <definitions > xmlns:tns="http://oap/ser - Pastebin.com <https://pastebin.com/6Z64yQeT> > > > > > <?xml version="1.0" encoding="UTF-8"?> <def... > > <https://pastebin.com/6Z64yQeT> > > > And this is the file generated for wsdl2interface: > > """SOAP web services generated from: > file:///home/fernando/wsdl/checkHolderBill - Pastebin.com > <https://pastebin.com/EdNMm7XS> > > > > > """SOAP web services generated from: file:///home/fernando/... > > <https://pastebin.com/EdNMm7XS> > > > Iin particular I'm interested in the next class > > class ICheckHolderBillingSynDonorRequest(Interface): > """SOAP service ``checkHolderBillingSynDonorRequest`` with target > namespace > http://oap/services/checkHolderBillingSynDonorRequestService. > """ > > def checkHolderBillingSynDonorRequest(RequestMessageHeader, > checkHolderBillingSynDonorRequestBody): > """Parameters: > > ``RequestMessageHeader`` -- IRequestMessageHeader > ``checkHolderBillingSynDonorRequestBody`` -- > ICheckHolderBillingSynDonorRequestBody > > Returns: checkHolderBillingSynDonorResponse > """ > > I do not understand the difition of method > checkHolderBillingSynDonorRequest > > Whats parameter i must receive? > The data received will be in xml? > What i must return? > > I have never used soap before. > > i will appreciate any tips or help for resolv my problem > > Regards >
I can only advise you on the use of pysimplesoap. I have a previous post (last month, IIRC) with some notes; I'll look that up and give you the link ... but later. Heading to a hockey game (as a spectator). Dave /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

