[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-9782) Web Service client throws WebServiceException

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Wed Sep 28 13:47:26 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631113#comment-12631113 ] 

Brian Fitzpatrick commented on JBIDE-9782:
------------------------------------------

Hi Jaroslav!

I figured it out... The generated WSDL that is created during step 2 isn't the one you want to use when you create the client. The one you actually want is the one that you see in the console when step 2 is deployed.

So in my console I see:
11:41:49,194 INFO  [WSDLFilePublisher] WSDL published to: file:/C:/Runtimes3/soa-p-5.2.0.ER4/jboss-soa-p-5/jboss-as/server/default/data/wsdl/jbide-9782-pt2EAR.ear/jbide-9782-pt2.war/HelloWorldService4792181397039582320.wsdl

That wsdl file works just fine then when I create the client and pass it an argument when I run the client as a java application.

For example I see this:
***********************
Create Web Service Client...
Create Web Service...
Call Web Service Operation...
Server said: Hello George!
***********************
Call Over!

I tried it this morning with both trunk and JBDS 4.1.1 M1 and it works fine in both places. 

Can you give it a shot?

> Web Service client throws WebServiceException
> ---------------------------------------------
>
>                 Key: JBIDE-9782
>                 URL: https://issues.jboss.org/browse/JBIDE-9782
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 3.2.2.M1
>         Environment: JBoss EAP, JBDS 4.1.1 M1
>            Reporter: Jaroslav Jankovič
>            Assignee: Brian Fitzpatrick
>             Fix For: 3.2.2.M1
>
>         Attachments: stacktrace
>
>
> 1. create Sample Web Service through wizard
> 2. create Bottom Up Web Service from class (created in 1. step) through wizard
> 3. deploy Web Service 
> 4. create Web Service Client through wizard
> 5. run Web Service Client as java application
> After running Web Service Client as Java application, WebServiceException is thrown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbosstools-issues mailing list