Thanks for the quick answer. But as far as I know calling a WebService via
ASP (with MSXML 2.0) shouldn't be a problem, or am I wrong?

Some sample code:

set soapclient = CreateObject("MSSOAP.SoapClient")
soapclient.mssoapinit
"http://localhost:8080/Test/wsdl/generatePDF-service.wsdl";,
"generatePDFService", "generatePDFPort"
soapclient.Publish("file1.xml","file2.xsl")


Thanks, Tobi


-----Urspr�ngliche Nachricht-----
Von: Doemges Florian ICM CD OI KLF EXT
[mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 1. Oktober 2002 13:13
An: '[EMAIL PROTECTED]'
Betreff: AW: Interop WebService Example?


You can try to use msxml to connect to the webservice, but that means, that
you have to code the service access manually without any library support.

Perhaps you should try ASP.net.

Florian D�mges

-----Urspr�ngliche Nachricht-----
Von: Tobias M�ller [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 1. Oktober 2002 13:00
An: Soap
Betreff: Interop WebService Example?


Hi!

I'm currently trying to program a WebService which should interop between a
Apache Tomcat 4.1.2/Soap 2.3.1 WebService and a ASP-Page(vbscript) client.
The problem is that I can't access the WebService via HighLevel vbscript
API. The Java WebService is running and correct, connecting with a java
client is no problem. I searched the web a lot, but didn't find an example
of this configuration. Maybe someone has face similar problems and can give
me a hint.

Thanks a lot in advance,

Tobi


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to