issue 6
('Class dateTime already defined. Cannot redefine class with ...) reported by nolongem...@gmail.com
- What steps will reproduce the problem?
1. Run the WSDLInterpreter against a .NET generated WSDL
2. Get Exception
What is the expected output? What do you see instead?
I expected to get a set of SOAP classes.
What version of the product are you using? On what operating system?
1.0.0
Please provide any additional information below.
The WSDL file can be retrieved here:
https://demo.docusign.net/api/3.0/api.asmx?WSDL
What steps will reproduce the problem?
1. Run the WSDLInterpreter against a .NET generated WSDL
2. Get Exception
What is the expected output? What do you see instead?
I expected to get a set of SOAP classes.
What version of the product are you using? On what operating system?
1.0.0
Please provide any additional information below.
The WSDL file can be retrieved here:
https://demo.docusign.net/api/3.0/api.asmx?WSDL
Jul 28, 2009
issue 3
(Fatal error: Access to undeclared static property: $classmap...) commented on by jsalinase
- This issue has a workaround? i'm having the same problem, it appears the tool is not
generating some Response Classes. I'm hoping you can help me. Thanks.
This issue has a workaround? i'm having the same problem, it appears the tool is not
generating some Response Classes. I'm hoping you can help me. Thanks.
Apr 30, 2009
issue 5
(checkArguments fails with empty argument list) reported by maxjonaswerner
- What steps will reproduce the problem?
1. generate service class from WSDL
2. instantiate generated service class
3. call SOAP function which needs no parameters
What is the expected output? What do you see instead?
The expected output would be the value returned by the web service. Instead
the generated service class fails:
Fatal error: Uncaught exception 'Exception' with message 'Invalid parameter
types: ' in /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php:472
Stack trace:
#0 /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php(561):
TestService->_checkArguments(Array, Array)
#1 /home/mwerner/phpsoap/soaptest.php(11): TestService->getVersion()
#2 {main}
thrown in /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php on line 472
Seems like checkArguments() cannot handle an empty parameter list.
What version of the product are you using? On what operating system?
WSDLInterpreter 1.0.0 on Linux.
I've attached a possible fix.
What steps will reproduce the problem?
1. generate service class from WSDL
2. instantiate generated service class
3. call SOAP function which needs no parameters
What is the expected output? What do you see instead?
The expected output would be the value returned by the web service. Instead
the generated service class fails:
Fatal error: Uncaught exception 'Exception' with message 'Invalid parameter
types: ' in /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php:472
Stack trace:
#0 /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php(561):
TestService->_checkArguments(Array, Array)
#1 /home/mwerner/phpsoap/soaptest.php(11): TestService->getVersion()
#2 {main}
thrown in /home/mwerner/phpsoap/lib/wsdlClasses/TestService.php on line 472
Seems like checkArguments() cannot handle an empty parameter list.
What version of the product are you using? On what operating system?
WSDLInterpreter 1.0.0 on Linux.
I've attached a possible fix.