| Greg Forsythe 2004-11-15, 5:49 pm |
|
The Web Service is using simple types the Transform will only accept
XmlDocuments.
To call the GetChapters(book as Int32) method do the following:
1. Add web reference
2. Add a message to your orchestration called MyGetChapterRequest
3. Set message type -> Web Message Types->
"<yourprojectname>.com.francisshanahan.www1.TheHolyBible_.GetChapters_reques
t"
4. In a message assignment shape
MyGetChapterRequest.book = <MyInt>;
5 Send getChaptersRequest message to your SOAP port.
Greg
"Francis Shanahan" <Francis Shanahan@discussions.microsoft.com> wrote in
message news:959BA6BF-9A10-4F92-85EC-7B0B81008736@microsoft.com...
> Thanks for the reply. I'd given up on this newsgroup. I'd concluded I need
a
> schema of some sort but I've no idea how to go about creating this. Do I
need
> to include the SOAP envelope in there? Or do I just add the parameters of
the
> WebMethod? I'm still playing with it but it's on my "back-burner" until I
get[vbcol=seagreen]
> more information.
>
> -fs
>
> "mjhs" wrote:
>
Having[vbcol=seagreen]
had to[vbcol=seagreen]
|