Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Having problem accessing a Webservice from Lotus Notes

Status
Not open for further replies.

Som76

Programmer
Jun 25, 2003
50
IN
There is this very simple webservice, which takes an array
as an argument. this service has to be consumed by domino.
i tried with soapconnect (i found an example while
searching on net)

Endpoint=" Dim MyWS As New SOAPClient(Endpoint)
till here it goes well.
the problem occurs in the following line
MYws.invoke(namespace, method, arguments)

my webservice uses the default namespace. so i am not sure
what to give here as a parameter. I tried different
combinations like etc.but every time it gives the error
"Soap client: server could not recognize HTTPHEADER.SOAPACTION"

i even tried by changing the default name space. but still
the error occurs.

Please anybody can help.

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top