Results 1 to 1 of 1
Thread: Help needed Axis 1.4
- 03-03-2011, 02:11 PM #1
Member
- Join Date
- Mar 2011
- Posts
- 1
- Rep Power
- 0
Help needed Axis 1.4
Hi,
I am using Axis 1.4 to access webservice. My stubs and the skeleton has been generated using WSDL2Java. But when i submit my request to the webservice my namespace to the method parameters is getting overridden with empty namespace. Has anyone faced the same issue. How to over come it. I really appreciate any guidance.
Here is my request:
<soapenv:Envelope 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:Body>
<getProfiles xmlns="http://namespace.test.com/testns">
<subject_type xmlns="">USER_ID</subject_type>
<subject xmlns="">1234567</subject>
<content_selector xmlns="">CONTENT_ID</content_selector>
<content_value xmlns="">34567</content_value>
</getProfiles>
</soapenv:Body>
and my webservice accepts the following request:
<soapenv:Envelope 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:Body>
<getProfiles xmlns="http://namespace.test.com/testns">
<subject_type>USER_ID</subject_type>
<subject>1234567</subject>
<content_selector>CONTENT_ID</content_selector>
<content_value>34567</content_value>
</getProfiles>
</soapenv:Body>
Thanks in advance
Similar Threads
-
No MessageService on Axis server
By MarKco in forum NetworkingReplies: 0Last Post: 02-26-2010, 11:55 AM -
The problem with the axis JFreeChart
By cowboy in forum AWT / SwingReplies: 1Last Post: 11-05-2009, 08:28 PM -
Tomcat 5.5, Axis 1.2
By ushan.unltd.online in forum New To JavaReplies: 2Last Post: 03-17-2009, 06:07 AM -
How to Customize Jfreechart value axis?
By neeraj.singh in forum AWT / SwingReplies: 0Last Post: 02-16-2009, 08:57 AM -
webservices axis..
By kalpana in forum Advanced JavaReplies: 0Last Post: 01-30-2008, 06:06 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks