I have a document/literal wrapped service running under Tomcat/Axis.
However I seem to have missed xerces in my path. Would that be the AxisXMLParserXerces.dll then?
I only had xerces.jar in my classpath, which I suppose won't do much of a difference in this particular situation :-)
I had these two in my path though: C:\axis\axis-c-1-5-win32\bin\HTTPChannel.dll; C:\axis\axis-c-1-5-win32\bin\HTTPTransport.dll
This is my axiscpp.conf:
LogPath:C:\Program Files\Apache Group\Apache\Axis\logs\AxisLog.txt
WSDDFilePath:C:\Program Files\Apache Group\Apache\Axis\conf\server.wsdd
XMLParser:AxisXMLParser.dll
Transport_http:HTTPTransport.dll
Channel_HTTP:HTTPChannel.dll
Channel_HTTP_SSL:HTTPSSLChannel.dll
I renamed the AxisXMLParserXerces.dll to AxisXMLParser.dll
Is it enough to have these dll:s in the path or do I have to point them out through Visual Studio as well?
Thank you very much for your help by the way. Appreciate it very much since I have all kinds of problems, trying to get these things to work out of my element. I'm a Java Developer.
On 11/30/05, John Hawkins <[EMAIL PROTECTED]> wrote:
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"
ToApache AXIS C User List <[email protected] > cc
SubjectRe: 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"
ToApache AXIS C User List <[email protected] > cc
SubjectRe: 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
SubjectInvalid 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
