473,385 Members | 1,344 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 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 3578
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

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

Similar topics

0
by: bigbinc | last post by:
I have setup a soap machine on linux and similar configuration works properly. on a windows mahcine, I get these erros on the addressbook, samples, any ideas. I am pretty sure my classpaths are...
2
by: Artur | last post by:
Hi Newsgroup, im currently working on programming a asp.net application consuming an Webservice hosted on Apache/Axis. I have generated WSDL and Proxy classes from VisualStudio.net. But when...
8
by: xmail123 | last post by:
Hi, As was pointed out whatever you return from a WebMethod needs to be serializable to SOAP. An ArrayList is not serializable. I will be needing to return other data types from web methods. ...
31
by: Bryan Dickerson | last post by:
Ok, simple question: from a VB.Net web service (as I've said before, I'm a newbie to SOAP), how would I get the SOAP body into a string? My boss and I concur that it, at least from our...
0
by: Jigar.Patel | last post by:
I have simple remoting server exposing following simple method. When I try to add webreference to this server in another project, it gives me following error: Custom tool error: Unable to import...
0
by: info | last post by:
Dear all, is the first time that I use SOAP, and i must say that i'm having several problems. this is SOAP message that expects the server =================XML EXPECTED FROM THE...
1
by: gcmartijn | last post by:
H! When I use php code nusoap everything works but with python I get everytime "Your session key does not exist or has expired" I use this code below: test =...
2
by: furrypop | last post by:
Hi, I'm trying to get the Perl SOAP::Lite examples to work on a Windows PC, running Apache 2.2.4. Apache is definitely serving CGI scripts, as I've tested a dummy Hello World thing. I'm also...
0
by: Philluminati | last post by:
I have a Perl SOAP Server which returns this SOAP Message when invoked: <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"...
0
by: vigneshrao | last post by:
Hi, I have been working on a script that loops through multiple records and sends data (one record per call) to a WS. I am supposed to make a new call for each record before sending the data....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.