ChrisKnudsen

Ensign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-06-13
07:09
188 views
DirXml package import
Hello
Im following along a codeexample to modify some charecters in a SOAP drivers reuest/responce and the example requires me to import the following packages:
import com.novell.nds.dirxml.driver.soap.util.ByteArrayModifyers ;
import com.novell.nds.dirxml.driver.soap.util.StatusException;
import com.novell.nds.dirxml.driver.soap.util.Tracer;
I am unable to locate them, anyone have any idea where to download these?
Im following along a codeexample to modify some charecters in a SOAP drivers reuest/responce and the example requires me to import the following packages:
import com.novell.nds.dirxml.driver.soap.util.ByteArrayModifyers ;
import com.novell.nds.dirxml.driver.soap.util.StatusException;
import com.novell.nds.dirxml.driver.soap.util.Tracer;
I am unable to locate them, anyone have any idea where to download these?
2 Replies


Knowledge Partner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-06-13
09:11
ChrisKnudsen;2500864 wrote:
Hello
Im following along a codeexample to modify some charecters in a SOAP drivers reuest/responce and the example requires me to import the following packages:
import com.novell.nds.dirxml.driver.soap.util.ByteArrayModifyers ;
import com.novell.nds.dirxml.driver.soap.util.StatusException;
import com.novell.nds.dirxml.driver.soap.util.Tracer;
I am unable to locate them, anyone have any idea where to download these?
It has been a long time since I did this. These are I think in an obfuscated jar from the vendor. (the SOAP shim jar)
I recall I got this to work (was using eclipse as my devel environment) - just ignored the warnings/errors that it couldn't find these packages - still compiled.
You just need to have your eventual JAR in the same classpath as the SOAP shim (easiest is to host shim in a remote loader and add the JAR to same directory as SOAP shim, then it gets picked up automatically).
Alex McHugh - Knowledge Partner - Stavanger, Norway
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.
Who are the Knowledge Partners
If you appreciate my comments, please click the Like button.
If I have resolved your issue, please click the Accept as Solution button.
klasen

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-06-13
10:07
On 2019-06-13 08:14, ChrisKnudsen wrote:
>
> Hello
>
> Im following along a codeexample to modify some charecters in a SOAP
> drivers reuest/responce and the example requires me to import the
> following packages:
>
> import com.novell.nds.dirxml.driver.soap.util.ByteArrayModifyers ;
> import com.novell.nds.dirxml.driver.soap.util.StatusException;
> import com.novell.nds.dirxml.driver.soap.util.Tracer;
>
> I am unable to locate them, anyone have any idea where to download
> these?
These are in SOAPUtil.jar which come with
novell-DXMLsoap-4.1.0-0.noarch.rpm.
Archive: SOAPUtil.jar
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2018-02-22 17:41 00000000 META-INF/
101 Stored 101 0% 2018-02-22 17:41 ae9bf39f
META-INF/MANIFEST.MF
0 Stored 0 0% 2017-09-01 06:38 00000000 com/
0 Stored 0 0% 2017-09-01 06:38 00000000 com/novell/
0 Stored 0 0% 2017-09-01 06:38 00000000 com/novell/nds/
0 Stored 0 0% 2017-09-01 06:38 00000000
com/novell/nds/dirxml/
0 Stored 0 0% 2017-09-01 06:38 00000000
com/novell/nds/dirxml/driver/
0 Stored 0 0% 2018-02-22 17:41 00000000
com/novell/nds/dirxml/driver/soap/
0 Stored 0 0% 2018-02-22 17:41 00000000
com/novell/nds/dirxml/driver/soap/util/
310 Stored 310 0% 2018-02-22 17:41 4ae71721
com/novell/nds/dirxml/driver/soap/util/ByteArrayModifiers.class
349 Stored 349 0% 2018-02-22 17:41 ad106eb5
com/novell/nds/dirxml/driver/soap/util/DocumentModifiers.class
325 Stored 325 0% 2018-02-22 17:41 290839c8
com/novell/nds/dirxml/driver/soap/util/DriverIdentification.class
290 Stored 290 0% 2018-02-22 17:41 f5332377
com/novell/nds/dirxml/driver/soap/util/Extension.class
135 Stored 135 0% 2018-02-22 17:41 555a8918
com/novell/nds/dirxml/driver/soap/util/PublisherDataHandler.class
396 Stored 396 0% 2018-02-22 17:41 27ced4e8
com/novell/nds/dirxml/driver/soap/util/PublisherTransport.class
208 Stored 208 0% 2018-02-22 17:41 7f2d005b
com/novell/nds/dirxml/driver/soap/util/SchemaReporter.class
968 Stored 968 0% 2018-02-22 17:41 c55cda5c
com/novell/nds/dirxml/driver/soap/util/StatusException.class
294 Stored 294 0% 2018-02-22 17:41 84c139cc
com/novell/nds/dirxml/driver/soap/util/SubscriberTransport.class
160 Stored 160 0% 2018-02-22 17:41 5c38b4db
com/novell/nds/dirxml/driver/soap/util/TraceUtil.class
202 Stored 202 0% 2018-02-22 17:41 a8183210
com/novell/nds/dirxml/driver/soap/util/Tracer.class
-------- ------- --- -------
3738 3738 0% 20 files
--
Norbert
>
> Hello
>
> Im following along a codeexample to modify some charecters in a SOAP
> drivers reuest/responce and the example requires me to import the
> following packages:
>
> import com.novell.nds.dirxml.driver.soap.util.ByteArrayModifyers ;
> import com.novell.nds.dirxml.driver.soap.util.StatusException;
> import com.novell.nds.dirxml.driver.soap.util.Tracer;
>
> I am unable to locate them, anyone have any idea where to download
> these?
These are in SOAPUtil.jar which come with
novell-DXMLsoap-4.1.0-0.noarch.rpm.
Archive: SOAPUtil.jar
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2018-02-22 17:41 00000000 META-INF/
101 Stored 101 0% 2018-02-22 17:41 ae9bf39f
META-INF/MANIFEST.MF
0 Stored 0 0% 2017-09-01 06:38 00000000 com/
0 Stored 0 0% 2017-09-01 06:38 00000000 com/novell/
0 Stored 0 0% 2017-09-01 06:38 00000000 com/novell/nds/
0 Stored 0 0% 2017-09-01 06:38 00000000
com/novell/nds/dirxml/
0 Stored 0 0% 2017-09-01 06:38 00000000
com/novell/nds/dirxml/driver/
0 Stored 0 0% 2018-02-22 17:41 00000000
com/novell/nds/dirxml/driver/soap/
0 Stored 0 0% 2018-02-22 17:41 00000000
com/novell/nds/dirxml/driver/soap/util/
310 Stored 310 0% 2018-02-22 17:41 4ae71721
com/novell/nds/dirxml/driver/soap/util/ByteArrayModifiers.class
349 Stored 349 0% 2018-02-22 17:41 ad106eb5
com/novell/nds/dirxml/driver/soap/util/DocumentModifiers.class
325 Stored 325 0% 2018-02-22 17:41 290839c8
com/novell/nds/dirxml/driver/soap/util/DriverIdentification.class
290 Stored 290 0% 2018-02-22 17:41 f5332377
com/novell/nds/dirxml/driver/soap/util/Extension.class
135 Stored 135 0% 2018-02-22 17:41 555a8918
com/novell/nds/dirxml/driver/soap/util/PublisherDataHandler.class
396 Stored 396 0% 2018-02-22 17:41 27ced4e8
com/novell/nds/dirxml/driver/soap/util/PublisherTransport.class
208 Stored 208 0% 2018-02-22 17:41 7f2d005b
com/novell/nds/dirxml/driver/soap/util/SchemaReporter.class
968 Stored 968 0% 2018-02-22 17:41 c55cda5c
com/novell/nds/dirxml/driver/soap/util/StatusException.class
294 Stored 294 0% 2018-02-22 17:41 84c139cc
com/novell/nds/dirxml/driver/soap/util/SubscriberTransport.class
160 Stored 160 0% 2018-02-22 17:41 5c38b4db
com/novell/nds/dirxml/driver/soap/util/TraceUtil.class
202 Stored 202 0% 2018-02-22 17:41 a8183210
com/novell/nds/dirxml/driver/soap/util/Tracer.class
-------- ------- --- -------
3738 3738 0% 20 files
--
Norbert
--
Norbert
Norbert