mklmlkmklmlk mllkmlkmklmlkm

Greenhorn
+ Follow
since Dec 28, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mklmlkmklmlk mllkmlkmklmlkm

My problem is as following, I use prebuilt Eclipse wizard (Axis 1) to build Web service client from provided WSDL:




everything seems to work, code is built and I compile it, but in the end my soap request looks as following:


and my problem is that I get:

<IssueChangedNotification xmlns="http://soap.rpc.jira.atlassian.com">

instead of

<cc:IssueChangedNotification xmlns:cc="http://soap.rpc.jira.atlassian.com">

How to force Axis to create soap message with cc qualified name? My server does not accept my XML and says it is

  Text:CHARACTER:XML Parsing Errors have occurred
                ParserException

Really appreciate your help!!!
12 years ago