Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Struts - A MVC web framework
Tomcat - JSP/Servlet container
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
JSP - A mailing list about Java Server Pages specification and reference
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
SOAP reverse-engineering tool?

SOAP reverse-engineering tool?

2006-03-17       - By Bruno Georges

 Back
Reply:     1     2  

David

I suggest you download the tools from Sun's Java Web Services Developer
Pack 2.0
http://java.sun.com/webservices/downloads/webservicespack.html

there are utilities which help you generating stubs, for example wscompile
can take a wsdl and generate client proxy code.

Hope this helps.

With Best Regards
Bruno Georges

Glencore International AG
Tel. +41 41 709 3204
Fax +41 41 709 3000


|-- ------+-- ---- ---- ---- ---- ---->
|         |           David Kerber    |
|         |           <dckerber@(protected)|
|         |           n.net>          |
|         |                           |
|         |           17.03.06 16:13  |
|         |           Please respond  |
|         |           to "Tomcat Users|
|         |           List"           |
|         |                           |
|-- ------+-- ---- ---- ---- ---- ---->
 >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
-- ---- ---- ---- ---- ---- ---- ---- ---|
 |                                                                            
                                        |
 |        To:      Tomcat Users List <users@(protected)>                
                                        |
 |        cc:                                                                
                                        |
 |        Subject: SOAP reverse-engineering tool?                            
                                        |
 |                                                                            
                                        |
 |Distribute:                                                                
                                        |
 |Personal?               |-- ----|                                          
                                        |
 |                        | [ ] x |                                          
                                        |
 |                        |-- ----|                                          
                                        |
 |                                                                            
                                        |
 >-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---
-- ---- ---- ---- ---- ---- ---- ---- ---|




Does anybody know of a tool to help me reverse-engineer a SOAP request?
We have a SOAP service and client which are both implemented in Delphi,
and the server is not scaling well.  I'm a newbie to SOAP, and I'm
trying to make a compatible service to run under Tomcat, but haven't
been able to get a serializer to work.  I have the full code of the SOAP
request, and know what has to be done in the methods it calls, but can't
get the skeleton set up for the call to get through to that point.

If it helps, here is an example call; it is a real one captured by the
Eclipse TCP/IP monitor; the only change I did was to format it for
readability:

<?xml version="1.0"?>
<SOAP-ENV:Envelope
       xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
       xmlns:xsd="http://www.w3.org/2001/XMLSchema"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body
       SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
       xmlns:NS2="urn:EDDRI">
   <NS1:DataLine xmlns:NS1="urn:EDDIf-IEDDSrvIf">
       <FD href="#1"/>
   </NS1:DataLine>
   <NS2:TES_Req id="1" xsi:type="NS2:TES_Req" XID="4">
       <Site xsi:type="xsd:string">
           90555//270
       </Site>
       <Time xsi:type="xsd:string">
           2004-06-23 00:01:37
       </Time>
       <Data xsi:type="xsd:string">
           E,0,10,040623,000137
       </Data>
   </NS2:TES_Req>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Thanks!
Dave



-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)




LEGAL DISCLAIMER. The contents of this e-mail and any attachments are strictly
confidential and they may not be used or disclosed by someone who is not a
named recipient.
If you have received this email in error please notify the sender by replying
to this email inserting the word "misdirected" as the message and delete this
e-mail from your system.


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.