I tried changing getComposedRequestElement to getComposedRequestElementX. Same problem.
-S
Somthing other than "getComposedRequestElement"? How could that be a problem?
-S
-----Original Message-----
From: michael ramati [mailto:ramatim_at_cs.bgu.ac.il]
Sent: Monday, March 22, 2004 12:42 PM
To: users_at_jax-rpc.dev.java.net
Subject: RE: RE: invalid entity name exception with wscompile
Try a different name maybe?
-----Original Message-----
From: Steve Pruitt [mailto:SPruitt_at_exstream.com]
Sent: Monday, March 22, 2004 7:29 PM
To: users_at_jax-rpc.dev.java.net
Subject: RE: RE: invalid entity name exception with wscompile
Here is the full wsdl.
-S
Are you not missing the types/schema elements under the definitions
element?
-----Original Message-----
From: Steve Pruitt [mailto:SPruitt_at_exstream.com]
Sent: Monday, March 22, 2004 5:39 PM
To: users_at_jax-rpc.dev.java.net
Subject: invalid entity name exception with wscompile
I am getting an wscompile exception
error: modeler error: invalid entity name: "getComposedRequestElement"
(in namespace: "urn
:exstream-services")
The schema is valid, or at least my wsdl editor doesn't complain. Not
sure what wscompile needs.
<definitions xmlns="
http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xs="
http://www.w3.org/2001/XMLSchema"
xmlns:soapenc="
http://schemas.xmlsoap.org/soap/encoding/"
xmlns:mime="
http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:exst="urn:exstream-services"
targetNamespace="urn:exstream-services">
<xs:element name="getComposedRequestElement"
type="exst:ComposedReportRequestType"/>
<xs:complexType name="ComposedReportRequestType">
<xs:sequence>
<xs:element name="exstream">
<xs:complexType>
<xs:sequence>
<xs:element name="pub" type="xs:string" maxOccurs="1"
minOccurs="1"/>
<xs:sequence>
<xs:any namespace="##local" processContents="skip"
maxOccurs="unbounded" minOccurs="0"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Here is the message definition...
<message name="getComposedRequest">
<part name="Document" element="exst:getComposedRequestElement"/>
</message>
Thanks for any help.
-Steve Pruitt
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net