Hello!
I am trying to use axis-c c++ client with JAX-WS web service.
Call reaches its destination without any problems.
But then I have a response from the web service:

<?xml version="1.0" ?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/";><S:Body><ns2:changeIssueResponse xmlns:ns2="http://cardlibrary.webservices.integration.css.mycompany.com"; xmlns:ns3="http://common.webservices.integration.css.mycompany.com"/></S:Body></S:Envelope>

which causes xerces_2_2::RuntimeException with following details:
xercesc_2_2::XMLException    {
   fCode=Scan_BadPScanToken
fSrcFile= "c:\xml4c_root\xerces-c-src2_2_0\src\xercesc\internal\IGXMLScanner.cpp"
   fSrcLine=294
   fMsg="The call to scanNext() is illegal at this time" }

That`s it. I was calling a simple operation using axis-generated C++ stubs.

May be anybody had an experience in connecting axis-c and jax-ws?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to