
April 6th, 2004, 04:36 AM
|
|
Registered User
|
|
Join Date: Apr 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
coldfusion webservice
Hi,
I’m trying to call a coldfusion webservice using the mssoap toolkit from a eVC++ program. It works fine with the low level API of the toolkit but it doesn’t at all from the high level one. It somehow redirects the request to an URL different to the one I want to access.
This is the error I get:
Client: Connector - Resource not found on the server. (Client), Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A13BD
And here is the wsdl file corresponding to the coldfusion web service that I’d like to call:
https://kher428a.khe.siemens.de/emc/webservices/test/emcws.cfc?wsdl (no parameters, the name of the web service is GetMeterList, the answer is simply a string “Hello”)
Does anyone have an idea if the problem can be solved and how?
Thanks,
Marta
Last edited by martatolosa : April 6th, 2004 at 10:03 AM.
Reason: mistake in the url
|