function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anuragsinghnsanuragsinghns 

Not able to import WSDl into Soap UI

Hi Guys,
Pretty new to SoapUI so please help.
I have generated a WSDL from a Apex Class I have written.
If I try to Import to to SoapUI it gives the following error.

The Error:
: type 'address@http://soap.sforce.com/schemas/class/testclass' not found.

The Apex Class:

global class testclass {
    webService static List<Account> testquery() {
    list<account> selectedAccountList =[Select id,name from Account limit 10];   
    return selectedAccountList;
    }
    }
NaveenReddyNaveenReddy
Hi,

 Please find below a step by step procedure to  Salesforce and soapUI – Testing WebServices directly.

Check whether you followed these  steps or not.Pls let me know still you face the issue.

http://blog.deadlypenguin.com/blog/2012/02/03/salesforce-and-soapui/

Regards,
Naveen
http://www.autorabit.com