Thanks for taking the time to look at my problem.

BTW, I forgot the tell that I'm using JBoss 4.0.2

The WSDL related to the WS a very big and use a lot of XSD (by import), and 
that's why I did not post the WSDL. But here is the sections that I think is 
relevant for my problem:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
  |     xmlns:ope="urn:BLC:/eai/schema/test_schema_1" 
  |     xmlns:ese="urn:BLC:/eai/schema/test_schema_2" 
  |     xmlns:tcx="urn:BLC:/eai/schema/test_schema_3" 
  |     targetNamespace="test_schema_1" 
  |     elementFormDefault="unqualified">
  |     <xs:complexType name="AgentType">
  |             <xs:all>
  |                     <xs:element name="NO_COURTIER" type="ese:CharVar4Type"/>
  |                     <xs:element name="NO_AGENT" type="ese:CharVar5Type"/>
  |             </xs:all>
  |     </xs:complexType>
  | </xs:schema>
  | 

I know it's not a standard way use upper case variables, but it's a 
requirement...

I dont understand which section of the WSDL is responsable of generated the 
namespace in the resulting SOAP.

-Sebastien Roy

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906845#3906845

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906845


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to