Try removing ?wsdl from SOAPClient.mssoapinit If you call with ?wsdl, Axis returns the WSDL file for the Web Service
Jos� de Jes�s Ruiz Gonzalez Departamento de Sistemas M�xico Asistencia S.A. de C.V. Sistema Internacional de Asistencia Mapfre * mailto:[EMAIL PROTECTED] *(52) 55 + 54801298 *Fax(52) 55 + 56112011 <http://www.mexicoasistencia.com/> -----Mensaje original----- De: Mark Breitner [mailto:[EMAIL PROTECTED] Enviado el: Martes, 12 de Abril de 2005 10:30 a.m. Para: [email protected] Asunto: Beginner question : no soap action header ... 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
