B
Bert Leu
Hi
I've got two questions to Soap unter VB.Net
1) if one creates a WebService with a method i.g. "MethodX" (with
VB.Net),
the Soap-Response looks like:
<soap:Envelope...>
<MethodXResponse...>
<MethodXResult> ...
Unfortunately, the Client wants the following form: (without the
....Response... row):
<soap:Envelope...>
<MethodXResult> ...
-- does exist an option to supress the ....Result - Row ?
2) Is there a possibility to modify (or create) a Soap-Request? I've seen
SoapExtensions, but this looks *fairly complicated...
Thaks a lot
Bert Leu
I've got two questions to Soap unter VB.Net
1) if one creates a WebService with a method i.g. "MethodX" (with
VB.Net),
the Soap-Response looks like:
<soap:Envelope...>
<MethodXResponse...>
<MethodXResult> ...
Unfortunately, the Client wants the following form: (without the
....Response... row):
<soap:Envelope...>
<MethodXResult> ...
-- does exist an option to supress the ....Result - Row ?
2) Is there a possibility to modify (or create) a Soap-Request? I've seen
SoapExtensions, but this looks *fairly complicated...
Thaks a lot
Bert Leu