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
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