Options

soap:Fault; debug web service; add custom assembly referen

awellnerawellner Posts: 2
edited July 31, 2006 12:12PM in ANTS Load
Hi,

I have been trying to test my web service, but each time I am running it I get soap fault. I have created a web reference and my class Inherits from Control.VirtualClient.

When I test the same code with VB .net 1.1, local host reference (no network issues). It works fine. However, similar code, just warped with Ants Control.VirtualClient doesn’t work and I am getting this soap exception. <soap:Fault> <faultcode>soap:Client</faultcode>. Meaning the client couldn’t create the soap request.

1. What are the settings I need to set in the Control.VirtualClient?
2. How can I debug the web service?
3. How can I add custom assembly reference in the VBA?

I am adding the soap exception code:

WebService http://localhost/EcoWinUtils/Service.asmx SoapRequest : <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot; xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&gt; <soap:Body> <GetEWSeries xmlns="http://www.reuters.com/ns/2004/11/16/webservices/wsdl/EWUtilsSvc"&gt; <EWUtils_GetEWSeries_Request_1_0 xmlns="http://www.reuters.com/ns/2004/11/16/webservices/EWUtilsSvc">ew:arp12630</EWUtils_GetEWSeries_Request_1_0&gt; </GetEWSeries> </soap:Body> </soap:Envelope> SoapResponse : <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt; <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>The request element &lt;GetEWSeries xmlns='http://www.reuters.com/ns/2004/11/16/webservices/wsdl/EWUtilsSvc'&gt; was not recognized.</faultstring> <detail /> </soap:Fault> </soap:Body> </soap:Envelope>

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    I beleived I have already replied to you by email. There is a method that you need to follow to be able to reference external assemblies in ANTS Load which I've sent you the information about. The SOAP FAULT issue is something specific to your environment, I think, so it wouldn't be terribly beneficial to discuss it here.
Sign In or Register to comment.