java.lang.RuntimeException: Can not serialize OM Element Envelope
-----------------------------------------------------------------

                 Key: AXIS2-2302
                 URL: https://issues.apache.org/jira/browse/AXIS2-2302
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.1.1
         Environment: Linux Fedora fc5, tomcat 6.0.7, java1.5.0_11, Axis2 1.1.1
            Reporter: Federica Ciotti


Generated stub class from wsdl with xmlbeans, I'm able to call the 
get_authToken method and
I get "Can not serialize OM Element Envelope" exception when the object 
returned by the save_business calling is a not empty object.

I tried to run this method on the server side, calling the skeleton method 
directly and everything is fine...

     [java] Mar 8, 2007 6:10:17 PM org.apache.axis2.deployment.DeploymentEngine 
doDeploy
     [java] INFO: Deploying module : addressing-1.1.1
     [java] Publish client - Client class generated with xmlbeans
     [java] authToken:E3B38370-CD97-11DB-BC6F-D4E858BD4935
     [java] 2.0
     [java] jUDDI.org
     [java] Mar 8, 2007 6:10:18 PM org.apache.axis2.deployment.DeploymentEngine 
doDeploy
     [java] INFO: Deploying module : addressing-1.1.1
     [java] org.apache.axis2.AxisFault: java.lang.RuntimeException: Can not 
serialize OM Element Envelope
     [java]     at 
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:271)
     [java]     at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:202)
     [java]     at 
uddi_org.publication_v2.PublishSoapServiceStub.save_business(PublishSoapServiceStub.java:1836)
     [java]     at 
uddi_org.uddi_client.PublishClient.saveBusiness(PublishClient.java:130)
     [java]     at 
uddi_org.uddi_client.PublishClient.main(PublishClient.java:44)



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to