Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: WSDL Generator for SOAP::Lite?

by rob_au (Abbot)
on Mar 19, 2004 at 23:34 UTC ( [id://338206]=note: print w/replies, xml ) Need Help??


in reply to WSDL Generator for SOAP::Lite?

Having recently faced this same issue, I ended up having to create the WSDL file for my SOAP service (mostly) manually. To this end, I found the freeware WSDL editor provided by Capescience here to be most useful - Note that the system requirements for this package list Windows system requirements, but the editor is written entirely in Java and happily runs without issue on other platforms. Also useful in helping me understand the WSDL layout were the following links:

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001011001010'"

Replies are listed 'Best First'.
Re^2: WSDL Generator for SOAP::Lite?
by habit_forming (Monk) on Jul 22, 2004 at 13:51 UTC
    I have a linux box as my desktop and would like to use the Capescience wsdl editor. What command did you have to run to get the editor to run?

    Thanks,

    --habit

      I have a shell script like:

      #! /bin/sh + cd /usr/local/WSDLEditor + CP=lib/wsdleditor.jar:lib/dom4j-1_0.jar:lib/dtdparser-1_1_3.jar:lib/xa +lan-2_4_0.jar:lib/xercesImpl-2_1_0.jar:lib/xml-apis.jar:lib/soap-2_3. +jar:lib/uddi4j-1_0_3.jar:lib/jsse-1_0_3.jar:lib/wsdl4j-1_0.jar:lib/ja +xrpc-api-1_0.jar:lib/mail-1_3.jar:lib/activation-1_0_2.jar: + # assert JAVA_HOME environment variable if [ "$JAVA_HOME" = "" ] ; then java -mx128M -cp $CP com.capeclear.capestudio.wsdleditor.gui.Appli +cation exit 1; fi + $JAVA_HOME/bin/java -mx128M -cp $CP com.capeclear.capestudio.wsdledito +r.gui.Application exit 0;
      Of course a) this will probably need to be changed for your system b) nothing to do with Perl

      /J\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://338206]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (None)
    As of 2024-04-25 01:21 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found