HI,

I want to connect via visual basic  script to axis.

everytime I try a little example I get the response :

"no SOAPAction header!".

What does this mean ?

I do nothing but trying to connect to the simple Calculator webservice
example.

Here is my vb code :


"
dim SOAPClient
set SOAPClient = createobject("MSSOAP.SOAPClient")
on error resume next
SOAPClient.mssoapinit("http://localhost:8080/axis/Calculator.jws?wsdl";) 
  if err then
    wscript.echo SOAPClient.faultString
    wscript.echo SOAPClient.detail
  end if
wscript.echo SOAPClient.add("5","6")
  if err then
    wscript.echo SOAPClient.faultString
    wscript.echo SOAPClient.detail
  end if
"


-- 
+++ NEU: GMX DSL_Flatrate! Schon ab 14,99 EUR/Monat! +++

GMX Garantie: Surfen ohne Tempo-Limit! http://www.gmx.net/de/go/dsl

Reply via email to