Home All Groups Group Topic Archive Search About
Author
28 Feb 2006 4:51 PM
cj
Simple Object Access Protocol is new to me.  Can anyone point me to a
simple soap example?  I found something on MS site but they don't tell
me what namespace to include for dim SOAPClient = New SOAPClient to work
for example.

Author
28 Feb 2006 6:48 PM
Cor Ligthert [MVP]
cj,

Do you real need Soap or do you need to make a webservice?

Which is much easier to create with Visual Studio Net than doing everything
yourself.

By the way, I thought that you said that you would go to bath on wensday not
on tuesday.

Cor
Author
28 Feb 2006 7:34 PM
cj
I think I need soap.  I need to pass an xml file/string to a Validation
Over Internet (VOI) server.  The documentation they gave me says, "Using
an XML-based application with SOAP technology, you can process
transactions from any computer running a client application with
Internet access.  To use our service, you must create your own
client-side application to interface with our VOI server.  YOu may write
your client applications in languages such as Java, Visual Basic, Perl,
C/C++, and the like.  The client application must submit requests using
HTTPS."

I don't know what a webservice is but SOAP and webservices seem
connected in the info I've found searching the Internet.  I'd guess SOAP
is required, but I'd like to hear your input.

The folks I'm connecting to are not really into Microsoft development
environments.  They work in Java and non-MS C++ on Linux I think.  I can
kinda read C++ but given I'm still new to all this I'm easily confused.

I kinda figured my bath tomorrow at 11:00 will be much more enjoyable if
I have some SOAP with me at that time.  :)


Cor Ligthert [MVP] wrote:
Show quoteHide quote
> cj,
>
> Do you real need Soap or do you need to make a webservice?
>
> Which is much easier to create with Visual Studio Net than doing everything
> yourself.
>
> By the way, I thought that you said that you would go to bath on wensday not
> on tuesday.
>
> Cor
>
>
Author
28 Feb 2006 8:05 PM
Cor Ligthert [MVP]
CJ,

It would be clever if I would help you with SOAP.
The last time I have looked at it was more than 3 years ago.

I would try it in the newsgroup

Microsoft.public.dotnet.languages.framework.webservices.

If you crosspost it to this one (one message to more newsgroup) we can see
what happens than

Cor
Author
28 Feb 2006 8:17 PM
cj
Cross posting sounds great but how would I do that?  I don't mean to
sound stupid but...  I'm picking up and sending these messages with
Thunderbird's news reader.

Cor Ligthert [MVP] wrote:
Show quoteHide quote
> CJ,
>
> It would be clever if I would help you with SOAP.
> The last time I have looked at it was more than 3 years ago.
>
> I would try it in the newsgroup
>
> Microsoft.public.dotnet.languages.framework.webservices.
>
> If you crosspost it to this one (one message to more newsgroup) we can see
> what happens than
>
> Cor
>
>
Author
28 Feb 2006 8:40 PM
cj
I just looked and don't see
Microsoft.public.dotnet.languages.framework.webservices

I see
Microsoft.public.dotnet.framework.webservices.enhancements
&
Microsoft.public.dotnet.languages  but no framework under it.


Cor Ligthert [MVP] wrote:
Show quoteHide quote
> CJ,
>
> It would be clever if I would help you with SOAP.
> The last time I have looked at it was more than 3 years ago.
>
> I would try it in the newsgroup
>
> Microsoft.public.dotnet.languages.framework.webservices.
>
> If you crosspost it to this one (one message to more newsgroup) we can see
> what happens than
>
> Cor
>
>
Author
1 Mar 2006 2:21 AM
Luke Zhang [MSFT]
Hello,

Microsoft.public.dotnet.framework.webservices is the right place for a SOAP
or web service problem.

I am not sure the Validation Over Internet (VOI) server is a web service
server and what XML data it required. You may need to consult them for
details before you make the final solution. With VS.NET, we can easily
create a web service client which consume a remote web service. So your
question may be, is the functions on VOI public as a web service, and can I
consume them in a VS.NET application.

Hope this help,

Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Author
1 Mar 2006 6:51 AM
Cor Ligthert [MVP]
cj,

Try this link

news://msnews.microsoft.com/microsoft.public.dotnet.framework.webservices

I hope this helps,

Cor

Show quoteHide quote
"cj" <cj@nospam.nospam> schreef in bericht
news:eNKH7dKPGHA.1312@TK2MSFTNGP09.phx.gbl...
>I just looked and don't see
>Microsoft.public.dotnet.languages.framework.webservices
>
> I see
> Microsoft.public.dotnet.framework.webservices.enhancements
> &
> Microsoft.public.dotnet.languages  but no framework under it.
>
>
> Cor Ligthert [MVP] wrote:
>> CJ,
>>
>> It would be clever if I would help you with SOAP.
>> The last time I have looked at it was more than 3 years ago.
>>
>> I would try it in the newsgroup
>>
>> Microsoft.public.dotnet.languages.framework.webservices.
>>
>> If you crosspost it to this one (one message to more newsgroup) we can
>> see what happens than
>>
>> Cor