I had posted something similar with other WSDL files in the past and have yet
to solve the problem. This has been bothering me for about a week now and I
can't seem to get over this hump. I have taken all the examples and help
people have given me and narrowed my WSDL to a very simple case doi
ramachennupati,
I'm having some trouble seeing the differences between your files. It would be
helpful if you could email me your WSDL as well as the one one you posted
before that didn't work. I could do some type of diff on the files and try to
find my errors. Could you email them to [EMA
I saw that you were referencing the complex types by
and changed that to the
I actually have that in my WSDLs. Could someone take a look at these WSDLs and
tell me if anything is different from the top ones.
This is top level WSDL NotificationConsumer.wsdl
|
| http://abc.com/my/wsd
I'm having this exact same problem. I tried switching to JBoss 4.04CR2 with
the new soap stack and that did nothing for my problems.
At the moment, I have to stick to using JBoss 4.0.3 so does anyone know a
solution to this issue.
View the original post :
http://www.jboss.com/index.html?modul
This is my WSDL file.
|
| http://abc.com/my/wsdl/namespace";
| xmlns="http://schemas.xmlsoap.org/wsdl/";
| xmlns:tns="http://abc.com/my/wsdl/namespace";
| xmlns:xsd="http://www.w3.org/2001/XMLSchema";
| xmlns:soap="http://schemas.
I am using public WSDLs and public schemas. They can be viewed at
http://docs.oasis-open.org/
I am implementing a web service that follows the base notification standard.
When I attempt to deploy my webservices, I get these Warnings:
[PortComponentMetaData] < wsdl-port > element in webservices
I'm having a problem making a client side call to a web service port. The WSDL
publishes and the service is deployed with no faults. When I created a Junit
test client to call the port, it crashes saying "Invalid element" on the first
attribute of the webservice parameter.
I noticed two thing
Does anybody know how to create a ws4ee-deployment.xml to handle complex types.
When I test a web service server, it returns because the schema does not
match. I think it has something to do with the elements being complex types.
View the original post :
http://www.jboss.com/index.html?module
I have developed a web service that uses
WSDL
http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft
-01.wsdl
Schema
http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft
-01.xsd
Th