Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Messages from wsdl.exe processing multiple wsdl and xsd files.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Bob S  
View profile  
 More options May 4 2010, 11:45 am
Newsgroups: microsoft.public.xml.soap
From: Bob S <B...@discussions.microsoft.com>
Date: Tue, 4 May 2010 08:45:01 -0700
Local: Tues, May 4 2010 11:45 am
Subject: Messages from wsdl.exe processing multiple wsdl and xsd files.
The underlying connection was closed: Could not establish trust relationship
for the SSL/TLS secure channel.
The remote certificate is invalid according to the validation procedure.

My question involves messages from wsdl.exe.  I have a bunch of
wsdl file xsd files from server I need to communicate with via SOAP.
I have a command which generates a CS file which works at least for
logging into the service.  However, wsdl.exe produces a bunch of
error messages but generates CS code.

Schema validation error: Schema with
targetNamespace='http://icm.alu.com/soap/LogonService' has invalid syntax.
Type 'http://icm.alu.com/data/common:ErrorData' is not declared. Line 14,
position 6.
Schema validation error: Schema with
targetNamespace='http://icm.alu.com/soap/LogonService' has invalid syntax.
Type 'http://icm.alu.com/data/logon:LogonResultData' is not declared. Line
28, position 6.
Schema validation error: Schema with
targetNamespace='http://icm.alu.com/soap/LogonService' has invalid syntax.
Type 'http://icm.alu.com/data/logon:SessionRefreshResultData' is not
declared. Line 62, position 6.
Schema validation error: Schema with
targetNamespace='http://icm.alu.com/soap/LogonService' has invalid syntax.
Type 'http://icm.alu.com/data/misc:InitialUserData' is not declared. Line
101, position 6.

The command is:
wsdl.exe /language:cs /o:D:\Temp\Wsdl-cs\PCMSoap.cs /sharetypes
/protocol:SOAP /namespace:PCMSoap ^
 file://D:\Temp\soap\wsdl\adjunct.xsd ^
 file://D:\Temp\soap\wsdl\AdjunctFeatureServiceTypes.xsd ^
 ... bunch more xsd files ---
 file://D:\Temp\soap\wsdl\toddow.xsd ^
 file://D:\Temp\soap\wsdl\tp.xsd  ^
 file://D:\Temp\soap\wsdl\LogonService.wsdl ^
 ... other wsdl files ...
 file://D:\Temp\soap\wsdl\MessagingService.wsdl ^
 file://D:\Temp\soap\wsdl\PseudoService.wsdl > d:\Temp\zmsg.txt

 If I take off the /sharetypes parameter, the command runs with no errors.
 However, it does not define all the classes it needs.  In particular, it
leaves
 out the login/logoff class which is basic to getting anything to work.

 Is there something I can change to get a clean run and generate
 the required classes or can I ignore the messages?

--
Robert E. Styma
Principal Engineer (DMTS)
Alcatel-Lucent, Phoenix


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »