k, so now I get on to the twenty questions about the wsdl and service ->

Is it rpc or doc ?
At runtime - is your configuration file being found (do you have one?)
Do you have xerces in your path - what version?






Clarence Dahlin <[EMAIL PROTECTED]>

30/11/2005 11:25

Please respond to
"Apache AXIS C User List"

To
Apache AXIS C User List <[email protected]>
cc
Subject
Re: Invalid Address error





Axis C 1.5 Final I think, installs in C:\axis\axis-c-1-5-win32


On 11/30/05, John Hawkins <[EMAIL PROTECTED]> wrote:

k, yes - just checking :-)


I didn't ask what version of axis C ?






Clarence Dahlin <[EMAIL PROTECTED] >

30/11/2005 10:06

Please respond to
"Apache AXIS C User List"


To
Apache AXIS C User List <[email protected] >
cc
Subject
Re: Invalid Address error







Axis Java which I believe that I need to use wsdl2ws, right?


On 11/30/05, John Hawkins <
[EMAIL PROTECTED] > wrote:

When you say Axis 1_2 do you mean axis java or axis C?





Clarence Dahlin < [EMAIL PROTECTED]>

30/11/2005 09:42

Please respond to
"Apache AXIS C User List"


To
[email protected]
cc
Subject
Invalid Address error









Hi,

Does anyone know what I could try to fix this error?

HEAP[HelloAxisCpp.exe]: Invalid Address specified to RtlFreeHeap( 00370000, 10080F0C )

I have a simple hello service (document/literal wrapped) running under Tomcat/Axis and I successully generated the cpp stubs with wsdl2ws.

I had to use an older version of axis1_2 though, beta3.

I've added the generated stubs to a visual studio .net project (7.1) and it compiles and links with a couple of warnings, but no errors.

It fails in this generated code:
HelloServicePortTypes::HelloServicePortTypes()
:Stub(" ", APTHTTP1_1)
{
 m_pCall->setEndpointURI("
http://enterprise:8383/axis/services/HelloService") ;
}

kind regards,
Clarence


Reply via email to