Delivery reports about your e-mail
by Bounced mail
Dear user jbossws-users(a)lists.jboss.org, administration of lists.jboss.org would like to let you know the following.
Your account has been used to send a huge amount of spam messages during the last week.
We suspect that your computer was infected by a recent virus and now runs a trojan proxy server.
Please follow our instructions in order to keep your computer safe.
Have a nice day,
lists.jboss.org support team.
16 years
[JBossWS] - wise SOAP client
by blublinsky
When I have switched from SOAP client to wise SOAP client, I can't read the same WSDL file. The error that I am getting is:
13:06:41,029 INFO [STDOUT] parsing WSDL...
13:06:41,185 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/CreateAccountInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/CreateAccountOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/GetUserInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/GetUserOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/ResetPasswordInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/ResetPasswordOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/input/fbs/v1.0/UpdateUserInput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,201 INFO [STDOUT] [ERROR] Failed to read the WSDL document: file:/xsd/output/fbs/v1.0/UpdateUserOutput-1.0.xsd, because 1) could not find the document; /2) the document could not be read; 3) the root element of the document is not <wsdl:definitions>.
13:06:41,201 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\CreateAccountInput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\CreateAccountOutput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\GetUserInput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\GetUserOutput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\ResetPasswordInput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\ResetPasswordOutput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\input\fbs\v1.0\UpdateUserInput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,263 INFO [STDOUT] [ERROR] \xsd\output\fbs\v1.0\UpdateUserOutput-1.0.xsd
13:06:41,263 INFO [STDOUT] unknown location
13:06:41,357 INFO [STDOUT] [WARNING] schema_reference.4: Failed to read schema document '../../../xsd/input/fbs/v1.0/GetUserInput-1.0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
13:06:41,357 INFO [STDOUT] line 24 of file:/C:/temp/wise/Wise1.xml#types?schema3
Is it unable to find an xsd file?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194928#4194928
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194928
16 years
[JBossWS] - Port doesnot contain operation meta data
by ravikb_jboss
I have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 encrypt element. as follows
<jboss-ws-security ...>
.......
&lt;config&gt;
&lt;encrypt type="x509v3" alias="wsse"/&gt;
&lt;requires&gt;
&lt;encryption/&gt;
&lt;/requires&gt;
&lt;/config&gt;
</jboss-ws-security>
the service was deployed in jbossAS 4.2.1 and running.
i wrote a simple rpc client and when i try to invoke that webservice giving the following exception
javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://test.com/}TestWSPort does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
could any one have solution; please help me out.
thanks & regards
ravi
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194532#4194532
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194532
16 years