|
Home > Archive > BizTalk Server Orchestration > July 2005 > SOAP and orchestration
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SOAP and orchestration
|
|
| Shagun 2005-07-20, 2:48 am |
| Hi All,
I added a web refernce of a web service (web service is working fine as I am
using this in other .Net project ). I named the reference as 'localhost'
In solution explorer, when expanded WebReferences -> localhost ->
Reference.map , I could not find Refernce .xsd.
But I could see this with other webservice.
Please let me know what could be the possible reason behind it
| |
| andrew 2005-07-27, 7:50 am |
| Hi Shagun,
This file will only show up if you're using complex types in your WS, if
you're using simple types there is no need for BTS to create a schema.
"Shagun" wrote:
> In solution explorer, when expanded WebReferences -> localhost ->
> Reference.map , I could not find Refernce .xsd.
| |
| Shagun 2005-07-28, 7:49 am |
| Hi Andrew ,
Please explain me more about Complex types and simple types
"andrew" wrote:
[vbcol=seagreen]
> Hi Shagun,
>
> This file will only show up if you're using complex types in your WS, if
> you're using simple types there is no need for BTS to create a schema.
>
> "Shagun" wrote:
>
| |
| andrew 2005-07-28, 7:49 am |
| Think of complex types as classes, for example:
<MyClass>
<Name>My name is...</Name>
</MyClass>
In the example above the element MyClass is a complex type, but the element
Name is a simple type (string).
Did that help you?
"Shagun" wrote:
> Please explain me more about Complex types and simple types
|
|
|
|
|