472,119 Members | 2,066 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Soap + Asp

Hi all,

Thank you for reading my question that is regarding a problem we've tried to figure out for a couple of weeks now. So if you think you have an answer thanks for sharing

Here's the problem:

We try to integrate a web service from another company. The problem is that each time we try to call the getAccess method as defined in the wsdl file (which reside on our side) we get this more-than-annoying error (no matter what we put inside the brackets):

Error Type:
Client (0x80070057)
Client:Incorrect number of parameters supplied for SOAP request HRESULT=0x80070057: The parameter is incorrect. - Client:Unspecified client error. HRESULT=0x80070057: The parameter is incorrect.
/e911enable/e911enableapi/default.asp, line 30


I can't share all the info in my code because of the passwords and stuff; but here is our asp code:

Expand|Select|Wrap|Line Numbers
  1.  
  2.   Dim objSoapClient
  3.  
  4.   Set objSoapClient = Server.CreateObject("MSSOAP.SoapClient30")
  5.   objSoapClient.ClientProperty("ServerHTTPRequest") = True
  6.   Call objSoapClient.mssoapinit("http://192.168.1.120/e911enable/e911enableapi/911enable_residentialAPI.wsdl","Address_Service")
  7.  
  8.   objSoapClient.ConnectorProperty("AuthPassword") = "********"
  9.   objSoapClient.ConnectorProperty("AuthUser") = "*******"
  10.  
  11.    Response.write("result of the call: " & objSoapClient.getAccess("commercetel","comm911","6198178112"))
  12.  
  13.  
The last line is where we get the error

the wsdl is at:

http://4.79.35.141/E911EnableAPI/PHP5/911enable_residentialAPI.wsdl
Feb 16 '07 #1
2 3522
Actually guys, I need to know how to integrate this web service in ASP. I think we are missing something, for example I should be using the server where the service is, but I have no clue how to do that, please advice. I've searched tne net in vain.

Thanks!
Feb 16 '07 #2
Hi Daahveed,


who can u resolv the problem... u've any idea?

10x


Actually guys, I need to know how to integrate this web service in ASP. I think we are missing something, for example I should be using the server where the service is, but I have no clue how to do that, please advice. I've searched tne net in vain.

Thanks!
Mar 20 '07 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by bigbinc | last post: by
8 posts views Thread by xmail123 | last post: by
31 posts views Thread by Bryan Dickerson | last post: by
reply views Thread by Jigar.Patel | last post: by
reply views Thread by info | last post: by
1 post views Thread by gcmartijn | last post: by
2 posts views Thread by furrypop | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.