| Listing B – Sample client |
Private Sub Command1_Click() Dim o As New MSSOAPLib30.SoapClient30 'initialize the client o.MSSoapInit "Invoice.WSDL", "Invoice", "InvoicePort" 'invoke the remote method MsgBox o.GetInvoiceAmount("1999A") & ""End Sub |
Related links
3
Sanoj Antony - 20/04/05
I use soap to access methods in a com+ environment from java. The webservices are hosted in IIS. Now we have ... more
2
Sanoj Antony - 20/04/05
I use soap to access methods in a com+ environment from java. The webservices are hosted in IIS. Now we have ... more
1
amit malik - 04/05/05
It is a excellent article. But Could you please tell me the solution to the following problem. While calling the method ... more
News and features
- Latest
- Popular
- Features
- Most Discussed
-
Microsoft shows off IE9 previewThis week, highlights from Microsoft's MIX10 conference and more in the Roundup. Read more »
-
In a split decision by the judges, the winner of the W3C/WHATWG video codec consensus is H.264, taking home the future of video playback on the internet while loser Ogg goes home with nothing but thoughts of what might have been. Read more »
-
Google launches Apps MarketplaceGoogle launches and app store, while Mozilla plans to re-write its open-source license. More of this week's news in the Roundup. Read more »
-
Filter protesters brave Vic weather
2010/03/08 13:35:35
-
CNET first look at Google Buzz
2010/02/11 10:42:51
-
Disable Flash on your web browser
2010/02/05 09:35:57
Most popular tags
What's on?
-
Broadband + home phone + PlayStation®3 in a single package price!





1
amit malik - 05/04/05
It is a excellent article. But Could you please tell me the solution to the following problem.
While calling the method of webservice i got an error
"Sending the soap message failed or unrecognizable response was received"
Could you suggest me the solution
Thanks
» Report offensive content
2
Sanoj Antony - 20/04/05
I use soap to access methods in a com+ environment from java. The webservices are hosted in IIS. Now we have a requirement to remove IIS and use apache web server owing to security concerns in the depl. scenario.
My question is can I use a apache web server to contact directly the SOAP engine to deserialize and Serialize the requests and responses? I don't want to use ISAPI_Redirect dll connectors as I want to remove IIS completely from production system.
» Report offensive content
3
Sanoj Antony - 20/04/05
I use soap to access methods in a com+ environment from java. The webservices are hosted in IIS. Now we have a requirement to remove IIS and use apache web server owing to security concerns in the depl. scenario.
My question is can I use a apache web server to contact directly the SOAP engine to deserialize and Serialize the requests and responses? I don't want to use ISAPI_Redirect dll connectors as I want to remove IIS completely from production system.
» Report offensive content