Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Publish schema as webservice issue › Publish schema as webservice issue
Thanks again for your reply. I still doesn’t work however. I hope you can spend some more minutes helping me out.
The solution you mentioned in your reply resembles my scenario 1, which is working fine.
Scenario 2 however, which is still not working, is about request response.
So a client sends a message to the webservice and waits for a response from that same webservice. In order to do this you have both configure a incoming (request) and outgoing (response) message schema in the webservice publishing wizard. The wizard than creates a two way receive port which is also used to send back the result to the client.
The wizard works fine and nicely creates a two way receive port.
When I test this I still encounter the problem.
This is what I did exactly for scenario 2:
– Create a simple xsd.
– Deploy an assembly with this xsd to biztalk.
– Use webservice wizard to publish the schema as a webservice.
In the wizard set the xsd for both the request and response.
Let the wizard create the receive location.
– Call the webservice using a simple C# client app.
Thanks a lot,
R vS