 |
 |
 |
Hi,
One of our parther has an internet webservice and He says he can connect the
service with nusoap.php tool in php file but I have to connect the service
via mssoap client in asp page and mssoap returns with below error. I have
read some articles and some of them say the xml schema is invaild. If the
schema is invalid why the php code works or why asp page doesnot. Does php
check the response xml in standard and vaild
Would you please tell me what is wrong the code. Any advice would be
helpful.
WSDLOperation error '80020009'
WSDLOperation:The parameterOrder attribute for operation activateLicense was
invalid. It either did specify the same parts multiple times or not all
required parts HRESULT=0x80070057: The parameter is incorrect. -
WSDLOperation:Initializing of the output message failed for operation
activateLicense HRESULT=0x80070057: The parameter is incorrect. -
WSDLPort:An operation for port Torminat could not be initialized
HRESULT=0x80070057: The parameter is incorrect. - WSDLPort:Analyzing the
binding information for port Torminat failed HRESULT=0x80070057: The
parameter is incorrect. - WSDLService:Initialization of the port for service
Torminat LicenseService failed HRESULT=0x80070057: The parameter is
incorrect. - WSDLReader:Analyzing the WSDL file failed HRESULT=0x80070057:
The parameter is incorrect. - Client:One of the parameters supplied is
invalid. HRESULT=0x80070057: The parameter is incorrect.
aa.asp
Dim client,str
Set client = CreateObject("MSSOAP.SoapClient30")
client.ClientProperty("ServerHTTPRequest") =true
call client.MSSoapInit("http://xxx.yyy.com/transaction_engine/
torminat.wsdl")
Best regards,
Tolgay Gül
|
 | 



|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |