[ 
https://issues.apache.org/jira/browse/AXIS2-4687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860322#action_12860322
 ] 

Lahiru Gunathilake commented on AXIS2-4687:
-------------------------------------------

I had a small issue with committing since I lost my committing rights after 
becoming a LTP, so I resolved the issue without committing, now the fix is 
there in the trunk, can you please take an svn up and see, whether you issue is 
fixed, so that I can resolve the issue.

Lahiru

> generated wsdl does not validate due to http binding
> ----------------------------------------------------
>
>                 Key: AXIS2-4687
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4687
>             Project: Axis2
>          Issue Type: Bug
>          Components: codegen, wsdl
>    Affects Versions: 1.5.1, 1.5
>            Reporter: Matthias Gaiser
>            Assignee: Lahiru Gunathilake
>            Priority: Minor
>         Attachments: testws-http.zip
>
>
> I have a simple java test class:
> package testws;
> public class TestService {
>       public String test1() {
>               return "";
>       }
>       
>       public String test2() {
>               return "";
>       }
> }
> I generate a wsdl with java2wsdl and try to validate the wsdl with XMLSpy and 
> it failed. It complained about the mime:content element which references a 
> non-existing part in the defined message.
> After I renamed all the parts in the httpBinding to "parameters" which is 
> Axis' default for the message parts, it validated successfully.
> I will attach the java class, my java2wsdl build script, the original wsdl 
> and the corrected wsdl.

-- 
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