Re: Mapping results of a web service

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks for the response. I tried adding the transform shape as
suggested, but think I'm still missing something. I have a message
that has a type = to the response schema that was added to the project
when adding the web reference. Following the receive object from this
web service is where I placed the transform shape. The problem is that
the response message does not appear on the transform config window
allowing me to select it as the source schema for the mapping. Am I
missing a step in defining my dataset's schema somewhere? My
orchestration looks like the following:

Receive Shape
(message type set to a schema I created)
|
|
Contruct/Assign Shape
(create the request message for a web service call assigning a
parameter value from the above schema)
|
|
Send Shape (sends request to web service)
|
|
Receive Shape (returns message set to the _response schema created as I
adding the web reference. the web service returns a dataset)
|
|
Contruct/Assign Shape (here is where I try to follow your instructions.
the message i am trying to create is another schema that I have
created in my project. i need to map it to the results coming back
from the web service. Here is where I cannot select the _response
message in my mapping.
|
|
Send Shape (hopefully will send my custom schema with the values from
the web service dataset).

Thanks for any help.


Jan Eliasen wrote:
On 16 Aug 2006 06:19:42 -0700, "Posey" <jason.posey@xxxxxxxx> wrote:

When I go to create a map file, I can not select the web service return
schema. Any suggestions on manipulating this returned dataset?
In your orchestration, you have a message that is of the type returned
by the web service, right?

Then, add a transform shape to the surface, and choose your input
message and output message. Click the "Launch mapper when I click
OK"-checkbox (or whatever it is called...)

That should do it?

--
eliasen, representing himself and not the company he works for.

private email: jan@xxxxxxxxxx

.



Relevant Pages

  • RE: Problem With Message Assignment
    ... Is the response from your web service the exact same schema as the new ... Have you constructed a new instance of NewMsg before you try to assign to it? ...
    (microsoft.public.biztalk.general)
  • Re: Returning XML that conforms to a schema
    ... Mike ... > schema types to WSDL operations and generate service code. ... >> I have a web service method that returns a single value. ... >> schema that defines the request and response messages. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: How does one debug .NET deserialization problems?
    ... > schema; namespaces are right, ... >> something in the response from a web service?? ... but an array of custom objects within the response is null instead of ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Question on Document/Literal SOAP style.
    ... the modified WSDL file which includes my own schema. ... schema into the WSDL generated by "http://localhot/Service1.asmx?wsdl ". ... I don't know how to use the new WSDL for my Web Service. ... >> request and response of the service. ...
    (microsoft.public.dotnet.framework.webservices)
  • RE: Help consuming third part web services
    ... // The web.config defines the target URL for the web service. ... string xResp = x.AuthenticateUser; ... report the response to the caller. ... I don't think I have a Client Proxy such as is created with WSDL.EXE ...
    (microsoft.public.dotnet.framework.webservices)