02-24-05 10:51 PM
Matt, thanks for steering me in the correct direction.
I had 2 places which I had to do this, your suggestion was correct for the
first.
I simply promoted a property from the incoming xml document which served as
the string message to be passed to the web service
SimpleTypeWebService.stringMessage = original.promotedField;
My second problem was to create a new xml document using the string response
from the webserver:
To solve this I created a variable in the "orchestration view" set it = to a
new xml document.
From there I did and XML.LOAD("<xml data here"> ) to create the structure of
the document and then grabbed the response from the webservice and populated
it from there.
Thanks for the help.
"Matt Milner" <matt.milner@m3technologypartners dot com> wrote in message
news:erX0H4hGFHA.2384@TK2MSFTNGP10.phx.gbl...
> Your hello world service does not have a complex type for a parameter so
> you do not get a schema. If you want to call the web service with simple
> types, use the construct message shape with the message assignment shape.
> In the message assignment shape, you can set the simple type parameters
> using dot notation.
>
> mywebservicemessage.hellostring = "my hello message";
>
> Matt
>
>
> "BA" <biztalk.architect@gmail.com> wrote in message
> news:1109192413. 70314d7fb6a26901a2ed9568939c9149@teranew
s...
%3DN%26tab%3Dwg%26&_doneTitle=Back+to+Search&&d#db0ea2285d718fd6[vbcol=seagreen]
>
>
[ Post a follow-up to this message ]
|