Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (29)
  • Antoine (26)
  • danielandross (17)
  • venkaiah.k (16)
  • shao (14)
  • sirswendu.ganapati (13)
  • eva.das (13)
  • metabyte (12)
  • milos.vacek (7)
  • cristiano.quintao (7)

All time

  • Antoine (1492)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (383)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
using XSD types defined in a WSDL for messages (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: using XSD types defined in a WSDL for messages
#16467
jpangburn (User)
Fresh Boarder
User Offline Click here to see the profile of this user
using XSD types defined in a WSDL for messages 2 Months, 3 Weeks ago Karma: 0  
I've imported a WSDL into my project in order to invoke its services. It would be convenient to use one or two of the XSD types defined in the WSDL like this:
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://ws.bridge.ohf.eclipse.org">
<import namespace="http://xml.apache.org/xml-soap"></import>
<import namespace="http://type.bridge.ohf.eclipse.org"></import>
<import namespace="http://localhost:30300/bridge/services/ohf-bridge-wrapped"></import>
<element name="QueryDocumentsByPatientId">
<complexType>
<sequence>
<element name="sessionContext" type="tns2:sessionContext"></element>
<element name="patientId" type="tns2:patientIdType"></element>
<element name="queryPreferences" type="tns2:documentQueryPreferencesType"></element>
</sequence>
</complexType>
</element>
...

I would like to use these XSD types to define the type of a message into my process, and while the designer does ask me if I want to "set schema element as the type...", it doesn't actually work. The type association does not complete for some reason.

Can this be done with a type defined in a WSDL like this? Or does it have to be in a separate XSD file?

thanks,
Jesse
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop