Successfully generated a bunch of Classes, what next?
324 views
Skip to first unread message
Marcel Schindler
unread,
May 5, 2014, 6:00:02 AM5/5/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wsdl2php...@googlegroups.com
Hey there,
I have a quite complex webservice available and while I usually get my functions by simply writing SoapClient->__getFunctions() and the types by SoapCLient->__getTypes() I wanted to give wsdl2php a try. Especially because I have huge problems figuring out, what some params actually do or how they are used.
Is there a simple solution on how I have to set up the real method parameters for a webservice?
Kasper Garnæs
unread,
May 7, 2014, 4:04:23 AM5/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wsdl2php...@googlegroups.com
If you use wsdl2phpgenerator to generate code from the wsdl of your webservice then the methods should be generated with the specified parameters and types.