Re: [axis2] Multiref client request to axis2 service

2009-02-15 Thread Ashwini Chavan
Any ideas on how multi ref soap envelope could be parsed on server side?


Amila Suriarachchi wrote:
>
>
> On Tue, Feb 10, 2009 at 11:50 AM, Ashwini Chavan  <mailto:acha...@vertex.co.in>> wrote:
>
> I am still stuck on this. Can someone help me? Does axis2 support
> multi-ref soap request?
>
>
> it does not support this. and soap encoding.
>
> thanks,
> Amila.
>
>
>
> The information contained in this electronic message and any
> attachments to this message are intended for the exclusive use of
> the addressee(s) and may contain proprietary, confidential or
> privileged information. If you are not the intended recipient, you
> should not disseminate, distribute or copy this e-mail. Please
> notify the sender immediately and destroy the original message all
> copies of this message and any attachments.
> WARNING: Computer viruses can be transmitted via email. The
> recipient should check this email and any attachments for the
> presence of viruses. The company accepts no liability for any
> damage caused by any virus transmitted by this email.
>
> Please do not print this email unless it is absolutely necessary.
>
> -- Forwarded message --
> From: Ashwini Chavan  <mailto:acha...@vertex.co.in>>
> To: axis-...@ws.apache.org <mailto:axis-...@ws.apache.org>
> Date: Fri, 06 Feb 2009 11:17:39 +0530
> Subject: [axis2] Multiref client request to axis2 service
> I am newbie to webservice. My axis2 webservice is generated using
> wsdl2java tool with XMLBeans data binding extension. Webservice client
> is sending multiref soap envelope in the request. My WSDL is
> document/encoded.
> I have attached my WSDL file and the client request soap envelope
> that I
> receive.
> I am receiving the values of input parameters as null in the service.
> Can someone help me to find out why? Do I need to do any more changes?
> please help
>
> Also, in the web service response, content-length is not getting
> set. My
> web service is deployed on tomcat. I also tested this with the
> standalone axis2 server.
> My client request is using HTTP/1.0 protocol and hence
> tranfer-encoding
> chunked is disabled.
>
> Any response should be of great help.
>
> Thanks and regards,
>
> 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
>xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>
>  
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>xmlns:ns1="http://www.example.org/test/";>
>
>
>  
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>xsi:type="ns2:data"
>  
>  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
>xmlns:ns2="http://www.example.org/test/";>
> xsi:type="xsd:string">100.100.100.100
>
>
>  
>  soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>xsi:type="ns3:statusCode"
>xmlns:ns3="http://www.example.org/test/";
>  
>  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
>1
>
>
> 
>
>
>
>
> -- 
> Amila Suriarachchi
> WSO2 Inc.
> blog: http://amilachinthaka.blogspot.com/

-- 

*Ashwini Chavan : Cell 9890573363*
Technical Leader
Vertex Software Pvt. Ltd.
(An NTT DATA Company)
"Creating Value"
E-mail: acha...@vertex.co.in
Website: www.vertexsoft.com Server Space, 5th & 6th Floor,
AG Technology Park, Off ITI Road,
Aundh, Pune - 411 007,
Maharashtra, India
Phone: +91-20-66041500 X 718
Fax: +91-20-66041621.


The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy the original message all 
copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

Please do not print this email unless it is absolutely necessary.

Re: [axis2] Multiref client request to axis2 service

2009-02-10 Thread Amila Suriarachchi
On Tue, Feb 10, 2009 at 11:50 AM, Ashwini Chavan wrote:

> I am still stuck on this. Can someone help me? Does axis2 support
> multi-ref soap request?


it does not support this. and soap encoding.

thanks,
Amila.

>
>
> The information contained in this electronic message and any attachments to
> this message are intended for the exclusive use of the addressee(s) and may
> contain proprietary, confidential or privileged information. If you are not
> the intended recipient, you should not disseminate, distribute or copy this
> e-mail. Please notify the sender immediately and destroy the original
> message all copies of this message and any attachments.
> WARNING: Computer viruses can be transmitted via email. The recipient
> should check this email and any attachments for the presence of viruses. The
> company accepts no liability for any damage caused by any virus transmitted
> by this email.
>
> Please do not print this email unless it is absolutely necessary.
>
> -- Forwarded message --
> From: Ashwini Chavan 
> To: axis-...@ws.apache.org
> Date: Fri, 06 Feb 2009 11:17:39 +0530
> Subject: [axis2] Multiref client request to axis2 service
> I am newbie to webservice. My axis2 webservice is generated using
> wsdl2java tool with XMLBeans data binding extension. Webservice client
> is sending multiref soap envelope in the request. My WSDL is
> document/encoded.
> I have attached my WSDL file and the client request soap envelope that I
> receive.
> I am receiving the values of input parameters as null in the service.
> Can someone help me to find out why? Do I need to do any more changes?
> please help
>
> Also, in the web service response, content-length is not getting set. My
> web service is deployed on tomcat. I also tested this with the
> standalone axis2 server.
> My client request is using HTTP/1.0 protocol and hence tranfer-encoding
> chunked is disabled.
>
> Any response should be of great help.
>
> Thanks and regards,
>
> 
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
>xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>
>soapenv:encodingStyle="
> http://schemas.xmlsoap.org/soap/encoding/";
>xmlns:ns1="http://www.example.org/test/";>
>
>
>soapenv:encodingStyle="
> http://schemas.xmlsoap.org/soap/encoding/";
>xsi:type="ns2:data"
>xmlns:soapenc="
> http://schemas.xmlsoap.org/soap/encoding/";
>xmlns:ns2="http://www.example.org/test/";>
>100.100.100.100
>
>
>soapenv:encodingStyle="
> http://schemas.xmlsoap.org/soap/encoding/";
>xsi:type="ns3:statusCode"
>xmlns:ns3="http://www.example.org/test/";
>xmlns:soapenc="
> http://schemas.xmlsoap.org/soap/encoding/";>
>1
>
>
> 
>
>


-- 
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/


[axis2] Multiref client request to axis2 service

2009-02-09 Thread Ashwini Chavan
I am still stuck on this. Can someone help me? Does axis2 support 
multi-ref soap request?

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy the original message all 
copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

Please do not print this email unless it is absolutely necessary.--- Begin Message ---
I am newbie to webservice. My axis2 webservice is generated using
wsdl2java tool with XMLBeans data binding extension. Webservice client 
is sending multiref soap envelope in the request. My WSDL is 
document/encoded.
I have attached my WSDL file and the client request soap envelope that I 
receive.
I am receiving the values of input parameters as null in the service.
Can someone help me to find out why? Do I need to do any more changes? 
please help

Also, in the web service response, content-length is not getting set. My 
web service is deployed on tomcat. I also tested this with the 
standalone axis2 server.
My client request is using HTTP/1.0 protocol and hence tranfer-encoding 
chunked is disabled.

Any response should be of great help.

Thanks and regards,

http://www.example.org/test/"; xmlns:tns="http://www.example.org/test/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  
http://www.example.org/test/";>
			

	
		
			

	
	
	

			
		
	

			
		
  
  


  
  

  


  
  
http://schemas.xmlsoap.org/soap/http"/>

  http://www.example.org/test/getIPAddress"; style="document"/>
  
http://schemas.xmlsoap.org/soap/encoding/"/>
  
  
http://schemas.xmlsoap.org/soap/encoding/"/>
  

  
  

  http://www.example.org/"/>

  


http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns1="http://www.example.org/test/";>


http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns2:data"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns2="http://www.example.org/test/";>
100.100.100.100


http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns3:statusCode"
xmlns:ns3="http://www.example.org/test/";

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
1



--- End Message ---


[axis2] Multiref client request to axis2 service

2009-02-06 Thread Ashwini Chavan
I am sorry I posted my question to the wrong group.
My axis2 webservice is generated using
wsdl2java tool with XMLBeans data binding extension. Webservice client 
is sending multiref soap envelope in the request. My WSDL is 
document/encoded.
I have attached my WSDL file and the client request soap envelope that I 
receive.
I am receiving the values of input parameters as null in the service.
Can someone help me to find out why? Do I need to do any more changes? 
please help

Also, in the web service response, content-length is not getting set. My 
web service is deployed on tomcat. I also tested this with the 
standalone axis2 server.
My client request is using HTTP/1.0 protocol and hence tranfer-encoding 
chunked is disabled.

Any response should be of great help.

Thanks and regards,



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy the original message all 
copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

Please do not print this email unless it is absolutely necessary.
http://www.example.org/test/"; xmlns:tns="http://www.example.org/test/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";>
  
http://www.example.org/test/";>
			

	
		
			

	
	
	

			
		
	

			
		
  
  


  
  

  


  
  
http://schemas.xmlsoap.org/soap/http"/>

  http://www.example.org/test/getIPAddress"; style="document"/>
  
http://schemas.xmlsoap.org/soap/encoding/"/>
  
  
http://schemas.xmlsoap.org/soap/encoding/"/>
  

  
  

  http://www.example.org/"/>

  


http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns1="http://www.example.org/test/";>


http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns2:data"

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:ns2="http://www.example.org/test/";>
100.100.100.100


http://schemas.xmlsoap.org/soap/encoding/";
xsi:type="ns3:statusCode"
xmlns:ns3="http://www.example.org/test/";

xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";>
1





Multiref client request to axis2 service

2009-02-05 Thread ashley_in

I am newbie to webservice. My axis2 webservice is generated using wsdl2java
tool with XMLBeans data binding extension. Webservice client is sending
multiref soap envelope in the request. My WSDL is document/encoded.
I am receiving the values of input parameters as null in the service. Can
someone help me to find out why? Do I need to change anything else in my
service? please help
-- 
View this message in context: 
http://www.nabble.com/Multiref-client-request-to-axis2-service-tp21850304p21850304.html
Sent from the Axis - User mailing list archive at Nabble.com.