web service doesn’t have schema,create map or use message assignment?

Home Page Forums BizTalk 2004 – BizTalk 2010 web service doesn’t have schema,create map or use message assignment?

Viewing 1 reply thread
  • Author
    Posts
    • #22498

      Hi,

      i added a web service to my biztalk project, but it has no schema (because of simple types or tree structure maybe).I also created a schema and messagetype based on this schema, changed send/receive components message types to this message type. Now i need to take/send message between send/receive componenets and my web service. i think there are two options:

      -> create a schema for the web service to make mapping. request and response message structures of my web service are different so do i have to create two schema? So i will be able to create map between send component – ws request and receive component -ws response.

      ->add a message assignement to design and write an expression which i don’t know how to and couldn’t find a goog source to learn yet.

       if someone need i can write  schemas (those i already have and i created)

      thanks.

    • #22500

      any idea would be great!

      • #22651

        i solved my problem, started to work with non-primitive types, now i’m using objects as parameter and return type. First i still couldn’t get the schema of the web service (reference.xsd). Then i figured out that i was working with the web services (those i already wrote) on virtual iis (just executing the web service project). That was wrong ofcourse,then i put all my web services (web service project) under iis->default web site by publishing my web service project: project->publish.

         

        now i got all the schemas,hope this help someone ele.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.