[ 
http://issues.apache.org/jira/browse/AXISCPP-946?page=comments#action_12370513 
] 

Antoine Galataud commented on AXISCPP-946:
------------------------------------------

Yes ! The only way I found to resolve client invocation problem is to set 
apache bind port under 32000. Then, it worked great ! It's not an admin setting 
of my server, cause I can open a socket to any port with any other client than 
my webservice client.



> client axis engine invoke throws exception
> ------------------------------------------
>
>          Key: AXISCPP-946
>          URL: http://issues.apache.org/jira/browse/AXISCPP-946
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Engine
>     Versions: 1.5 Final
>  Environment: Solaris 8
>     Reporter: Antoine Galataud

>
> I found a problem in 1.5 final release with 
> ClientAxisEngine::invoke(MessageData* pMsg) in ClientAxisEngine.cpp
> I compiled axis c++ with apache 1.3 support and xerces 2.5.0. I can deploy 
> the library modaxis_cpp, even if i can't verify that the web service is 
> correctly deployed without calling it with a client. I so generated client 
> stub and server skeleton, compiled, ant tried to run it.
> It results in SIGABRT, at this point : m_pSZ->markEndOfStream(); in the 
> ClientAxisEngin.cpp, so when the client begin the call.
> markEndOfStream() seems to call virtual flushOutput(), but i can't see what 
> is the problem there.
> I tried with xerces 2.2.0 as described, but it changed nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to