12-22-04 01:47 AM
I am trying to add a Web Reference to a BizTalk project. I open the
Web Reference dialog, navigate to the Service's URL, find the WSDL and
click Add Reference. A dialog then comes up titled WebReference and
displaying "Failed to add a Web Reference." There is no additional
error info that I can find.
The web service is built in J2EE and I can add a reference to it in a
.NET WinForms project. I created a brand new Biztalk project and got
the same results, so my project is not corrupted. The methods return
an array of structures and I'm wondering if that is what is tripping up
Visual Studio. The signature of one of the methods is-
public MyProject.ValidationService.XmlTagError[] validate (
System.String lineOfBusiness , System.String asOf , System.String
xmlData , System.Boolean useStrictSyntax , System.Boolean
allowUnknownOuterTags )
XmlTag Error is a simple structure with three string properties - the
definition is in the WSDL and shows up properly when importing to the
WinForms project.
Is this too complicated a signature for BizTalk to import?
Biff Gaut
Gaithersburg, MD
[ Post a follow-up to this message ]
|