| Joe Klug [MSFT] 2004-04-30, 2:36 am |
| The only supported method of calling web services with BizTalk Server 2004
is through web ports in an orchestration. The web ports contain the web
method name and the location of the web service proxy used for making the
web service call.
I hope this helps,
Joe [MSFT]
--------------------
[vbcol=seagreen]
Service using SOAP.
Send Port configuration
Transport Type: SOAP
Address (URI): http://localhost/myWebService/WebService.asmx
I can't figure out how to specify which method to call on the web service.
I had expected either a SOAP action field in the dialog box or that I could
add a parameter to the URI (E.g.
http://localhost/myWebService/WebSe...asmx?op=aMethod ).
Any idea how to configure this?
Thanks,
Morten[vbcol=seagreen]
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
|