returned:
Method 'MSSoapInit' in COM object of class 'MSSOAP.SoapClient'
returned error code 0x80020009 (DISP_E_EXCEPTION) which means:
WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057 -
WSDLReader:XML Parser failed at linenumber 62, lineposition 19,
reason is: End tag 'span' does not match the start tag 'br'.
HRESULT=0x1.
This is the code I'm using:
str 3 user= 'GBS';
COM soapClient = new COM("MSSOAP.SoapClient");
WebService w = new WebService
("http://crux.bccr.fi.cr/bccr/TipoCambio.asmx");
print w.getTipoCambioVenta(user);
pause;
What am I doing wrong??
Does Axapta don't support .asmx Web Services??
I hope anybody has a solution to this...
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

