|
Home > Archive > BizTalk Server Orchestration > February 2005 > Can I edit what BTS2K4 webservice publishing wizard creates?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Can I edit what BTS2K4 webservice publishing wizard creates?
|
|
| ERP_CodeWarrior 2005-02-17, 2:46 am |
| I'm using BizTalk Server 2004 to create a simple orchestration (to
receive a short integer and write it to a file) and am trying to
publish the orchestration as a web service, with the ultimate intent
of calling the web service and submitting the integer. That's all I
want it to do.
Whenever I use the BizTalk Web Service publishing wizard to deploy the
orchestration as a web service, it inserts an unnecessary (and
troublesome) method that the users of the web service can't assign a
type. All I want is for the web service to be accept the integer from
a SOAP envelope and write it to a file. Is there a way to limit what
the publishing wizard is doing, or to edit the result the wizard
produces?
| |
| Matt Milner 2005-02-18, 2:47 am |
| The result the wizard produces is just an ASP.Net web service so yes you can
edit it. However, keep in mind that much of what the wizard creates,
BizTalk needs to submit your message. The other thing to keep in mind is
that if it is publishing something, it is probably because you have told it
to or it is doing it based on how you have setup your orchestration. So, if
you don't want it published you can remove it from the port. Otherwise, you
can easily remove methods from the web service once it gets generated.
Matt
"ERP_CodeWarrior" <ERP_CodeWarrior@att-dot-net.no-spam.invalid> wrote in
message news:WZSdnTk5bqYE24nfRVn_vg@giganews.com...
> I'm using BizTalk Server 2004 to create a simple orchestration (to
> receive a short integer and write it to a file) and am trying to
> publish the orchestration as a web service, with the ultimate intent
> of calling the web service and submitting the integer. That's all I
> want it to do.
>
> Whenever I use the BizTalk Web Service publishing wizard to deploy the
> orchestration as a web service, it inserts an unnecessary (and
> troublesome) method that the users of the web service can't assign a
> type. All I want is for the web service to be accept the integer from
> a SOAP envelope and write it to a file. Is there a way to limit what
> the publishing wizard is doing, or to edit the result the wizard
> produces?
>
|
|
|
|
|