xml - Namespace issue calling Axis2 web service from Flex4 with client generated by Flex Builder introspection -


i have java-based web service built axis2. wsdl generated eclipse 3.6 wizard.

i have flex 4 client built using introspection via wsdl in flash builder 4.

for calls method takes 'simple' type string or int, seems ok, calls parameter (on java side) , omelement, ie xml data, i'm setting following runtime error on service:

org.apache.axis2.engine.axisengine  - namespace mismatch require http://server.rsc.geo.othermaps.com found none 

http://server.rsc.geo.othermaps.com indeed target namespace declared in wsdl.

the same workflow (use autogenerated client built web service introspection) worked fine against same service in flex 3, i'm not sure start hunting. need manually add namespace xml data i'm submitting?

d

if xml that's coming doesn't have namespace declaration @ top, add it.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -